Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

vouillon

vouillon created a review comment on a pull request on ocsigen/js_of_ocaml
I believe this change is no longer relevant and can be reverted.

View on GitHub

vouillon created a review on a pull request on ocsigen/js_of_ocaml

View on GitHub

vouillon pushed 1 commit to js-strings ocsigen/js_of_ocaml

View on GitHub

vouillon created a comment on a pull request on ocsigen/js_of_ocaml
I would really prefer that #1461 get merged first, rather than asking @OlivierNicole to rebase it once more. But I don't think we need to wait for the wasm runtime.

View on GitHub

vouillon pushed 4 commits to js-strings ocsigen/js_of_ocaml
  • Wat file preprocessor c9daedb
  • Imported string constants 9ecfbe6
  • Wasm_of_ocaml: implement use-js-string flag b31a3af
  • Test: enable JS string 7622533

View on GitHub

vouillon created a review on a pull request on ocaml/dune

View on GitHub

vouillon pushed 9 commits to js-strings ocsigen/js_of_ocaml
  • Wasm runtime: rename some functions ae10f18
  • Wasm AST: add extern.convert_any a26f235
  • Wasm_of_ocaml: support JavaScript strings in prelude code 4295396
  • Flag use-js-string default to false for wasm_of_ocaml 734a623
  • CI: use node v8 canary 77c2796
  • Wat file preprocessor b1941f4
  • Imported string constants ee06b61
  • Wasm_of_ocaml: implement use-js-string flag cb2bf29
  • Test: enable JS string b35c42f

View on GitHub

vouillon pushed 21 commits to js-strings ocsigen/js_of_ocaml
  • Tests: better constraint for tests (#1773) be85e6f
  • Drop old compatibility with IE (#1774) 865249e
  • Tests: fix tests-full a555ed4
  • Fmt 8a54f80
  • Wasm runtime changes So that we can later implement `-enable use-js-string` without breaking compatibility with the ... 4587ff5
  • Runtime: caml_subarray_to_jsbytes performance fix Use method subarray rather than slice. 0756e8a
  • Fixes 644d479
  • Wasm runtime: clean-up e67c54a
  • Tests: use Jsoo_runtime.Sys.Config.use_js_string rather than a hack 4b4f3d5
  • Rename module Wa_runtime to Runtime_files 432c5ed
  • Wasm runtime: rename type $string to $bytes 05cf9f0
  • Wasm runtime: rename some functions 1cfd099
  • Wasm AST: add extern.convert_any 8150f2f
  • Wasm_of_ocaml: support JavaScript strings in prelude code 6bb6b34
  • Flag use-js-string default to false for wasm_of_ocaml e2ea16d
  • CI: use node v8 canary e48326a
  • Wat file preprocessor abd960f
  • Imported string constants 10609ac
  • Wasm_of_ocaml: implement use-js-string flag 7f7a4c2
  • Test: enable JS string c4562d3
  • and 1 more ...

View on GitHub

vouillon created a review comment on a pull request on ocaml/dune
It would be simpler to have two `set` functions. One for `--enable/--disable` and one for `--effects`.

View on GitHub

vouillon created a review on a pull request on ocaml/dune

View on GitHub

vouillon deleted a branch ocsigen/js_of_ocaml

wasm-runtime-changes

vouillon pushed 1 commit to master ocsigen/js_of_ocaml
  • Wasm runtime changes So that we can later implement `-enable use-js-string` without breaking compatibility with the ... 4587ff5

View on GitHub

vouillon closed a pull request on ocsigen/js_of_ocaml
Wasm runtime changes
So that we can later implement `-enable use-js-string` without breaking compatibility with the Wasm runtime file of package `zarith_stubs_js`: - `caml_named_value` no longer assumes that strings ...
vouillon created a review comment on a pull request on ocaml/dune
Right

View on GitHub

vouillon created a review on a pull request on ocaml/dune

View on GitHub

vouillon created a review comment on a pull request on ocaml/dune
Maybe we should add `Native` and `JSPI` so that we don't have to modify `dune` if we add support for native effects in wasm_of_ocaml.

View on GitHub

vouillon created a review on a pull request on ocaml/dune

View on GitHub

vouillon created a review comment on a pull request on ocsigen/js_of_ocaml
```suggestion caml_current_stack = {x:0, e:0}; ```

View on GitHub

vouillon created a review on a pull request on ocsigen/js_of_ocaml

View on GitHub

vouillon created a review comment on a pull request on ocsigen/js_of_ocaml
```suggestion if (caml_current_stack.e === 0) { ```

View on GitHub

vouillon created a review on a pull request on ocsigen/js_of_ocaml

View on GitHub

vouillon created a review comment on a pull request on ocsigen/js_of_ocaml
```suggestion if (caml_current_stack.e === 0) { ```

View on GitHub

vouillon created a review on a pull request on ocsigen/js_of_ocaml

View on GitHub

vouillon created a review comment on a pull request on ocsigen/js_of_ocaml
```suggestion var c = caml_current_stack.e; caml_current_stack.e = 0; caml_current_stack = c; return c.k; ```

View on GitHub

vouillon created a review on a pull request on ocsigen/js_of_ocaml

View on GitHub

vouillon created a review comment on a pull request on ocsigen/js_of_ocaml
```suggestion last.e = fiber; caml_current_stack = stack; return stack.k; ```

View on GitHub

vouillon created a review on a pull request on ocsigen/js_of_ocaml

View on GitHub

vouillon created a review comment on a pull request on ocsigen/js_of_ocaml
We can use an object rather than an array to implement the exception stack. ```suggestion return { k: hval, x: { h:hexn, t:0 }, h: handlers, e: 0 }; ```

View on GitHub

vouillon created a review on a pull request on ocsigen/js_of_ocaml

View on GitHub

vouillon created a review on a pull request on ocsigen/js_of_ocaml

View on GitHub

Load more