Details
Details
- Reviewers
pulkit - Group Reviewers
hg-reviewers - Commits
- rHGdd339191f2dc: errors: make StorageError subclass Error, attaching an exit code to it
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
This triggered an issue with the Rust version of the index (which broke our CI), I have send a fix for it as D10764
Comment Actions
I'll queue that patch, thanks. Could I have noticed that myself? I suppose it'll be too slow for all contributors to always run tests with and without rust (and py2, and pure), so it's fine to notice this in CI.
Comment Actions
Thanks! I always use the CI before queuing patches. It's kind of cumbersome, but it's the only real solution.
Comment Actions
It seems like it would be nice if CI could run on all pending patches and comment on them whether tests pass or fail. Any idea how hard that would be to set up?