Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jieyouxu/rustc-less-ignore-debug
A utility for attempting to reduce the number of `// ignore-debug` tests, by either removing the directively completely or use `// -Cdebug-assertions = no` instead
https://github.com/jieyouxu/rustc-less-ignore-debug
Last synced: 3 days ago
JSON representation
A utility for attempting to reduce the number of `// ignore-debug` tests, by either removing the directively completely or use `// -Cdebug-assertions = no` instead
- Host: GitHub
- URL: https://github.com/jieyouxu/rustc-less-ignore-debug
- Owner: jieyouxu
- License: mit
- Created: 2024-02-17T12:03:31.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-02-17T15:05:40.000Z (10 months ago)
- Last Synced: 2024-11-06T00:39:37.505Z (about 2 months ago)
- Language: Rust
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rustc-less-ignore-debug
A utility for attempting to reduce the number of `// ignore-debug` tests, by
either removing the directively completely or use `// -Cdebug-assertions = no`
instead.## Configuration file
You'll need to specify which directories for the tool to work on in `config.toml` generated in
the same directory as the executable. You can run e.g.```rs
cargo run -- generate-config
```to generate a default config that you can edit.