#17857 closed enhancement (fixed)
mercurial-6.4
Reported by: | Douglas R. Reno | Owned by: | Douglas R. Reno |
---|---|---|---|
Priority: | normal | Milestone: | 12.0 |
Component: | BOOK | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
New minor version
Change History (7)
comment:1 by , 2 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 2 years ago
The rust-based tests appear to be broken with this version because the hg-core crate does not compile due to syntax errors. I'm going to raise it on their bugzilla instance
In the meantime, since this only affects the tests, we'll fix it with a sed that removes the relevant lines so that the rest of the test suite can run normally.
comment:4 by , 2 years ago
Note that the failures might be because they are now checking for code style and syntax issues using clippy.
comment:5 by , 2 years ago
This change is likely the cause of it: "makefile: add cargo clippy to tests if cargo is available"
The tests will thus fail on any system which has rust installed right now. They've added Clippy to their CI system though so if they update rust, they will notice these problems.
comment:6 by , 2 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |