jyn

Results 780 comments of jyn

For context, this is what I originally wanted to do: ``` Usage: cargo deadlinks [--dir ] [options] [-- ...] ``` but `cargo deadlinks -- --document-private-items` was treating `document-private` as the...

Ok, no problem. I hadn't switched because I hadn't had the time. Last night I ended up rewriting this with pico args and it turned out pretty well I think:...

I don't know what the purpose of the options are, I guess. What are people looking for when they customize builds? If it were me I would probably pick one...

Why do you need to clone DnsRecord?

That's a giant complement that you think it's ready to be packaged! However, I don't think rcc is quite ready for that yet. Of course if you want to package...

Note also that before I package rcc for chocolatey I should make sure it runs on windows!

Oh - also make sure that if you package it, you list another C compiler as a dependency (any will work). I use the host `cc` for linking.

It seems that someone has already added saltwater to homebrew without my knowing! https://github.com/Homebrew/homebrew-core/pull/57249

Found the bug - the backend always increments by 1, but it should increment by `sizeof(*p)` for pointers.

This probably deserves its own pass.