Brian Anderson

Results 207 issues of Brian Anderson

reqwest is mature enough that I don't feel the need to keep maintaining an abstraction layer, and would rather be using pure Rust instead of curl. Make sure that it...

help wanted

After https://github.com/rust-lang-nursery/rustup.rs/pull/1172 several test cases in cli-rustup will be ignored because rustup is unexpectedly showing UNC (`\\?\`) file paths (and `show_toolchain_override` is disabled today), probably because of the normalization being...

help wanted
E-mentor

We need to sign rustup-setup and validate them on self-update. Probably we can create a new subkey of the existing signing key and give the secrets to travis and appveyor....

security

Per @matklad on ironbeetle. In `prefetch_create_transfers` we prefetch a bunch of transfers, then later in `prefetch_create_transfers_callback_transfers` prefetch their associated accounts. It should be possible though to prefetch these accounts directly...

enhancement
performance
triaged

### What problem does your feature solve? For builds to be reproducible, the binaries cannot contain absolute filesystem paths. Today there are cases where rustc embeds absolute paths even when...

It came up today that kate-config does not have a license file. I filed a [PR](https://github.com/rust-lang/kate-config/pull/9) to fix that, but there are others. - [ ] crates.io-index - I'm not...

P-low
T-core
C-tracking-issue
A-licensing

This adds two generators of Zipfian random numbers, and modifies the benchmark to use them to select accounts for transfers and querying. This immediately allows the benchmark to produce more...

In a particular benchmark run with the `test_min` configuration, the server eventually crashes with this output: ``` info: account batch size = 2 txs info: transfer batch size = 9...

triaged

### What This uses the `--remap-path-prefix` option to `rustc` to eliminate absolute paths embedded in the wasm. Fixes https://github.com/stellar/stellar-cli/issues/1445 ### Why This is generally required to make builds reproducible across...

On stable there aren't yet mips targets but 'target list' still shows them. At the present this command shows all targets even when the manifest says they aren't available. We...

help wanted