Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
hhugo created a comment on a pull request on ocaml/ocaml
I've rebased this code in https://github.com/hhugo/ocaml/tree/MetaOCaml_parsing_mode
hhugo created a comment on a pull request on ocsigen/js_of_ocaml
https://github.com/ocsigen/js_of_ocaml/pull/1746
hhugo pushed 40 commits to release-js_of_ocaml-5.9.0 hhugo/opam-repository
- New version of package color: 0.3.0 6f8592a
- [new release] eio (5 packages) (1.2) CHANGES: Changes: - Make `fork_action.h` a public header (@patricoferris ocam... 2a50305
- [new release] elpi (2.0.2) CHANGES: Requires Menhir 20211230 and OCaml 4.13 or above. - Really fix tests on 32 bit... 1556e85
- [new release] aifad (2.3.1) CHANGES: - Reformatted everything with ocamlformat - Added missing Menhir version cons... d8f409d
- [new release] cfg (2.3.1) CHANGES: - Reformatted everything with ocamlformat 7bcd1f5
- [new release] gpr (1.5.1) CHANGES: - Reformatted everything with ocamlformat + minor fixes be1d397
- Package checked_oint.0.4.0 f88f350
- [new release] gsl (1.25.1) CHANGES: - Reformatted OCaml and Dune files with `ocamlformat`. - Reformatted C files w... 8e89443
- Merge pull request #26939 from mmottl/release-cfg-2.3.1 [new release] cfg (2.3.1) d9dd01a
- Merge pull request #26938 from mmottl/release-aifad-2.3.1 [new release] aifad (2.3.1) 87f8953
- Merge pull request #26941 from mmottl/release-gpr-1.5.1 [new release] gpr (1.5.1) 11a8f00
- Merge pull request #26936 from talex5/release-eio-v1.2 [new release] eio (5 packages) (1.2) a13c289
- Merge pull request #26927 from ElectreAAS/master New version of package color: 0.3.0 dd68f43
- tidy_email_mailgun: upper bound on cohttp6 revdeps for #26925 e5e7d89
- caldav: upper bound on cohttp 6 revdeps for #26925 2e3be55
- graphql_cohttp: : upper bound on cohttp 6 revdeps for #26925 4473443
- h1_parser: : upper bound on cohttp 6 revdeps for #26925 8d5fba5
- picos_io_cohttp: upper bound on cohttp.6.0.0 revdeps for #26925 fac5397
- websocket-async: upper bound on cohttp.6.0.0 revdeps for #26295 f83c066
- Revert release of color.0.3.0 See https://github.com/ocaml/infrastructure/issues/164 23989dd
- and 20 more ...
hhugo created a comment on a pull request on ocsigen/js_of_ocaml
Are you sure this is not working just because of caches ? I see in your branch that you've removed the previous fix https://github.com/ocaml-wasm/wasm_of_ocaml/pull/131/commits/4ee156ef024e5e32b6a...
hhugo opened a pull request on ocaml-ppx/ocamlformat
Initial support for metaocaml
This PR is the result of a quick experiment to add support for metaocaml. You should feel free to take over it and push it through. Fix https://github.com/ocaml-ppx/ocamlformat/issues/1211 ...hhugo opened a pull request on ocaml/opam-repository
Add missing constraint
detected during #26932 The ojs-base lwt constraint is explained in https://github.com/ocsigen/lwt/issues/1042 The picos js_of_ocaml constraint is tracked by https://github.com/ocaml-multicore/pic...hhugo created a comment on a pull request on ocsigen/js_of_ocaml
What makes you say that ? I would imagine that we should wait on https://github.com/actions/runner-images/issues/10984
hhugo pushed 1 commit to release-js_of_ocaml-5.9.0 hhugo/opam-repository
- fix some constraint 3ce99b7
hhugo created a comment on a pull request on ocsigen/js_of_ocaml
Previously, We would call toString to print any value that doesn't look like an OCaml exception. With this PR, the printer only looks for js `Error`s. So yes, there is a semantic difference. It...
hhugo created a comment on a pull request on ocsigen/js_of_ocaml
xref https://github.com/ocaml/dune/issues/11143
hhugo pushed 1 commit to master ocsigen/js_of_ocaml
- Lib: small refactoring around js exception printing (#1743) 44ef0bb