Eric Huss

Results 149 issues of Eric Huss

The following are some unexpected behaviors I see with the formatting strings in the `diagnostic::on_unimplemented` attribute. I'm not sure that the `on_unimplemented` attribute should actually be using std's format parsing,...

A-diagnostics
C-bug
D-incorrect

This is a tracking issue for the llvm-tools-preview. llvm-tools-preview is a rustup component that contains some LLVM tools. At the time of this writing, it contains the following: * llc...

C-tracking-issue

Following the changes made in https://github.com/rust-lang/rust/pull/116016.

The code in Contact::calculateDesiredDeltaVelocity looks off to me. The velocity from acceleration in body[0] appears to be ignored. The following snippet of code appears to have no effect: ``` if...

It's been a while since I've used crates.io locally, and I'm running into some difficulties that don't seem to be documented in CONTRIBUTING.md (or at least I'm missing it). **Email...

C-internal 🔧
C-documentation 📜

See https://github.com/rust-lang/team/pull/1381

This updates some of the C callbacks to set the git error with the error returned from the callback. Previously the error was just getting dropped and lost.

The guidance at https://github.com/rust-lang/rfcs/blob/master/libs_changes.md for filing RFCs appears to be quite old and doesn't contain all the detail about how the libs team seems to operate these days. Primarily, it...

This adds a poll-based file watcher which will poll the filesystem once every second for any file changes. We have had various issues with the operating-system native change notifications on...

S-waiting-on-review