Results 508 comments of hhugo

#1614 has been merged. Reopen if you still have issues

We don't need `pexp_function_cases`. Here is an alternative compatible with multiple version of ppxlib ```diff diff --git a/src/syntax/ppx_sedlex.ml b/src/syntax/ppx_sedlex.ml index 601ac94..f37a3bd 100644 --- a/src/syntax/ppx_sedlex.ml +++ b/src/syntax/ppx_sedlex.ml @@ -4,6 +4,7 @@...

This can be closed. replaced by #166

We could also make ocamlbuild depend on findlib and no longer hardcode theses paths

Related to https://github.com/dra27/ocamlbuild/pull/2

@ejgallego, do you still have issues with the latest jsoo ?

PR would be welcome. It was attempted before but needed more work.

You should probably rebase and rerun the bench now that #1935 is merged to check that this PR still improves perfs

@OlivierNicole, there might be some improvement and the size increase seems small. Do you want to rebase the PR one more time and have the feature under a flag ?...