Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
OlivierNicole created a comment on a pull request on ocaml/ocaml
Thanks, @Octachron ! I have cleaned up the commit history.
OlivierNicole pushed 8 commits to immutable-arrays OlivierNicole/ocaml
- Immutable arrays Co-authored-by: Olivier Nicole <[email protected]> 337805d
- Remove unnecessary iarray primitives Namely %iarray_to_array and %iarray_of_array. ffb3e52
- Bootstrap 8479ca0
- Add Stdlib.Iarray module Co-authored-by: Olivier Nicole <[email protected]> af3d64d
- Immutable array tests 6d24809
- Remove .:() indexing operator b3bd236
- Update changelog d9365ed
- Remove IarrayLabels ec99a1d
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. ...
OlivierNicole pushed 1 commit to jsoo-effects OlivierNicole/dune
- reformat Signed-off-by: Olivier Nicole <[email protected]> 2b62627
OlivierNicole pushed 1 commit to more-tests-double-translation OlivierNicole/js_of_ocaml
- Fixes 89c0234
OlivierNicole pushed 3 commits to more-tests-double-translation OlivierNicole/js_of_ocaml
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...
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.
OlivierNicole pushed 1 commit to jsoo-effects OlivierNicole/dune
- Avoid duplicating effect-related flags Co-authored-by: Jérome Vouillon <[email protected]> Signed-off-by: Ol... 6b2e3bd
OlivierNicole created a comment on a pull request on ocsigen/js_of_ocaml
Do you have an ETA for the release @hhugo?
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?
OlivierNicole pushed 1 commit to jsoo-effects OlivierNicole/dune
- Avoid duplicating effect-related flags Co-authored-by: Jérome Vouillon <[email protected]> a6d107d
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
OlivierNicole pushed 1 commit to more-tests-double-translation OlivierNicole/js_of_ocaml
- Remove unnecessary directories 7d2f837
OlivierNicole pushed 1 commit to more-tests-double-translation OlivierNicole/js_of_ocaml
- Fixes 6fc830a
OlivierNicole pushed 1 commit to jsoo-effects OlivierNicole/dune
- Avoid duplicating effect-related flags e5d0393
OlivierNicole created a comment on a pull request on ocaml/dune
Can you share how you encountered the bug?
OlivierNicole pushed 1 commit to more-tests-double-translation OlivierNicole/js_of_ocaml
- CR Co-authored-by: Jérôme Vouillon <[email protected]> 268cdb3
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.
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...
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...
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.