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

Address a few TODOs #273

Merged
merged 9 commits into from
Nov 4, 2024
Merged

Address a few TODOs #273

merged 9 commits into from
Nov 4, 2024

Conversation

Vrixyz
Copy link
Contributor

@Vrixyz Vrixyz commented Sep 20, 2024

No description provided.

src/lib.rs Outdated Show resolved Hide resolved
src/query/epa/epa3.rs Outdated Show resolved Hide resolved
Comment on lines 82 to 83
// TODO: use a Unit<Vector> instead. // TODO: Thierry: should we use Unit for [`Ray::dir`] too ?
pub normal: Vector<Real>,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

not entirely trivial to do ; and will have API impacts

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.

Looks good, thanks! This needs CHANGELOG entries to indicate the (breaking) changes.

src/lib.rs Outdated
@@ -11,7 +11,7 @@ the rust programming language.
#![deny(unused_parens)]
#![deny(non_upper_case_globals)]
#![deny(unused_results)]
#![warn(missing_docs)] // TODO: deny this
#![deny(missing_docs)]
Copy link
Member

Choose a reason for hiding this comment

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

Let’s keep this a warn and remove the TODO. I find it more convenient to just warn locally, and have it fail only on CI by denying warnings.

@Vrixyz Vrixyz merged commit 68abfc1 into dimforge:master Nov 4, 2024
7 checks passed
@wlinna
Copy link
Contributor

wlinna commented Nov 24, 2024

Could we also have a PR for rapier that addresses the removal of IntersectionCompositeShapeShapeBestFirstVisitor? Rapier still uses it and I can't compile the git / local version of it anymore because of this change.

Rapier doesn't just let me use the suggested visitor in place of this

@Vrixyz
Copy link
Contributor Author

Vrixyz commented Nov 25, 2024

Thanks @wlinna for bringing this to our attention!

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.

3 participants