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

Docs failed, suspect duplicate function name in different modules. #2598

Closed
kenba opened this issue Sep 8, 2024 · 2 comments
Closed

Docs failed, suspect duplicate function name in different modules. #2598

kenba opened this issue Sep 8, 2024 · 2 comments

Comments

@kenba
Copy link

kenba commented Sep 8, 2024

Crate name

unit-sphere

Build failure link

https://docs.rs/crate/unit-sphere/0.3.0/builds

Additional details

The function calculate_haversine_distance was declared in both the trig module and the lib module.
I suspect that this may have been the cause of the failure despite cargo doc --open and cargo clippy --all-features reporting no errors when built with rustc 1.81.0 (eeb90cda1 2024-09-04).

I've published a new version 0.3.1 of the crate with lib::calculate_haversine_distance renamed to lib::calculate_haversine_distance in an attempt to workaround the issue.

@syphar
Copy link
Member

syphar commented Sep 9, 2024

From what I see in the logs, it seems to be the issue is dimforge/nalgebra#1437, or to be more exact, rust-lang/rust#130056

@syphar
Copy link
Member

syphar commented Sep 9, 2024

I froze the nightly version that docs.rs uses and queued rebuilds for all releases on these nightlies.

I assume when the builders worked through the list we're fine again.

If not, feel free to reopen this issue

@syphar syphar closed this as completed Sep 9, 2024
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

No branches or pull requests

2 participants