Eduardo Rafael
Eduardo Rafael
@zbaylin it is possible, just that no one did it, using my backport to 4.10 is possible to bootstrap opam, and then build esy using the opam script, so that...
When cross-compiling using make the build system it essentially is cross compiling the compiler to be executed in the target, so it's more like bootstrapping the compiler to a platform....
For the domain module could we also get a warning regarding https://github.com/ocaml/ocaml/issues/11589? It is a really tricky problem and it will bite more people as 5.0 is released.
I found some weird behavior on the expressions branch, I don't know if it's a limitation of this approach, or the current implementation only when using universally quantified stuff. ```ocaml...
Maybe we should have a repo to submit issues with this? I don't think there is a lot but I would like to keep testing it This one is for...
Not sure if this is the right place to ask, but I wonder, why introducing this instead of extending first-class modules? I know that the paper uses this because first-class...
I actually like the idea of a partial keyword, as you can easily have a "education" mode where by hovering the keyword you get a link on your IDE to...
@yyx990803 because the router API choose the actual view, we need only to replace the view, by another component, when a error occur, like in a classic mvc if a...
@Dani216 actually nuxt somehow do that, using a error function in the context, you can switch to nuxt(i really recommend) or searching the code
@nojb I'm passing `-nostdlib` for a library, as you can see in the example, `lib_a` is using `-nostdlib` but `custom_stdlib` isn't, and `lib_a` depends on `custom_stdlib` so `lib_a` should have...