Eric Huss

Results 149 issues of Eric Huss

### Rust Version `rustc 1.38.0 (625451e37 2019-09-23)` ### Affected Version of clap 2.33.0 and 3.0.0-beta.1 (b8819130de876c4abbd451c34df89161a98d23ef) ### Expected Behavior Summary When a global option that takes a value is used...

C-bug
E-hard
A-parsing
S-waiting-on-mentor

Inline code blocks in headers are rendered with a black background on Safari and Chrome. This does not seem to affect Firefox. Chrome: Safari: Firefox:

A-Style
E-Help-wanted
A-Print

On firefox, if the sidebar is visible, generating the print page will incorrectly include visible whitespace on the left side. Actual: Expected: This doesn't seem to affect Chrome or Safari...

E-Help-wanted
A-Print

On Chrome and Safari, the print page is inheriting some theme colors. This can make the print page unreadable, or somewhat ugly. Firefox does not seem to be affected. Safari...

E-Help-wanted
A-Print
A-Theme

highlightjs 11 removed a feature called "HTML merging". This is a feature we are depending on to handle "boring" lines, which get wrapped with ``. HLJS 11 now completely strips...

A-Highlighting

When RUSTFLAGS is changed between invocations, this can trigger a complete rebuild. This can be annoying, and the only workaround is to use a separate target directory for each RUSTFLAGS...

E-hard
A-rebuild-detection
S-needs-design
A-rustflags

#13131 added a Windows manifest to make cargo long-path aware, however there is still a long road to actually handling long paths well. The current error messages are not great,...

E-hard
A-diagnostics
O-windows
S-needs-design
A-filesystem

This is a meta issue to coordinate the different issues related to handling device paths and long paths on Windows (such as `\\?\` or `\\.\`). There are several places where...

E-hard
O-windows
S-needs-design
A-filesystem

Registry dependencies get extracted into cargo home (in the `src` directory) with whatever metadata is in the tar file. One issue with this is that the files are usually writeable....

A-caching
S-needs-design
A-filesystem

### Summary Original issue: #7878 Implementation: #10217 Documentation: https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#profile-rustflags-option The `profile-rustflags` feature allows setting RUSTFLAGS per-profile. ### Unresolved Issues * [ ] How should things interact with rustdoc? If there...

A-profiles
S-needs-mentor
S-needs-design
C-tracking-issue
A-rustflags
Z-profile-rustflags
S-waiting-on-feedback