Thomas Gazagnaire

Results 144 issues of Thomas Gazagnaire

Hi, sorry for the naive question. I am trying to put online a small tutorial using static webpages, using a custom iocamljs kernel. I've read the documentation to successfully build...

Setting both options leads to undefined results (seems that `-static` is ignored)

It seems stand-alone `kernel.foo.js` doesn't work with split lines in the code. I got the following error message: ``` [Error] TypeError: undefined is not a function (evaluating 'string.split(/\r\n?|\n/)') (anonymous function)...

In Go, it's quite easy to start a server listening on unix domain sockets: https://pkg.go.dev/net#Listen Would it be possible to add this to Dream as well?

Would be nice to have a tool similar to [ocamldsort](http://www.normalesup.org/~ara/programmes.html.fr) but for binary objects. Could be useful to (i) build archive and (ii) build binaries. It's a bit painful to...

help wanted
design

Both targets do not exist anymore. Build is quite easy (`rm -rf _build`), distclean is a bit more involved as it needs to query the list of generated files (easy...

enhancement

Make help should display the high-level commands and a summary of the low-level ones.

enhancement

This is just a place to hold the various issues I've found while trying to integrate with the OCaml toolchain. ### Pre-processors - no option in the compiler to dump...

I think the `Dir component has two different meaning: 1. the current one: it's a container which change the build properties of what you put inside (I use it to...