Fix for: Tests in fuzz directory [issue #91]#96
Fix for: Tests in fuzz directory [issue #91]#96kiminuo wants to merge 2 commits intorust-bitcoin:masterfrom
Conversation
d545f6d to
82069e8
Compare
82069e8 to
4a24ab2
Compare
|
https://github.com/apoelstra/rust-miniscript/pull/96/files#diff-4374b9b87c971ea1a2293a875f41efabR4 is not that nice. It would be nicer to put it somehow to https://github.com/apoelstra/rust-miniscript/blob/master/fuzz/Cargo.toml. Not sure how. Rust gurus are welcomed here :-) |
|
Hi @kiminuo , even I am not sure what would be the best way to address this. I also made an attempt for this in #95 . My idea was to simply put those in README. My understanding was that code should not be a part of fuzz repo at all. We had it because it was easy to reproduce crashes. So, whenever some contributor wants to reproduce a crash, they can paste the code from README, debug the crash, remove the crash code before we merge the PR. |
Your PR looks very good. A lot of goodies.
To be honest, I don't find that really user friendly. But it might be what @apoelstra had in mind, I don't know. |
duplicate_crash_2test tosemantic.rsextend_vec_from_hexto lib.rs (de-duplicate)Fixes #91