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
I'm a bit lost here: you are looking for _descendant_, but you are calling `Path.Local.parent`. What am I missing here? :sweat_smile:
maiste pushed 1 commit to main ocaml-dune/binary-distribution
- refactor: make the website more modular (#146) Signed-off-by: Etienne Marais <[email protected]> bdc8f10
maiste closed a pull request on ocaml-dune/binary-distribution
refactor: make the website more modular
As we have discussed in the past, this website should be able to also served the binaries of stable dune releases until we are able to move them to ocaml.org. This refactoring prepares this: - It ...maiste pushed 2 commits to main maiste/maiste.fr
maiste opened a pull request on ocaml-dune/binary-distribution
refactor: make the website more modular
As we have discussed in the past, this website should be able to also served the binaries of stable dune releases until we are able to move them to ocaml.org. This refactoring prepares this: - It s...maiste created a branch on ocaml-dune/binary-distribution
support-release-page - A web page for dune binary distribution
maiste pushed 138 commits to main maiste/dune
- Add repro for gh11037 (#11047) Signed-off-by: Stephen Sherratt <[email protected]> 1529630
- refactor: define lock_dev_tools feature flag in dune_rules (#11048) The other feature flags are defined in `Dune_rul... d84d83a
- test: forward port cpp test for 4.14.2 (#11054) * test: forward port cpp test for 4.14.2 Signed-off-by: Etienne M... d27724b
- Clear console before running command in exec -w (#10983) This fixes an issue where the build progress stays on the c... 05124de
- Update vendored opam-0install with latest commit Signed-off-by: Ambre Austen Suhamy <[email protected]> e2af916
- Move 0install-solver and opam-0install from vendor to src, delete update scripts Signed-off-by: Ambre Austen Suhamy ... a458a81
- Auto-Formatting in unvendored code Signed-off-by: Ambre Austen Suhamy <[email protected]> 92872ec
- Remove unused 'context' record field Signed-off-by: Ambre Austen Suhamy <[email protected]> 6a8f704
- Remove unused 'command's from 0install Signed-off-by: Ambre Austen Suhamy <[email protected]> 6872ca9
- Delete machine groups from 0install entirely Signed-off-by: Ambre Austen Suhamy <[email protected]> 33b1b14
- Simplify types in 0install one bit further Signed-off-by: Ambre Austen Suhamy <[email protected]> b2b825d
- Allow runtest to run individual tests (#11041) * feature: dune runtest can run individual tests dc43cd7
- refactor: simplify 0install directory structure Signed-off-by: Rudi Grinberg <[email protected]> ebaf275
- Promote the toolchain feature flag to official feature (#11053) * Promote toolchains from disabled to enabled by def... 93a1653
- Merge pull request #11015 from ElectreAAS/butcher-0install [refactor] Simplify our 0install vendor to remove unused ... a175dda
- refactor(pkg): improve depopts error message (#11063) Signed-off-by: Rudi Grinberg <[email protected]> 87f7775
- Add command wrapping ocamlformat (#10929) Adds a command `dune tools exec ocamlformat` which downloads and builds o... 3ac95e5
- Configurator: pkg-config plugin uses pkgconf and --personality=TARGET by default (#10937) * configurator: Allow to s... f951a75
- refactor: tighten types for exe names (#11066) Signed-off-by: Rudi Grinberg <[email protected]> <!-- ps-id: 26d35b14... 3ccf348
- chore: remove some [Import] ugliness from API (#11065) Signed-off-by: Rudi Grinberg <[email protected]> <!-- ps-id: ... 2a0196a
- and 118 more ...
maiste created a branch on maiste/dune
investigate-ci-failure - A composable build system for OCaml.
maiste created a review on a pull request on ocaml/dune
Shouldn't [this type](https://github.com/ocaml/dune/blob/acb928ff4a752fcb66424ca4506943464dbcdec3/src/0install-solver/solver_core.ml#L169) be updated with: ```ocaml module ImplCache = Cache (st...
maiste created a comment on an issue on ocaml/dune
@rgrinberg I have started to investigate this. The case of tailwind is a good example of why this needed. If you use the git version, you end up downloading the entire git history with all the buil...
maiste created a review on a pull request on ocaml/dune
LGTM :+1: (CI issue is unrelated to this PR)
maiste pushed 12 commits to no-write-fetch-head Sudha247/dune
- chore(ci): remove coveralls (#11224) Signed-off-by: Etienne Marais <[email protected]> ed1b7fa
- refactor(pkg): remove useless type alias (#11227) Signed-off-by: Rudi Grinberg <[email protected]> 0ee88a7
- refactor(melange): don't store `dune_version` in `Melange_stanzas.Emit.t` (#11206) Signed-off-by: Antonio Nuno Monte... 2616be1
- test(melange): use a different flag for forwards-compat (#11211) Signed-off-by: Antonio Nuno Monteiro <anmonteiro@gm... e36b8a1
- refactor(melange): don't run `Lib.Compile.requires_link` twice (#11207) Signed-off-by: Antonio Nuno Monteiro <anmont... 00b5104
- chore: changelog 3.17.1 (#11230) Signed-off-by: Etienne Marais <[email protected]> 7025204
- refactor(pkg): remove some dead solver code (#11228) Signed-off-by: Rudi Grinberg <[email protected]> 69bafe0
- refactor(pkg): remove [`Recommended] dep importance (#11223) it doesn't seem to be used anywhere Signed-off-by: R... 0c87030
- refactor(pkg): remove replaced-by remnants (#11233) Not used by dune (or opam) Signed-off-by: Rudi Grinberg <me@r... cd876b2
- refactor(pkg): pattern match on importance (#11236) Signed-off-by: Rudi Grinberg <[email protected]> 2017391
- Better error message for old versions of Git Old versions of git don't support the flag. This patch detects this pa... 81b4200
- Address review comments Signed-off-by: Sudha Parimala <[email protected]> 346ac96
maiste closed an issue on ocaml/dune
3.17.1 release tracking
## Preparation - need backport: - [x] https://github.com/ocaml/dune/pull/11176 - [x] https://github.com/ocaml/dune/pull/11179 - [x] https://github.com/ocaml/dune/pull/11204#event-15652627...maiste created a comment on a pull request on nix-ocaml/nix-overlays
Thanks, I added the command to the wiki page of release process of Dune for future reference!
maiste opened a pull request on nix-ocaml/nix-overlays
Update Dune 3.17.1
This PR updates the dune version to `3.17.1`. I have computed the sha using `sha256sum` as it is my first time with Nix, does it work?maiste created a branch on maiste/nix-overlays
update/dune-3.17 - OCaml-focused, custom nix-overlays