Skip to content

fix(ErrorMessage): add component name in log message - #158

Merged
BotellaA merged 19 commits into
nextfrom
improve_msg
Nov 4, 2025
Merged

fix(ErrorMessage): add component name in log message#158
BotellaA merged 19 commits into
nextfrom
improve_msg

Conversation

@francoisbonneau

Copy link
Copy Markdown
Member

No description provided.

@github-actions
github-actions Bot changed the base branch from master to next October 28, 2025 13:23

@panquez panquez left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comments about forms and homogeneity of messages. I leave @MelchiorSchuh giving its opinion on changes

Comment thread include/geode/inspector/edgedcurve_inspector.hpp Outdated
Comment thread include/geode/inspector/information.hpp Outdated
Comment thread src/geode/inspector/criterion/adjacency/brep_meshes_adjacency.cpp Outdated
Comment thread src/geode/inspector/criterion/adjacency/brep_meshes_adjacency.cpp Outdated
Comment thread src/geode/inspector/criterion/internal/component_meshes_degeneration.cpp Outdated
Comment thread src/geode/inspector/criterion/intersections/model_intersections.cpp Outdated
Comment thread src/geode/inspector/criterion/negative_elements/solid_negative_elements.cpp Outdated
{
InspectionIssues< index_t > wrong_polygons{ "Negative Polygons." };
InspectionIssues< index_t > wrong_polygons{
"Negative Area Polygons"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same comment

@MelchiorSchuh MelchiorSchuh left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

General comments:

  • I prefer uuids of components given directly after name rather than at line end
  • each line should be informative on its own, if there are 200 lines of polygon adjacency issues, having to go up the stack to know what the issue is about is a problem
  • Fix a convention for upper cases at the beginning of issue strings and apply it everywhere. I would upper-case Corner, Line, Surface, Block and lower case the rest.

Comment thread include/geode/inspector/surface_inspector.hpp Outdated
Comment thread include/geode/inspector/topology/brep_surfaces_topology.hpp Outdated
Comment thread include/geode/inspector/topology/brep_surfaces_topology.hpp Outdated
Comment thread include/geode/inspector/topology/brep_topology.hpp Outdated
Comment thread include/geode/inspector/topology/section_corners_topology.hpp Outdated
Comment thread src/geode/inspector/criterion/intersections/model_intersections.cpp Outdated
Comment thread src/geode/inspector/criterion/intersections/surface_curve_intersections.cpp Outdated
Comment thread src/geode/inspector/criterion/intersections/surface_intersections.cpp Outdated
Comment thread src/geode/inspector/criterion/manifold/solid_edge_manifold.cpp
Comment thread src/geode/inspector/criterion/manifold/solid_facet_manifold.cpp Outdated
Comment thread include/geode/inspector/criterion/colocation/component_meshes_colocation.hpp Outdated
Comment thread include/geode/inspector/criterion/colocation/unique_vertices_colocation.hpp Outdated
Comment thread include/geode/inspector/criterion/colocation/unique_vertices_colocation.hpp Outdated
Comment thread include/geode/inspector/criterion/degeneration/brep_meshes_degeneration.hpp Outdated
Comment thread include/geode/inspector/criterion/degeneration/brep_meshes_degeneration.hpp Outdated
Comment thread src/geode/inspector/criterion/intersections/model_intersections.cpp Outdated
Comment thread src/geode/inspector/criterion/intersections/model_intersections.cpp Outdated
Comment thread src/geode/inspector/criterion/manifold/solid_edge_manifold.cpp Outdated
Comment thread src/geode/inspector/criterion/manifold/solid_edge_manifold.cpp Outdated
Comment thread src/geode/inspector/criterion/manifold/solid_vertex_manifold.cpp Outdated
@BotellaA
BotellaA merged commit 749ecdd into next Nov 4, 2025
19 checks passed
@BotellaA
BotellaA deleted the improve_msg branch November 4, 2025 21:02
@BotellaA

BotellaA commented Nov 4, 2025

Copy link
Copy Markdown
Member

🎉 This PR is included in version 6.8.5-rc.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@BotellaA

BotellaA commented Nov 5, 2025

Copy link
Copy Markdown
Member

🎉 This PR is included in version 6.8.5 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants