-
Notifications
You must be signed in to change notification settings - Fork 7
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
Build failure caused by #[deny(warnings)]
#70
Comments
Will fix this and add a normal build step in daily CI. But because of this tool is almostly done and not active enough, Github daily CI will automatic stop running after serval month. So I guss I can just remove this lint in code and enable it only in CI step. Thanks for the report anyway. |
I'm using 1.80.0 nightly, 2024-05-01, and I can still reproduce the issue on my own computer. |
Nightly is just not a compiler version I want to support, cuz its behavior can change from day to day. And only deny warnings in CI is a nice change anyway, so it's done. Maybe you can try compile again in master branch. BTW, the compile failed in the build log you linked is caused by #69, and already fixed in 0.4.2. So update source code version in nixpkg may also fix it. |
It compiles on latest commit now, thanks! Will update to 0.4.3 directly once that is out |
Just released 0.4.3, FYI |
Pretty self-explanatory:
Please consider setting up some sort of CI system if you'd like to use
#[deny(warnings)]
, so that this kind of problem gets caught before it gets into someone else's CI (in my case, NixOS's Hydra, which produces a build log like this).The text was updated successfully, but these errors were encountered: