Nathan Rebours

Results 218 comments of Nathan Rebours

Just tried running one of those and it just seems to exit normally: ``` $ ./fuzz.exe findings/1/.cur_input Awesome_list.sort: .... Awesome_list.sort: PASS ```

Indeed, the `[%stri ...]` extension expects, as its name suggest, a structure item. In your case, `and v' = expr'` is not a structure item, just part of one. In...

I'm closing this, feel free to re-open if you deem it necessary

Thanks for reporting this! I myself noticed this behaviour while releasing `ppx_deriving` and `ppx_deriving_yojson`. I'll use your repro to add tests and debug this!

I think the `-deriving-keep-w32` is indeed completely untested and characterization tests for it would be a welcome addition! `test/deriving_warning/run.t` also seems like the right place for such tests. If it's...

@mbarbin do you want to keep working on this? I'd like to include this into the next release! I'm of course happy to take over if you're too busy at...

@mbarbin could you rebase on top of main? I'm actually thinking about dropping the `-unused-type-warnings` flag and instead disable all warnings through this single flag. The type one is likely...

Ok I undestand your point about merging the two flags and I agree user will have an easier time disabling the unused type warning silencing than the other two. How...

Yes indeed it seems it's not supported. Off the top of my head I can't think of a reason why we wouldn't add support for this!