Eric Huss

Results 149 issues of Eric Huss

The RFC recommended tasks included: > Defining and documenting processes for external requests to the Council from outside the Project, ensuring they get routed appropriately, and taking steps where possible...

S-needs-council

Currently it isn't clear exactly how or where decisions are made, or how they are communicated. https://hackmd.io/@rust-leadership-council/ByAlBiHon contains a draft of some ideas on how to go about this. This...

S-active

If a project has an example binary, normally `--out-dir` will export those examples to the output directory. However, as of #7400, examples are no longer exported for MSVC targets. This...

C-bug
O-windows
S-needs-mentor
Z-out-dir
E-medium

### Problem The error message for a resolver activation error includes this comment when used with crates.io: ``` perhaps a crate was updated and forgotten to be re-vendored? ``` This...

C-bug
A-diagnostics
S-accepted

https://github.com/rust-lang/book/pull/3918 and https://github.com/rust-lang/book/pull/3907 seem to have introduced some new preprocessors. These will need to be integrated with the rust build system so that the book gets built correctly. At a...

- I accidentally left a critical `panic` call commented out. `arrays2.txt` has been updated due to this. - There's an unfortunate change in `float-leading-zero-pos.json` and `float-no-trailing-digits.json`. I think that with...

I added dotted keys to toml-rs and I have a lot of uncertainty about how different table types should interact, and I wanted to see if you had any thoughts...

We are currently not able to update public dependencies exposed in the API due to semver breakage. There probably should be some strategy for how to handle this. For example,...

A-API

This enables mdBook's [Smart Punctuation](https://rust-lang.github.io/mdBook/format/markdown.html#smart-punctuation) feature. This can help with entering special characters that can be difficult to enter or see in a text editor.