hhugo
hhugo
> de implementation of CamlinternalMod by a JavaScript implementation. This is now gone
Correct me if I'm wrong but this is not specific to separate compilation. Maybe update title.
@balat do you have any opinion on this ?
partially implemented in https://github.com/ocsigen/js_of_ocaml/pull/230 Do you see a way to split toplevels of modules into their own functions ?
here is a simple example that fails because of the wrapping of `try catch` in toplevel. ``` let x = try 5. ** 2. with e -> raise e let...
@vouillon , I have disabled try-catch wrapping for now (https://github.com/ocsigen/js_of_ocaml/commit/24f13d6d580ac98addb833aa4e71df34fcee9027)
@Drup, is this something we would want to support in tyxml directly ?
I do not have any solution in mind, I didn't really think about it.
:+1: :)
Was introduced by https://github.com/ocsigen/js_of_ocaml/pull/186 and was based on an older version of the https://www.w3.org/TR/SVG/idl.html document. One should update Dom_svg with the latest version.