Marc Lasson
Marc Lasson
Hello ! I guess we could instrument the generated code; but there is currently no plan to add this feature unless their is a strong demand for it.
Ok, so here is the problem with fixpoints. A simplified version of the type rule of fixpoints is : ``` F : A -> A -------------- fix F : A...
Is it ok to change the protocol/library in a non-backward compatible way ?
It took me a while, but I finally understood why top-level let bindings were not annotated even with "hint_let_binding"—this is because code lenses already handle them. In a future pull...
Hello thanks for the report ! There's something I don't understand. Normally, the profiling start at loading time of the "Landmarks" module (when the environment variable is set). And the...
Hello! Thank you for the ping, @smorimoto, and apologies for the delay in responding to this issue. You’re absolutely right—we need a solution that avoids mutating the global object. Here’s...
If we go this route, perhaps it would be a good idea to ask for "globalThis.jsoo_runtime" to be exposed as part of the Jsoo_runtime module ?
Ok ! I will make a PR soon to implement @hhugo 's suggestion to use `Jsoo_runtime.Sys.external` for expanding a new attribue. And I'll merge it if you like it and...
> Ok ! I will make a PR soon to implement [@hhugo](https://github.com/hhugo) 's suggestion to use `Jsoo_runtime.Sys.external` for expanding a new attribue. And I'll merge it if you like it...
@hhugo I cherry-picked your branch, adapted the PR and document the new features, I'll wait https://github.com/ocsigen/js_of_ocaml/pull/2086 to merge this and make a new release of gen_js_api.