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

Propagate errors from mesh creation #262

Merged
merged 6 commits into from
Sep 13, 2024

Conversation

Vrixyz
Copy link
Contributor

@Vrixyz Vrixyz commented Sep 4, 2024

This will have impacts on user facing API.

Also, an interesting observation on current error handling withing intersection testing, where parry has been leaking a private type through function signatures, which results in "unknown types" (untypable variables, and no links to source definition in rustdoc. small repro: https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=a414ede63130effa3b6e983d11a08bab

src/shape/trimesh.rs Outdated Show resolved Hide resolved
@Vrixyz Vrixyz marked this pull request as ready for review September 9, 2024 13:39
src/shape/shared_shape.rs Outdated Show resolved Hide resolved
Copy link
Member

@sebcrozet sebcrozet left a comment

Choose a reason for hiding this comment

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

Thanks!

src/shape/trimesh.rs Outdated Show resolved Hide resolved
@Vrixyz Vrixyz merged commit 9f0270e into dimforge:master Sep 13, 2024
6 checks passed
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.

2 participants