Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
maiste created a review comment on a pull request on ocaml/dune
This one shouldn't be deleted as it wasn't included in the release.
maiste pushed 7 commits to test/improve-test maiste/dune
- Bump Dune lang version to 3.18 (#11175) Signed-off-by: Nicolás Ojeda Bär <[email protected]> 290a519
- refactor: add [Install.Roots.to_dyn] (#11171) Signed-off-by: Rudi Grinberg <[email protected]> c18b2da
- fix: Stop VCS discovery choking on unreadable root On Android devices, the root directory is not readable. This stop... 52e0f9f
- refactor: add [Install.Roots.to_dyn] (#11178) Signed-off-by: Rudi Grinberg <[email protected]> 0a12c60
- chore: ensure @pkg-install is not registered without lock file Signed-off-by: Etienne Marais <[email protected]> 42bfa5f
- fix: improve error message Signed-off-by: Etienne Marais <[email protected]> 9e26b4d
- Use `Action_builder.fail` to register an action which fails Signed-off-by: Marek Kubica <[email protected]> c4f4a22
maiste created a review comment on a pull request on ocaml/dune
You are right, it is better to not mentioning it. The documentation looks good to me :+1:
maiste pushed 1 commit to main maiste/os-slides
- chore(deps): bump axios in the npm_and_yarn group across 1 directory (#5) Bumps the npm_and_yarn group with 1 update... 8fb1d45
maiste closed a pull request on maiste/os-slides
chore(deps): bump axios from 0.28.1 to 0.29.0 in the npm_and_yarn group across 1 directory
Bumps the npm_and_yarn group with 1 update in the / directory: [axios](https://github.com/axios/axios). Updates `axios` from 0.28.1 to 0.29.0 <details> <summary>Release notes</summary> <p><em>Sour...maiste created a review comment on a pull request on ocaml/dune
@rgrinberg would you have a suggestion on how it would be possible to raise an error when the alias is called? If I raised an error in a `Memo.t` or in a `Rules.collect_unit`, it would simply fa...
maiste created a review comment on a pull request on ocaml/dune
Shouldn't it be this? ```suggestion ; "format-dune-file", Since ((3,18), Field) ```
maiste created a review comment on a pull request on ocaml/dune
Shouldn't it emphasize the `dune` version used to format? What do you think about adding a reference to `dune format-dune-file` so the information can be linked?
maiste created a comment on a pull request on ocaml/opam-repository
A change in a formatting option created regression in some programs using this particular command. It would impact `odoc` tests for example. We decided to remove this from the release and reintrodu...
maiste created a comment on an issue on ocaml/dune
[3.17.0](https://github.com/ocaml/opam-repository/pull/26975) PR on opam is opened.
maiste created a comment on a pull request on ocaml/opam-repository
If the CI is ok, this PR will close #26951.
maiste opened a pull request on ocaml/opam-repository
[new release] dune (15 packages) (3.17.0)
Fast, portable, and opinionated build system - Project page: <a href="https://github.com/ocaml/dune">https://github.com/ocaml/dune</a> - Documentation: <a href="https://dune.readthedocs.io/">https...maiste created a branch on maiste/opam-repository
release-dune-3.17.0 - Main public package repository for opam, the source package manager of OCaml.
maiste published a release on ocaml/dune
3.17.0
CHANGES: ### Fixed - Show the context name for errors happening in non-default contexts. (#10414, fixes #10378, @jchavarri) - Correctly declare dependencies of indexes so that they are rebuilt...maiste pushed 1 commit to 3.17 ocaml/dune
- chore: 3.17.0 changelog (#11165) Signed-off-by: Etienne Marais <[email protected]> af1f424
maiste pushed 1 commit to 3.17 ocaml/dune
- [3.17] remove breaking change for `alpha1` (#11164) This reverts commit af95981164956dcafb4f4cd72358b5d0a4ad92ee. ... 60ed1ec
maiste pushed 2 commits to prepare-3.17/remove-breaking-change maiste/dune
- Revert "Tweak dune file formatting: avoid pure vertical layout when formatting wrapped lists (#10892)" This reverts ... 7f41f4e
- chore: remove patch entry from CHANGES.md Signed-off-by: Etienne Marais <[email protected]> d818c2d
maiste opened a pull request on ocaml/dune
[3.17] remove breaking change for `alpha1`
This PR reverts the patch made in #10892 for the `3.17.0~alpha1` release. Indeed, while releasing `3.17.0` we have seen that it would break `odoc` tests because of the indentation. Further discussi...maiste created a branch on maiste/dune
prepare-3.17/remove-breaking-change - A composable build system for OCaml.