Martin Geisler
Martin Geisler
Hi @shepmaster, thanks for all the replies! Great questions there :) > I think there's a buried assumption here that would be good to prove out first. If you write...
> This isn't quite an accurate comparison as it's going to rebuild `textwrap` and all of its dependencies. You'll likely even see Cargo printing out that it's compiling those dependencies....
Oh, one more thing. I checked if there was a time difference between compiling ```rust fn main() {} ``` and ```rust fn main() { println!("Hello world"); } ``` and there...
> Ok, I _finally_ got around to starting on this. Yay, thank you for this! I just looked at the changes in your branch and it looks good. Btw, I've...
> Also, should I be opening a pull request from my branch now? I don't think there's any way for me to use this existing pull request, right? Yeah, I...
Let's close this one now that we have #490.
Hi @Arnavion, oh no, I didn't think of that... Thanks for noticing! I'll yank the release and redo the release on the weekend. I'm curious through, do you have code...
> an invitation to let users set those fields manually, ie it's an explicit signal that it's okay to set those fields. Yeah, I get that — I made them...
Thanks @Arnavion, I've yanked 0.15.1 and released 0.16.0 instead.
Hi @Arnavion and @nox Thanks for letting me know about this! I did not anticipate such a deadlock when I yanked the release... Let's discuss further fixes in #484.