-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Move libfuzzer to a separate package #5247
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@jruderman opinions? |
We should factor this out into a cargo (or whatever we're calling the third party packages nowadays). It's a shame it didn't really get used, but it could be really useful if modernized. |
I'd like to do quite a lot of work on quickcheck-like and random testing; just keep deferring due to more pressing stuff |
Still undecided as of 2013-06-05. I support moving it to a separate package at this point (or as soon as rustpkg is sufficiently mature to handle that). In general I want to make a package that deals with formal grammars (BNF) and can both parse/print them and do combinatorial random generation on them. |
I don't think this is backwards incompatible. |
This code is seriously bitrotted. It has not been used in years - much of it isn't even included in the build. Not suggesting we shouldn't do fuzzing, nor that it isn't appropriate to live in-tree, but this code is never going to be used again. |
Agreed |
It is suffering from a bad case of megabitrot. #5247
Closing, fuzzer was removed in #7166. |
Some rustups changelog: none
(Original title: "Remove the fuzzer")
This code is very bitrotted.
The text was updated successfully, but these errors were encountered: