Pascal Hertleif

Results 223 comments of Pascal Hertleif

cc @babhishek21 -- just found out that `should_panic` is also available on doc tests :)

I want to have a way to iterate over a range without it being consumed. Implementing IntoIterator on a reference is one way to do it. And this implementation could...

Oh, @LeopoldArkham, it was a grave error to ask me for suggestions… but, well, here they come: I assume there are already methods (planned) to append an entry to a...

Duplicating is a good idea, @LeopoldArkham! I'm a bit worried about getting a good heuristic to choose what style attributes to copy, i.e., choose a good style when the file...

Ha, and it fails. No idea what [this](https://travis-ci.org/LeopoldArkham/Molten/jobs/313632487#L820-L827) means specifically, especially since the base64 it outputs is empty. ``` ==7231==HINT: For debugging, try setting environment variable LSAN_OPTIONS=verbosity=1:log_threads=1 ``` I guess...

You've got to be kidding me. `==7641==LeakSanitizer has encountered a fatal error.` even though I disabled it with `-detect_leaks=0`… @manishearth, you managed to get cargo-fuzz's CI running. What dark magic...

@badboy you have a competitor! ;) I have some invites for https://aelitabot.xyz/ which basically the same thing, but written in Rust and with a worse name IIUC.

FYI I have several repos using https://bors-ng.github.io now, works like charm

I have created a pull request, #30. Sorry, I don't have any time to refine or extensively test the code, I just needed it to be working. Change it or...

Even better: https://github.com/rust-lang/rust/pull/32756