Brian Anderson

Results 207 issues of Brian Anderson

*** Nothing to do with lock errors with ESP32 *** Running two builds in parallel with a linked toolchain on windows: ``` brian@DESKTOP-CODN6ST MINGW64 /c/Users/brian/Documents/dev/rls $ PATH="c:\Program Files\CMake\bin:$PATH" cargo +rust1-stage2...

bug

I am calling binaryen's ModuleReader and ModuleWriter APIs from Rust and discovered that there are three cases in file.cpp where it calls `exit`. This isn't suitable for embedding in other...

As far as I can determine, binaryen always fails to open files that contain non-ascii (or perhaps non-latin-1 or some other windowsy encoding) in their path on windows. This is...

For debugging it's useful to have a debug build of std. Figuring out how to make the debugger actually locate the source in all scenarios could be complicated.

A-debuginfo
P-low
A-bootstrap
T-infra
C-feature-request

There's a lot of code here that would not need to run as root if rustup.sh did the sudo invocation itself, and `~/.rustup` would not need to be owned by...

From https://public.etherpad-mozilla.org/p/rust-api-guidelines-error-chain and https://internals.rust-lang.org/t/crate-evaluation-for-2017-06-27-error-chain/5362 - [x] [Rename ErrorChainIter to Iter](https://github.com/brson/error-chain/issues/168) - [x] [Implement Debug for ErrorChainIter](https://github.com/brson/error-chain/issues/169) - [ ] [Redesign syntax as a proc macro](https://github.com/brson/error-chain/issues/170) - [ ] [Add example...

help wanted

It's presently not serving much purpose.

help wanted
easy

It is claimed these two concepts can be unified with specialization. I don't know what that entails.

help wanted

There are a lot of deficiencies with the current syntax that are pretty hard to resolve as a macro_rules macro: - Make it possible to attach attributes to Error and...

This macro was copied from the quick_error crate and hacked up to fit into error_chain. It actually supports syntax that error_chain doesn't use. It needs to be simplified to do...

help wanted