Damien Doligez

Results 73 issues of Damien Doligez

Instead of using finalization to free a channel's buffer, let's free it when the channel is closed. This will save memory (they are freed earlier) and avoid messing up the...

runtime-system

This is the backport of #12318 to 4.14.

I think this is what @gadmm had in mind in https://github.com/ocaml/ocaml/issues/12399#issue-1814032987. fixes #12948 Also fixes the first item of #12399

bug
multicore
runtime-system
Performance

Several small changes to update both versions of the doc (TeX manual and `man` page) to agree between them and with the code. Also: fix a misplaced `\end{options}` in the...

no-change-entry-needed

Where can I find a binary installer of flexdll 0.36?

This is the output of `x86_64-w64-mingw32-gcc -print-search-dirs` on a French-configured windows 10: ``` installés: /usr/lib/gcc/x86_64-w64-mingw32/5.4.0/ programmes : =/usr/lib/gcc/x86_64-w64-mingw32/5.4.0/:/usr/lib/gcc/x86_64-w64-mingw32/5.4.0/:/usr/lib/gcc/x86_64-w64-mingw32/:/usr/lib/gcc/x86_64-w64-mingw32/5.4.0/:/usr/lib/gcc/x86_64-w64-mingw32/:/usr/lib/gcc/x86_64-w64-mingw32/5.4.0/../../../../x86_64-w64-mingw32/bin/x86_64-w64-mingw32/5.4.0/:/usr/lib/gcc/x86_64-w64-mingw32/5.4.0/../../../../x86_64-w64-mingw32/bin/ libraries : =/usr/lib/gcc/x86_64-w64-mingw32/5.4.0/:/usr/lib/gcc/x86_64-w64-mingw32/5.4.0/../../../../x86_64-w64-mingw32/lib/x86_64-w64-mingw32/5.4.0/:/usr/lib/gcc/x86_64-w64-mingw32/5.4.0/../../../../x86_64-w64-mingw32/lib/../lib/:/usr/x86_64-w64-mingw32/sys-root/mingw/lib/x86_64-w64-mingw32/5.4.0/:/usr/x86_64-w64-mingw32/sys-root/mingw/lib/../lib/:/usr/lib/gcc/x86_64-w64-mingw32/5.4.0/../../../../x86_64-w64-mingw32/lib/:/usr/x86_64-w64-mingw32/sys-root/mingw/lib/ ``` `flexlink` fails to parse it because of the...

_PR transferred from https://caml.inria.fr/mantis/view.php?id=5101_ [original reporter: @ygrek] Consider: the main program gets built and linked with external library version 1, then library is upgraded to version 2, program gets bult...

enhancement

_PR transferred from https://caml.inria.fr/mantis/view.php?id=6292_ [original reporter: @dsheets] When running ocamlbuild with the `-I` option to include a directory for compilation unit reference, if the provided directory is not a relative...

bug

_PR transferred from https://caml.inria.fr/mantis/view.php?id=5285_ [original reporter: @ygrek] Sometimes it is desirable to keep generated files (e.g. some source-to-source transformation or code generation by third-party tools) in VCS and hence in...

enhancement
triage

_PR transferred from https://caml.inria.fr/mantis/view.php?id=5099_ [original reporter: @gsutre] I obtain an error `Reference to undefined global ...' with ocamlbuild in the following situation. ``` [File] [Contents] example |-- Main.ml let _...

bug