Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove numbering feature and add unchecked constructors #13

Merged
merged 3 commits into from
Feb 7, 2024

Conversation

hhirtz
Copy link
Member

@hhirtz hhirtz commented Jul 24, 2023

Closes #11

TODO

  • add unit tests
  • add checks in mesh_to_dual

src/lib.rs Show resolved Hide resolved
src/lib.rs Show resolved Hide resolved
src/lib.rs Show resolved Hide resolved
src/lib.rs Show resolved Hide resolved
This fixes the unsound Graph::new and Mesh::new.
See the following report for more details:

<#11>

Co-authored-by: Gavin Rohrer <[email protected]>
@hhirtz hhirtz force-pushed the fix-unsound branch 2 times, most recently from 41a1d76 to a252594 Compare July 27, 2023 10:28
# Conflicts:
#	src/lib.rs
#	src/option.rs
Copy link
Member

@cedricchevalier19 cedricchevalier19 left a comment

Choose a reason for hiding this comment

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

Fortran numbering is not accessible anymore, that's a good.

@cedricchevalier19 cedricchevalier19 merged commit d37e5e1 into master Feb 7, 2024
6 checks passed
@cedricchevalier19 cedricchevalier19 deleted the fix-unsound branch February 7, 2024 11:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Creating graph or mesh should be marked unsafe
3 participants