Taylor Cramer

Results 33 issues of Taylor Cramer

Currently this outputs ``` error: toolchain `mycustomtoolchain' does not support components info: caused by: invalid toolchain name: 'mycustomtoolchain' ``` This is called by RLS so it's needed to use the...

The [currently published book](https://boats.gitlab.io/failure/intro.html) uses `#[macro_use] extern crate failure_derive;` even though `failure` reexports the derive macro. I see that this has been [fixed on master](https://github.com/rust-lang-nursery/failure/blob/master/book/src/intro.md). Would it be possible to...

Since `gtest_main` intercepts `argc` and `argv`, users are not given the opportunity to parse flags unless they write a custom main function. Consider calling `absl::ParseCommandLine` from `gtest_main` (or a similar...

enhancement

The README says: > A good rule to follow is that if you always control lights together (like bulbs in a ceiling fixture), then they should be in a Zigbee...

effort/hours
kind/enhancement
status/done+waiting-for-review

### Description of the problem / feature request: I'm using [link-time substitution](https://bramtertoolen.medium.com/link-time-substitution-c-c-test-hardware-dependent-code-91ffd4ef8687) in order to provide different implementations of the same function in different binaries (e.g. test targets, or targets...

type: feature request
P3

### Description of the feature request: I would like a standard way to tag a target (library, binary, or test) as requiring a minimum C++ version (e.g. C++20 and above)....

type: feature request
P3
team-Configurability
team-Rules-CPP

Part of https://github.com/lifthrasiir/rust-encoding/issues/111

Part of https://github.com/lifthrasiir/rust-encoding/issues/111

This feature has been enabled by default since 05787f3. Bug #20098

team-Rules-CPP
awaiting-review

**What type of PR is this?** Bug fix **What does this PR do? Why is it needed?** The stdlib build does not support building with -Wextra or -Wunused-parameter since it...