Results 207 issues of Brian Smith

I would like to use cargo-dinghy in GitHub actions to measure code coverage for iOS/TVOS/WatchOS builds. I use Rust's source-based code coverage measurement currently. This mechanism requires rebuilding the project...

Please see https://github.com/rust-random/getrandom/issues/228. I'd rather not going to repeat all the details here because I'd like to keep the conversation in one place. However, I also want you to be...

http://docs.travis-ci.com/user/multi-os/ http://docs.travis-ci.com/user/osx-ci-environment/ http://blog.travis-ci.com/2014-05-13-multi-os-feature-available/

build system

Possible ways of documenting this: 1. A revision of RFC 5280 with the unimplemented features redlined out. But, this wouldn't be able to explain the rationale for omitting those features....

The initial work on the documentation the conversion process is here: https://github.com/briansmith/mozillapkix-openssl-tutorial/commits/master git remote add gtest https://github.com/briansmith/googletest.git git remote add pkix https://github.com/briansmith/mozillapkix.git git remote add nostdlib https://github.com/briansmith/nostdlib.git The weird-looking commits...

The implementation of `Once` provides acquire/release semantics but this is not promised anywhere in the documentation. I would like to submit a PR that provides this guarantee. In OnceCell, the...