Max Mouratov

Results 22 comments of Max Mouratov

Ping. I use this feature all the time to reliably grep through sources that contain non-ASCII characters.

Then a hotfix would be to regenerate the build system using an earlier version of OASIS. I can't suggest a particular version though. Um, the one that was used in...

`re.1.6.1` doesn't compile either -- same error.

I also hit this problem with sedlex.1.99.2 installed from OPAM. Reproducing: ``` ocamlfind ocamlc -c -package sedlex -package gen substraction.ml File "substraction.ml", line 4, characters 6-26: Sedlex: this pattern is...

I have the same problem on Debian 11, with OCaml 4.14.

Just an anecdote: I've been using this code in production for 5+ years, with zero problems.

Sure, it works. ``` mrm@axiom ~ $ mkdir ~/.somedir mrm@axiom ~ $ ls -A ~ .bash_history .bashrc .lesshst .profile .bash_profile .inputrc .odb .somedir ```

The problem with Camomile disables one from installing Batteries using Odb. I could easily build and install both of them by hand though (with configure/make/make install).

> it would be helpful to have a sample project using dune to play with Request taken! I've never found time to get into dune (although I wanted to), so...

> naively pasting the example I had some error with non-interactive code Hmm. This wasn't an issue in earlier versions of OCaml. I'll rework the provided example. Thanks for reporting!