François Bérenger
François Bérenger
Yes, the important thing is regrouping by type of error. Then you know how many errors there are to repair. On Tue, Sep 12, 2023 at 2:53 AM Kate ***@***.***>...
The Code Book from Simon Singh also.
I have other things to concentrate on. Also, I don't like the interface with polymorph variants from mwweissmann. His bindings are broken for ocaml-5 currently so I was looking for...
this is the same error than on osx
now it compiles; but the command in api.ml is wrong: ``` clang-3.8 -fsyntax-only -Xclang -load -Xclang _build/clangml.dylib -Xclang -analyze -Xclang -analyzer-checker=external.OCaml ~/src/memcad/bench/rt/queue.c ``` works on Linux but not on freebsd....
Would it fix something? This is C++14 and we are currently using c++11.
Even with -std=c++1y and clang++ 3.4, it doesn't compile: ``` tools/bridgen/c++/ocaml++.h:486:22: error: no member named 'index_sequence_for' in namespace 'std' ```
try this: BatString.uppercase_ascii instead
You should have installed clangml with opam; it would have checked your ocaml version is supported.