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 to @yallop for finding a number of remaining mistakes in `iarray.mli` and `iarray.ml`!
OlivierNicole created a review comment on a pull request on ocaml/ocaml
No, it doesn’t seem to.
OlivierNicole pushed 1 commit to immutable-arrays OlivierNicole/ocaml
- CR: Fix copyright, remove non-existent attribute 078fc40
OlivierNicole pushed 1 commit to immutable-arrays OlivierNicole/ocaml
- CR: Fix mistakes in Iarray comments 617ab47
OlivierNicole created a review comment on a pull request on ocaml/ocaml
Good question. The convention I have followed previously is to have only the original authoring entity, so I would remove the 1996 Inria lines. @Octachron do you agree?
OlivierNicole created a comment on an issue on ocaml-multicore/multicoretests
> Can we conclude that parallel usage may be type unsafe? Ping [@OlivierNicole](https://github.com/OlivierNicole): WDYT? 🤔 It shouldn’t be, and yet it seems that it is. I guess my next move, if ...
OlivierNicole created a comment on a pull request on ocaml/ocaml
We could agree on a fixed duration for people to cast a vote on the name, possibly giving arguments. People could change their vote during that period if they want to. And at the end, choose the op...
OlivierNicole pushed 1 commit to immutable-arrays OlivierNicole/ocaml
- CR: Move some iarray tests to more relevant path dc80ec3
OlivierNicole created a comment on a pull request on ocaml/ocaml
To summarize the state of this PR: it is a port of a series of patches made on the Jane Street compiler. The `typing/` and `toplevel/` parts have been reviewed by @gasche and the `lambda/` part by ...
OlivierNicole pushed 10 commits to immutable-arrays OlivierNicole/ocaml
- Remove unnecessary iarray primitives Namely %iarray_to_array and %iarray_of_array. a3c6153
- Bootstrap e6b242b
- Add Stdlib.Iarray module Co-authored-by: Olivier Nicole <[email protected]> c570ee7
- Immutable array tests 56e45dc
- Fix: hygiene a7adf6a
- Fix: hygiene cac1b8b
- Remove .:() indexing operator 8915f07
- CR: Fix pattern printing, clarify var name 20981f9
- CR: Use explicit record type 70a9427
- Update changelog 844266f
OlivierNicole created a comment on a pull request on ocaml/ocaml
> @lthls is (as usual) correct that the string stuff comes from the needs of js_of_ocaml Thanks for reminding me, it had slipped my mind. I removed the dedicated primitives and replaced them ...
OlivierNicole pushed 10 commits to immutable-arrays OlivierNicole/ocaml
- Remove unnecessary iarray primitives Namely %iarray_to_array and %iarray_of_array. 889484d
- Bootstrap 1a26c24
- Add Stdlib.Iarray module Co-authored-by: Olivier Nicole <[email protected]> 629eac9
- Immutable array tests ce4b97e
- Fix: hygiene c4662a0
- Fix: hygiene 2eb947b
- Remove .:() indexing operator 6776bd4
- CR: Fix pattern printing, clarify var name 5011142
- CR: Use explicit record type 606b4ca
- Update changelog 3b4b5da
OlivierNicole pushed 2 commits to immutable-arrays OlivierNicole/ocaml
OlivierNicole pushed 69 commits to immutable-arrays OlivierNicole/ocaml
- Rewrite mutable globals for GC control to be atomic This rewrites four globals to be atomic, thus avoiding data race... 94fafd4
- manual: fix name of caml_hash_variant in the C interface The function is called hash_variant in Btype, but caml_hash... fa8cd4d
- faster caml_continuation_use_and_update_handler_noexc fbe9ced
- Merge pull request #13701 from hhugo/follow-12735 Faster caml_continuation_use_and_update_handler_noexc 48ecd94
- Changes d236751
- Support unicode identifiers in comments 385ab8f
- typos in ephemeron-related comments e8d4798
- typemod: labeled argument [strengthen:bool] for type_{module,application} d75d775
- typemod: labeled argument [funct_body:bool] for type_{module,application,open_decl} 85970ee
- Add test for unicode identifier in comment ccbd123
- Merge pull request #13709 from gasche/typemod-readability-tweaks [refactoring] typemod.ml readability tweaks 5e30513
- Add `Char.Ascii` module (#13695) * char.mli: add a module preamble. * char.mli: replace incorrect mentions of 'AS... 4d2298d
- [minor] Document locking behaviour of C channels bf7d441
- Fix deadlock in runtime events 85d15f3
- Avert potential deadlock in caml_iterate_named_values But have not found uses of caml_iterate_named_values in the wi... 88f1c1c
- Use caml_plat_lock_non_blocking in signals.c, clarify signal installation 50bf0b0
- Replace caml_plat_locking with caml_plat_non_blocking in io.c We apply the rule of using the non-blocking version wh... 2ff121a
- Document remaining uses of caml_plat_lock d931f22
- Changes a3c0dd0
- Changes 4c9f1d9
- and 49 more ...