-
Notifications
You must be signed in to change notification settings - Fork 1
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
rhai-autodocs fails to compile if rhai is using the no_float feature flag #29
Comments
Hi @VorpalBlade, thank you for the report. |
I seem unable to test it. Usually the following works: [patch.crates-io]
rhai-autodocs = { git = "https://github.com/ltabis/rhai-autodocs.git", branch = "fix/feature_flags#29" } I suspect cargo gets confused by the |
I cloned it and used a path override instead, this seems to have worked. Build and behaviour seems to work fine. Thanks! |
You can use rhai-autodocs 0.6.2 now https://github.com/ltabis/rhai-autodocs/releases/tag/v0.6.2 |
If you use rhai with
no_float
, then rhai-autodocs doesn't build. Due to feature unification I don't think there is a way around this. Probably rhai-autodocs also need ano_float
flag and to disable that float code if rhai is built without it?The text was updated successfully, but these errors were encountered: