Ecosyste.ms: Timeline

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

OlivierNicole

OlivierNicole pushed 19 commits to jsoo-effects OlivierNicole/dune
  • docs: fix small typo in doc/reference/dune/env.rst (#11191) Signed-off-by: Sora Morimoto <[email protected]> 5f4cd06
  • Create reference documentation for current package management support (#11181) Signed-off-by: Marek Kubica <marek@ta... 25be1ea
  • Better doc for `(no_dynlink)` (#11195) Signed-off-by: Nicolás Ojeda Bär <[email protected]> 046fe80
  • `Io.copy_channels`: make it reentrant (#11194) Signed-off-by: Nicolás Ojeda Bär <[email protected]> ef02bd7
  • chore: Promote change due to #11172 (#11198) When building dune this change gets promoted when rebuilding. To preven... e4e98e1
  • test: Regression test for #11200 (#11201) Signed-off-by: Shon Feder <[email protected]> 38c0743
  • fix: regression in 11200 (#11204) Remove all error checking for empty projects in [$ dune subst] Signed-off-by: R... 3fc17ee
  • chore(ci): remove coveralls (#11224) Signed-off-by: Etienne Marais <[email protected]> ed1b7fa
  • refactor(pkg): remove useless type alias (#11227) Signed-off-by: Rudi Grinberg <[email protected]> 0ee88a7
  • refactor(melange): don't store `dune_version` in `Melange_stanzas.Emit.t` (#11206) Signed-off-by: Antonio Nuno Monte... 2616be1
  • test(melange): use a different flag for forwards-compat (#11211) Signed-off-by: Antonio Nuno Monteiro <anmonteiro@gm... e36b8a1
  • refactor(melange): don't run `Lib.Compile.requires_link` twice (#11207) Signed-off-by: Antonio Nuno Monteiro <anmont... 00b5104
  • chore: changelog 3.17.1 (#11230) Signed-off-by: Etienne Marais <[email protected]> 7025204
  • refactor(pkg): remove some dead solver code (#11228) Signed-off-by: Rudi Grinberg <[email protected]> 69bafe0
  • Adapt JSOO rules for new --effects= option Signed-off-by: Olivier Nicole <[email protected]> d702661
  • Make the rules compatible with pre-6.0 jsoo Signed-off-by: Olivier Nicole <[email protected]> bf15763
  • CR Signed-off-by: Olivier Nicole <[email protected]> 4008d0c
  • reformat Signed-off-by: Olivier Nicole <[email protected]> e2ea325
  • Fix test: rule evaluation order Signed-off-by: Olivier Nicole <[email protected]> 1ec1bd3

View on GitHub

OlivierNicole created a comment on a pull request on ocaml/dune
I’m not sure to understand where the last CI failure comes from.

View on GitHub

OlivierNicole pushed 1 commit to jsoo-effects OlivierNicole/dune

View on GitHub

OlivierNicole pushed 1 commit to jsoo-effects OlivierNicole/dune
  • Fix test: rule evaluation order 9501684

View on GitHub

OlivierNicole pushed 1 commit to jsoo-effects OlivierNicole/dune

View on GitHub

OlivierNicole deleted a branch OlivierNicole/multicoretests

dynarray-tests

OlivierNicole created a review comment on a pull request on ocsigen/js_of_ocaml
Oops

View on GitHub

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

View on GitHub

OlivierNicole pushed 1 commit to jsoo-effects OlivierNicole/dune

View on GitHub

OlivierNicole pushed 3 commits to jsoo-effects OlivierNicole/dune

View on GitHub

OlivierNicole pushed 2 commits to optim_effects OlivierNicole/js_of_ocaml
  • Re-export Jsoo_runtime from the js_of_ocaml library 796e973
  • Fix spurious free var warning over CONFIG macro dded0e8

View on GitHub

OlivierNicole pushed 1 commit to optim_effects OlivierNicole/js_of_ocaml
  • Re-export Jsoo_runtime from the js_of_ocaml library 2e21f2e

View on GitHub

OlivierNicole created a comment on a pull request on ocaml-multicore/multicoretests
I was a bit blocked by the shrinking issue and hadn’t thought of `Util.protect` as a solution. Thanks for doing what I neglected to do! This looks great to me.

View on GitHub

OlivierNicole pushed 1 commit to jsoo-effects OlivierNicole/dune

View on GitHub

OlivierNicole created a comment on a pull request on ocaml/dune
Note: I have used `failwith` when a dune rule is asking to pass `--effects=double-translation` with a version of jsoo/wasmoo that doesn’t support it, because I don’t know what the proper way of err...

View on GitHub

OlivierNicole created a review comment on a pull request on ocaml/dune
Done.

View on GitHub

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

View on GitHub

OlivierNicole pushed 1 commit to jsoo-effects OlivierNicole/dune
  • Make the rules compatible with pre-6.0 jsoo 0b4bd6b

View on GitHub

OlivierNicole created a review comment on a pull request on ocsigen/js_of_ocaml
> The comment is stale. separate compilation now works with --enable use-js-srtring or --enable effects. > ``` > ;; separate compilation doesn't yet work when using '--effect=double-translation...

View on GitHub

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

View on GitHub

OlivierNicole pushed 68 commits to optim_effects OlivierNicole/js_of_ocaml
  • Drop old compatibility with IE (#1774) 865249e
  • Effects: double translation of functions and ... dynamic switching between direct-style and CPS code. (#1461) 120f235
  • Add caml_assume_no_effects primitive and tests Passing a function [f] as argument of `caml_assume_no_effects` guaran... 38f0462
  • CR: Fix non-raised Unhandled with assume_no_perform 7f769be
  • CR: Commit suggestion for compiler/lib/driver.ml Co-authored-by: Jérôme Vouillon <[email protected]> 0192c16
  • Fix runtime deps, add missing test 10f8752
  • CR 92e41d8
  • CR de30b43
  • Runtime format 77c2331
  • Factorize substitution logic 22584e4
  • CR: make caml_callback an alias of caml_call_gen... ... when double translation is enabled. 370a0b0
  • Promote tests e980a1b
  • CR: Fix caml_trampoline_cps and rename it to caml_resume 55cbe59
  • CR: First fixes to Lambda_lifting_simple ef3bc27
  • Simplify and clarify Lambda_lifting_simple c2f39d3
  • Format runtime 21c955b
  • Fix bug: functions inside CPS functions were not lambda-lifted 5ed1a30
  • Runtime: fix caml_uncaught_effect_handler We can use a single definition for the CPS transformation and the double t... efb7892
  • Runtime: the trampoline now distinguish direct and CPS calls 5b7c9e4
  • Fix unregistered test and add one for nested handler 1d34f2b
  • and 48 more ...

View on GitHub

OlivierNicole pushed 1 commit to optim_effects OlivierNicole/js_of_ocaml

View on GitHub

OlivierNicole pushed 1 commit to optim_effects OlivierNicole/js_of_ocaml

View on GitHub

OlivierNicole pushed 65 commits to optim_effects OlivierNicole/js_of_ocaml
  • Tests: better constraint for tests (#1773) be85e6f
  • Effects: double translation of functions and ... dynamic switching between direct-style and CPS code. (#1461) bfa3f86
  • Add caml_assume_no_effects primitive and tests Passing a function [f] as argument of `caml_assume_no_effects` guaran... 4708dda
  • CR: Fix non-raised Unhandled with assume_no_perform 9281f05
  • CR: Commit suggestion for compiler/lib/driver.ml Co-authored-by: Jérôme Vouillon <[email protected]> 302b26d
  • Fix runtime deps, add missing test 641605a
  • CR 5677df0
  • CR d92554a
  • Runtime format f32408c
  • Factorize substitution logic 792cdea
  • CR: make caml_callback an alias of caml_call_gen... ... when double translation is enabled. d4758a0
  • Promote tests 318a038
  • CR: Fix caml_trampoline_cps and rename it to caml_resume 8d9524b
  • CR: First fixes to Lambda_lifting_simple 24bdb9e
  • Simplify and clarify Lambda_lifting_simple 0d6620d
  • Format runtime c474a82
  • Fix bug: functions inside CPS functions were not lambda-lifted 52e31ae
  • Runtime: fix caml_uncaught_effect_handler We can use a single definition for the CPS transformation and the double t... 9b81829
  • Runtime: the trampoline now distinguish direct and CPS calls 4911779
  • Fix unregistered test and add one for nested handler 2246827
  • and 45 more ...

View on GitHub

OlivierNicole created a comment on a pull request on ocsigen/js_of_ocaml
See ocaml/dune#11222.

View on GitHub

OlivierNicole opened a draft pull request on ocaml/dune
Adapt JSOO rules for new --effects= option
This takes into account the new js_of_ocaml `--effects={cps,double-translation}` flag, introduced in ocsigen/js_of_ocaml#1461.
OlivierNicole forked ocaml/dune

OlivierNicole/dune

OlivierNicole created a comment on a pull request on ocsigen/js_of_ocaml
I am preparing one at the moment.

View on GitHub

OlivierNicole pushed 1 commit to optim_effects OlivierNicole/js_of_ocaml

View on GitHub

OlivierNicole created a comment on a pull request on ocaml/ocaml
In light of the small size the the hints take, this seems reasonable to me. But I’m slightly conflicted here as I also work on {js,wasm}_of_ocaml. Does someone still object to this HINT section?

View on GitHub

Load more