Brian Anderson

Results 207 issues of Brian Anderson

Like https://github.com/pingcap/talent-plan/issues/118. Per https://github.com/pingcap/talent-plan/pull/129, this probably requires reorganizing the tests to make them consistent. cc @mapleFU

component/rust

As we've progressed and the course has changed, parts of the readme, plan, and project texts have gotten sloppy and inconsistent. Take a pass over and make sure that the...

component/rust

Read through the project 4 text and follow the steps as written. The purpose of this is to discover missing information, conflicting information, inconsistencies, and things that can be improved....

component/rust

I recently tried to compile curve25519-dalek for a Solana program, which targets BPF. This platform has stack frames limited to 4KB, and when I build for it I see these...

This can probably be done shortly after upgrading to 2018: https://github.com/pingcap/fail-rs/issues/21 I'll probably want to clean up the documentation a bit. It's overwhelming atm.

**Is your feature request related to a problem? Please describe.** Failpoint unit tests require taking a global lock, preventing test parallelism. An alternate or complimentary solution to a global lock...

It's a popular shell and doesn't read `.profile`. cc @nagisa cc https://github.com/rust-lang-nursery/rustup.rs/pull/468

enhancement
help wanted
E-mentor

Many people would prefer cargo/rustup conform to various platform-specific standards for storing configuration. cc https://github.com/rust-lang/cargo/pull/2127 (This issue was originally about a different subject, but is now an XDG etc. thread,...

initial release

To complete the Rust installation experience on Windows we want to be installing rustup via an msi. Make a proof-of-concept rustup msi installer that embeds libmultirust. The behavior of this...

help wanted
O-windows