Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
hhugo pushed 9 commits to channels ocsigen/js_of_ocaml
- Tests: swap hfun between js and wasm 774d8e8
- Runtime: check upper bound during array creation 522972b
- Fix double-translation tests - Copy files with expected output - Remove duplicated env settings - Do not run the tes... e10af9e
- Add OCaml channel tests eff532e
- Wasm runtime: fix use of typed arrays' copyWithin method 87c7eb0
- Wasm runtime: fail when using a closed channel b885d39
- Wasm runtime: fix writing to closed channel d2b08ca
- Wasm runtime: add caml_ml_output_bigarray/caml_ml_input_bigarray 50c86d8
- fix 64fc6ad
hhugo pushed 1 commit to master ocsigen/js_of_ocaml
- Fix double-translation tests - Copy files with expected output - Remove duplicated env settings - Do not run the tes... e10af9e
hhugo closed a pull request on ocsigen/js_of_ocaml
Fix double-translation tests
- Copy files with expected output - Remove duplicated env settings - Do not run the test with wasm_of_ocaml, which does not support the double translationhhugo pushed 2 commits to master ocsigen/js_of_ocaml
hhugo pushed 2 commits to fix2 ocsigen/js_of_ocaml
hhugo created a comment on a pull request on ocaml/dune
I think you should add some tests that you would run manually now and that would run in the CI once jsoo.6.0 is released. I've tested this PR manually and it doesn't quite work because the `--ef...
hhugo created a comment on an issue on ocsigen/js_of_ocaml
> Is there a way to somehow force non-inclusion of a module (e.g. node:fs) `--target-env browser` > and a compilation error when one is required by the code? no > Or is there a way to trace do...
hhugo created a comment on a pull request on ocsigen/js_of_ocaml
@vouillon, yet another test failing in wasm. We probably just need to check more bounds when creating arrays
hhugo pushed 1 commit to master ocsigen/js_of_ocaml
- Runtime: fresh obj_id when un-marshaling (#1810) Co-authored-by: Jérôme Vouillon <[email protected]> ab19ae2