-
-
Notifications
You must be signed in to change notification settings - Fork 330
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
Deduplicate OnDisk Corpus #2827
base: main
Are you sure you want to change the base?
Conversation
this is a lot ... |
Hey @BAGUVIX456. sorry for the confusion! |
This reverts commit 9e217be.
can you run ./scripts/fmt_all.sh and fix the errors in ci? |
yep, working on it |
it seems it doesn't pass some tests
|
Seems like fs2 is having trouble with windows, i'll have a look |
Any method that modifies the name of a testcase ( |
@tokatoka the bulk of the work is completed, just need your prompt on what to do with the renaming of testcases and then we can merge this pr |
there's no easy way to avoid this, no? then it's fine. and then can you run ./scripts/fmt_all.sh and fix clippy? |
I think rename should create a new file and if the old file's counter goes to 0, remove the old file |
there's still problem in windows's clippy |
Something wrong with the gdiplus fuzzer, will figure that out along with handling renaming |
@domenukk could you review whether there are any more changes that I need to do for renaming? |
addresses #2434
Original PR (now closed) #2802