Scott Schafer

Results 37 comments of Scott Schafer

I think there should be two different flags one for inheriting a workspace dependency and one for adding a dependency to a workspace and then inheriting it (it would also...

After some discussion with @epage, we found the following blockers: - [x] ~~A `DataFormat` enum should be created to hold all supported data formats~~ (#109) - [x] ~~`as_bytes` should be...

I was not around when this was originally added, but I believe this is added to the slim images to reduce their size as much as possible. As for why...

Thank you for wanting to make them consistent. However, I think the original doc comments mentioning the color and character was not the right call. This is primarily due to...

[Cargo's lint docs](https://doc.rust-lang.org/nightly/cargo/reference/lints.html) currently get [generated by an xtask](https://github.com/rust-lang/cargo/blob/5f6b9a92201d78af75dc24f14662c3e2dacbbbe1/crates/xtask-lint-docs/src/main.rs) that reads fields from our `Lint` type. It works reasonably well currently, but examples (and their output) have to be manually...

> Is there any reason for that, maybe CRLF issues? They seem to behave as expected for me when I just remove that #[cfg(not(windows))] line! I believe we disabled the...

I am sorry for not reviewing or commenting on this before now. `annotate-snippets` is currently in the middle of a major rewrite, as part of the [project goal](https://rust-lang.github.io/rust-project-goals/2025h1/annotate-snippets.html) to use...