Léo Gaspard

Results 182 comments of Léo Gaspard

Hmm… so the thing is, in order to support magic number-based collection generation, we'd need to make sure the driver is the one actually defining the length. This being said,...

Oh and I actually didn't think of that when writing the message above (which stays correct), but: even more importantly, the API above does not actually work. Indeed, in order...

Oh. I think I may have just figured out an API to rule them all? Though it'd still be quite complicated: ```rust /// This type's Drop implementation should panic if...

The more I think about it, the harder I think this is. For instance, when using a Rng driver, then this feature is essentially impossible to implement. Basically, the best...

I'm completely with you about the advantages of having an anti-generator, as it's actually the reason why I opened this feature idea :sweat_smile: But there are three fundamental issues with...

That'd be cool too! FWIW the issues listed in https://github.com/rust-fuzz/arbitrary/pull/94 could be helped by https://github.com/camshaft/bolero/issues/90 ; as such a generator might be much more easy to write anti-generators for than...

Thinking about it some more: while this would already be good, it may still make sense to keep something like DriverMode exposed, just not for Generators? The reason is, I...

Hmm so what you're saying makes sense for a development point of view when someone already knows of how `cargo bolero` works. (well, and now that #115 landed, as before...

Thank you for your answer! I guess the reason why the symbols are not actually weakly linked is because, in order to run on rustc stable, I'm using `--sanitizer NONE`?...

Trying to build the fibonacci example on rust 1.61 by just adding `--engine honggfuzz` seems to result in a gold internal error now: ``` $ cargo bolero test something --engine...