Ecosyste.ms: Timeline

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

maiste

maiste closed a pull request on ocaml/dune
Menhir in qualified subdirectory doesn't see modules from the same directory
Reproducing PR for https://github.com/ocaml/dune/issues/11383. I have chosen to update the existing test rather than adding another one, because I think it now just tests strictly more things. If w...
maiste created a comment on an issue on ocaml/dune
No worries! Closing in favor of the other one.

View on GitHub

maiste closed an issue on ocaml/dune
Menhir in qualified subdirectory doesn't see modules from the same directory
## Expected Behavior I would expect that, using `(include_subdirs qualified)`, Menhir files would see modules from the same directory, eg. if: ``` ├── dune ├── foo.ml └── bar ├── dune    ├──...
maiste opened a pull request on ocaml/ocaml.org
chore: changelog dune 3.17.2
This PR creates the changelog for the last release of Dune (`3.17.2`).
maiste pushed 5 commits to changelog-dune.3.17.2 maiste/ocaml.org
  • Added PR template file in github. and added PR Template section in contributions.md file (#2907) * Update CONTRIBUTI... 27bd28a
  • move PR templates to the right location in .github folder (#2937) 9ebea21
  • fix: broken link for odoc authors documentation (#2940) e47377e
  • Survive tailwindcss binary (#2773) * Survive tailwindcss binary * When building target specific binary - If al... 5526793
  • chore: changelog dune 3.17.2 3b32f9e

View on GitHub

maiste pushed 1 commit to main ocaml/dune

View on GitHub

maiste closed a pull request on ocaml/dune
chore: changelog dune 3.17.2
Need for the release to be release before review.
maiste created a comment on an issue on ocaml/dune
Thanks for reporting! I think this is a duplicate of https://github.com/ocaml/dune/issues/11119.

View on GitHub

maiste pushed 18 commits to changelog-dune.3.17.2 maiste/dune
  • pkg: add repro for gh11375 (#11376) Signed-off-by: Stephen Sherratt <[email protected]> 2445e90
  • Optimize findlib cache with physical equality (#11380) Signed-off-by: ArthurW <[email protected]> 1b94605
  • Revert "pkg: add repro for gh11375 (#11376)" (#11379) This reverts commit 2445e907ea24e2d24326e7bf47f63ac259699b3c. ... 39c9727
  • refactor: hide some private functions (#11385) Signed-off-by: Rudi Grinberg <[email protected]> 2a7e5b2
  • refactor: simplify seal (#11384) there's no need to compute the length Signed-off-by: Rudi Grinberg <me@rgrinberg... b71f2a3
  • refactor: move foreign library to stanza dir (#11386) For consistency with all other stanzas Signed-off-by: Rudi ... 98b4f9d
  • refactor: cleanup recursive includes (#11387) Signed-off-by: Rudi Grinberg <[email protected]> 465df69
  • refactor: move functions closer to their use sites (#11389) Signed-off-by: Rudi Grinberg <[email protected]> 2bde7d9
  • refactor: small style cleanups (#11388) reduce scope of identifiers where possible move things closer to where th... c747c97
  • refactor: improve foreign API (#11391) Merge Foreign_sources and Foreign.Sources.Unresolve.t Makes it possible to... f5984c7
  • refactor: lib_rules clean up (#11390) Remove duplicate flag handling code Signed-off-by: Rudi Grinberg <me@rgrinb... 5a0c4da
  • refactor(pkg): replace rank integer with abstract type (#11393) Signed-off-by: Rudi Grinberg <[email protected]> bc877f6
  • refactor(sat): simplify solution type (#11394) Signed-off-by: Rudi Grinberg <[email protected]> e32e82d
  • refactor(pkg): switch to arrays for literals in all clauses (#11298) Signed-off-by: Rudi Grinberg <[email protected]> 2d1c89b
  • refactor(sat): remove some pointless allocation (#11396) Signed-off-by: Rudi Grinberg <[email protected]> 583477a
  • fix: restore 4.08 compat (#11397) Signed-off-by: Rudi Grinberg <[email protected]> 7b19481
  • fix: 4.08 compat (#11399) argument order Signed-off-by: Rudi Grinberg <[email protected]> aa40c3f
  • chore: changelog dune 3.17.2 Signed-off-by: Etienne Marais <[email protected]> 0f2a71f

View on GitHub

maiste starred localsend/localsend
maiste created a comment on a pull request on ocaml/dune
You are right, let's do it this way :+1:

View on GitHub

maiste created a comment on a pull request on ocaml/dune
I encounter an issue while working on this PR. To be able to have the maintenance field in `dune-project`, I need to increase the number of the lang to `3.18`. If I do so, it will build the mainten...

View on GitHub

maiste pushed 2 commits to changelog-dune.3.17.2 maiste/dune
  • dune subst test for directory containing just a .opam file (#11291) * Issue 11290 Signed-off-by: Mark Elvers <mar... e1c9bdc
  • chore: changelog dune 3.17.2 Signed-off-by: Etienne Marais <[email protected]> a5b7839

View on GitHub

maiste pushed 1 commit to changelog-dune.3.17.2 maiste/dune

View on GitHub

maiste pushed 1 commit to release-dune-3.17.2 maiste/opam-repository
  • chore: add dune maintenance policy 1798b72

View on GitHub

maiste opened a pull request on ocaml/opam-repository
[new release] dune (15 packages) (3.17.2)
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.2 - Main public package repository for opam, the source package manager of OCaml.

maiste published a release on ocaml/dune
3.17.2
CHANGES: ### Fixed - Fix a crash in the Melange rules that would prevent compiling public library implementations of virtual libraries. (@amonteiro, #11248) - Pass `melange.emit`'s `compile_flags...
maiste created a tag on ocaml/dune

3.17.2 - A composable build system for OCaml.

maiste pushed 3 commits to maintenance-intent-latest art-w/dune
  • dune subst test for directory containing just a .opam file (#11291) * Issue 11290 Signed-off-by: Mark Elvers <mar... e1c9bdc
  • Add x-maintenance-intent to dune opam files Signed-off-by: ArthurW <[email protected]> Signed-off-by: Etienne Marai... 9c9beee
  • chore: x-maintenance-intent none Signed-off-by: Etienne Marais <[email protected]> 4b63540

View on GitHub

maiste pushed 1 commit to maintenance-intent-latest art-w/dune

View on GitHub

maiste pushed 5 commits to maintenance-intent-latest art-w/dune

View on GitHub

maiste deleted a branch maiste/dune

prepare-3.17.2

maiste pushed 1 commit to 3.17 ocaml/dune

View on GitHub

maiste closed a pull request on ocaml/dune
chore: prepare 3.17.2 changelog
maiste created a branch on maiste/dune

changelog-dune.3.17.2 - A composable build system for OCaml.

maiste opened a pull request on ocaml/dune
chore: prepare 3.17.2 changelog
maiste created a branch on maiste/dune

prepare-3.17.2 - A composable build system for OCaml.

maiste deleted a branch maiste/dune

prepare-3.17.0

maiste pushed 1 commit to 3.17 ocaml/dune
  • backport #11253: fix(melange): disallow private implementations of public virtual libs (#11372) * test(melange): sho... a86faf2

View on GitHub

Load more