Results 508 comments of hhugo

> No, it can't, unfortunately. Among other things, as things stand, using js_of_ocaml puts you into a situation where strings are interpreted as UTF-16. The situation is messy. I don't...

What about providing a new constructor Utf8 and treat ocaml strings inside it as utf8 encoded ```ocaml let next_tok buf = let open Sedlexing.Utf8 in let fn = [%sedlex.regexp? Chars...

I've implemented a PoC in https://github.com/hhugo/sedlex/tree/utf8

Duplicate of #5

What version are you using. I think it was fixed 2 months ago. https://github.com/ocaml-ppx/ppxlib/pull/55

https://github.com/ocaml-ppx/ocamlformat/pull/135

https://github.com/aantron/bisect_ppx could help us measure how good (bad really) the regtests are.

https://github.com/ocaml-ppx/ocamlformat/pull/169

@emillon, it seems that you have a workflow for automated testing (issues with the fuzz label). Is it documented anywhere ?