rr0gi
rr0gi
there is excludedSourceFiles, but it doesn't work to exclude the directory tree afaics, so it would be nice to have excludedDirectories. Motivation in particular is for the people who use...
tyxml-ppx was already >= 4.04
it would be nice to be able to enable undo-file in config so that manual run of fsck without -z option still leaves at least one (because overwrite) undo file...
It seems dune-deps only tracks dependencies via public_name, so when the library has both name and public_name stanzas and is referenced via "internal" name - this dependency is not shown...
Bindings to libcephfs - Project page: https://github.com/ahrefs/ocaml-ceph #####
this makes reading / working with this code much more pleasant
``` $ cinaps -i src/nodes.cxx File "src/nodes.cxx", line 1, character 0: Error: the direct mode of cinaps is no longer supported. Please use the "cinaps" stanza in your dune file...
I have a hashmap of 250M+ elements, buckets_num overflows on resize (and thankfully asserts, unlike builtin aa which seems to just corrupt memory) Idk if making it compile-time parameters is...
to be able to reserve buckets when number of elements is known in advance before insertion