Sergey "Shnatsel" Davidoff

Results 943 comments of Sergey "Shnatsel" Davidoff

All tests pass on a local Mac: https://rust-lang.zulipchat.com/#narrow/stream/146229-wg-secure-code/topic/rustsec.20good.20first.20issues/near/328843058 I'm going to re-enable CI and see if anything fails, hopefully the issue was transient.

I've run tests locally in a loop overnight (albeit on Linux) and didn't see a single failure, so I'm going to go ahead and assume whatever it is was transient.

It seems I can view the logs for all the other jobs, but not this one? There's no `>` element to expand the logs on the failed job. ![Screenshot from...

Also, tests for `auditable` passed just fine - they're enabled by default now, so even `cargo test --release` runs them, and they show success status in the logs. The non-default...

**fuzzmylib** Exactly one result in google (before this comment was posted): https://www.google.com/search?q=fuzzmylib Makes for nice (hypothetical, future) cargo command: `cargo fuzzmylib init`, etc - similar to the established `cargo fuzz`....

Google autocorrects "silkwyrm" to "silkworm", and even that produces a lot of results, so I'm afraid that's a no-go from the discoverability standpoint. Another unique result on google: "fuzzfestation", short...

Hi Loïc! auto-fuzz-test is in the exploratory stage right now. We're happy to accept PRs adding fuzzcheck support! We have not particularly invested in any single approach, so breaking changes...

Cool, I've created a Discord server: https://discord.gg/XWfqMFZh

It appears that this is a widely requested feature - nearly every language wrapper has a feature request for it - e.g. https://github.com/libgit2/pygit2/issues/231. However, it's not implemented in git2 -...