Ecosyste.ms: Timeline

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

OlivierNicole

OlivierNicole created a comment on a pull request on ocaml/ocaml
Thanks, @Octachron ! I have cleaned up the commit history.

View on GitHub

OlivierNicole pushed 8 commits to immutable-arrays OlivierNicole/ocaml

View on GitHub

OlivierNicole closed an issue on ocaml/ocaml
[5.2] build error: dllunixbyt.so_The boot compiler cannot load DLLs: No such file or directory
Running the following causes a reliable reproduction of a build failure on `make bootstrap -j12`: ```shell $ ./configure --enable-flambda # This seems to be important for the reproduction $ ...
OlivierNicole created a comment on an issue on ocaml-multicore/multicoretests
Update: I have been running it in a loop for about 3 days now during the day, without being able to reproduce. The trunk commit being exercised is https://github.com/ocaml/ocaml/commit/b5420186c7. ...

View on GitHub

OlivierNicole pushed 1 commit to jsoo-effects OlivierNicole/dune

View on GitHub

OlivierNicole pushed 1 commit to jsoo-effects OlivierNicole/dune

View on GitHub

OlivierNicole pushed 1 commit to more-tests-double-translation OlivierNicole/js_of_ocaml

View on GitHub

OlivierNicole pushed 3 commits to more-tests-double-translation OlivierNicole/js_of_ocaml
  • Fixes e30cd81
  • Remove unnecessary directories f7d2aa3
  • Pin Dune to a version that supports the new --effects flag d7a538f

View on GitHub

OlivierNicole created a comment on a pull request on ocaml/ocaml
To summarize the current status of this PR: it has been reviewed completely and comments have been addressed. So far, there doesn’t seem to be a lot of disagreements on the names. All that’s missin...

View on GitHub

OlivierNicole created a comment on a pull request on ocsigen/js_of_ocaml
@vouillon It looks like you have erased some of my commits when force-pushing. I’ll re-add them on top when the CI has finished.

View on GitHub

OlivierNicole pushed 1 commit to jsoo-effects OlivierNicole/dune

View on GitHub

OlivierNicole created a comment on a pull request on ocsigen/js_of_ocaml
Do you have an ETA for the release @hhugo?

View on GitHub

OlivierNicole created a comment on a pull request on ocaml/dune
I think it should be fixed now. I will look at adding tests, should they be in this PR?

View on GitHub

OlivierNicole pushed 1 commit to jsoo-effects OlivierNicole/dune

View on GitHub

OlivierNicole pushed 1 commit to more-tests-double-translation OlivierNicole/js_of_ocaml
  • Pin Dune to a version that supports the new --effects flag 73fa4f8

View on GitHub

OlivierNicole pushed 1 commit to more-tests-double-translation OlivierNicole/js_of_ocaml
  • Remove unnecessary directories 7d2f837

View on GitHub

OlivierNicole pushed 1 commit to more-tests-double-translation OlivierNicole/js_of_ocaml

View on GitHub

OlivierNicole pushed 1 commit to jsoo-effects OlivierNicole/dune
  • Avoid duplicating effect-related flags e5d0393

View on GitHub

OlivierNicole created a comment on a pull request on ocaml/dune
Can you share how you encountered the bug?

View on GitHub

OlivierNicole pushed 1 commit to more-tests-double-translation OlivierNicole/js_of_ocaml

View on GitHub

OlivierNicole deleted a branch OlivierNicole/multicoretests

better_dynarray_test

OlivierNicole created a comment on a pull request on ocaml-multicore/multicoretests
Closing as there is no clear change that can be included into the main branch at this point.

View on GitHub

OlivierNicole closed a pull request on ocaml-multicore/multicoretests
Improve reporting in Dynarray lin test
By raising an exception rather than aborting the program. This should help with #528 when the bug surfaces again.
OlivierNicole created a comment on a pull request on ocaml-multicore/multicoretests
Right, I see how that couldn’t work! I have botched up the STM test to make it closer to the Lin test that uncovered the bug here: https://github.com/OlivierNicole/multicoretests/tree/track-dynarra...

View on GitHub

OlivierNicole created a branch on OlivierNicole/multicoretests

track-dynarray-bug

OlivierNicole created a comment on a pull request on ocaml/ocaml
Given the importance of the topic and the compiler-specific details involved, it would make sense to me if the page was in the OCaml manual, especially given that there is already a page about ocam...

View on GitHub

OlivierNicole opened a pull request on ocsigen/js_of_ocaml
Run all tests with double translation too
This requires some care to avoid Dune setting the flag `--effects=` twice.
OlivierNicole created a branch on OlivierNicole/js_of_ocaml

more-tests-double-translation - Compiler from OCaml to Javascript.

OlivierNicole created a comment on an issue on ocaml-multicore/multicoretests
I am also trying at the moment; working with a modified version of `src/dynarray/stm_tests` that ignores every command result except if `get` returns a non-int value (on a `int Dynarray.t`). So far...

View on GitHub

OlivierNicole opened a pull request on ocaml-multicore/multicoretests
Improve reporting in Dynarray lin test
By raising an exception rather than aborting the program. This should help with #528 when the bug surfaces again.
Load more