Ted Mielczarek
Ted Mielczarek
I've found using kcov on Travis to be a constant source of frustration for my Rust projects, but I did get it working again for some of them. [Here's an...
I think the biggest use case here is tools like `rls-vscode` trying to ensure that your Rust toolchain has a particular component they need. In `rls-vscode`'s case it's `rls`, `rust-src`...
> I think more machine readable output _would_ help, in particular I'd like to start doing yaml or perhaps JSON error codes for things like vscode, so that UI tweaks...
> For split DWARF, initially it'll be up to the consumer to reassemble the debuginfo. Adding higher level handling would be nice, but it might be hard to make that...
moria has some code in it so it's fairly usable at this point, we just need to clean up a few things for a release. Presumably this issue could be...
Persisting an on-disk sccache cache directory via GitHub Actions' caching mechanism mostly defeats the purpose of using sccache. For CI, sccache can be pointed at a cloud storage bucket as...
`cargo install` is nice for developers who already have Rust + cargo installed and are likely to have whatever -dev packages are required to build the app, but it's a...
> I'm not sure what the typical pattern in C/C++ or other languages is as to what code should be responsible for determining which exit status to set. IME there's...
I think rather than trying to write a mega-crate that solves everyone's problems it would be better to focus on having a set of crates that work well together by...
> Likewise, please don’t make the behavior of a command-line program depend on the type of output device it gets as standard output or standard input. Device independence is an...