Julien Sagot
Julien Sagot
I wonder if having only some items on the left sidebar can be misleading. I would probably that it should be every sub module or none of them, but I...
Hum... sorry about that then. I missed it (I don't know how). :+1:
Just a side note, while I was re-reading issues, I saw that you talked about a `Hashtbl.t` of size `10` With current implementation, it can not exists. `Hashtbl.t` always have...
Another option would be to fail if nothing is found in tests (i.e. do not consider it as a regular application).
Seems a little bit hackish but if it works it is better than without the hack, thanks for taking care of this :+1: But this issue highlight another question: Should...
> (And maybe many devs are using `default` filter because it's a useful filter) That's how I found the bug :) > I'd like to be able to declare functions...
Well... `(a, b)` is actually the same as `[a, b]`. As jingoo's representation of tuple and list are the same. I am not 100% sure that removing tuples is a...
> Is this syntax hard for your new `mly` parser? No, it's a problem that was already present and it's the only conflict that I did not resolved yet: The...
The SSL message is a mystery for me as well. Couldn't find it in packages I directly use... Installation issue is indeed fixed now.
Yes, `ocsigenserver.opt` works. It fails with `ocsigenserver.opt: ocsigen:main: Fatal - You are not allowed to use port 80.` ``` $ strace ocamlrun /home/sagotch/.opam/4.02.3/bin/ocsigenserver execve("/home/sagotch/.opam/4.02.3/bin/ocamlrun", ["ocamlrun", "/home/sagotch/.opam/4.02.3/bin/o"...], [/* 33 vars */])...