Ecosyste.ms: Timeline

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

maiste

maiste created a comment on an issue on ocaml/dune
As no new user requested this feature, we can close it as unplanned.

View on GitHub

maiste closed an issue on ocaml/dune
Add `(exec prog args...)` to generalize `jbuilder utop`
We could add an action `(exec <prog> <args>...)` whose behaviour would be to stop the current build and chain the execution to `<prog> <args>...`. This way `jbuilder utop` would be the same as `jbu...
maiste created a comment on an issue on ocaml/dune
No new request for this feature, so we closed it as unplanned. Feel free to reopen or submit a PR.

View on GitHub

maiste closed an issue on ocaml/dune
Wish: generalize package to packages in executables stanza
An `executables` stanza can specify several `names` and several `public_names` but only one `package`. In case there are multiple executables which should appear in different packages, then multipl...
maiste closed an issue on ocaml/dune
Combining the Jane Street Core and basic-project examples
Hi! I'm an OCaml newbie, trying to combine your basic project (in the `examples/` directory) and Jane Street Core ([from the documentation's ‘quick start guide’](https://jbuilder.readthedocs.io/...
maiste closed an issue on ocaml/dune
More examples in jbuild docs
I think it would be useful for the jbuild docs to include more examples. Sometimes the language in the documentation is ambiguous, but adding example would be easier to provide and probably clear...
maiste closed an issue on ocaml/dune
jbuilder lint
It would be nice to have a command such as `jbuilder lint path-to-jbuild-file` to only print problems with the given jbuild file (.e.g. no `_build` dir is created).
maiste created a comment on a pull request on ocaml/dune
@rgrinberg @anmonteiro rebase conflict apart, was this PR ready to be merged?

View on GitHub

maiste closed an issue on ocaml/dune
`--color` option
Currently, jbuilder seems to always output things in colour. Many commands have a `--color` option which takes values `always`/`yes`, `auto`, `never`/`no`. Could jbuilder have this option as ...
maiste created a review comment on a pull request on ocaml/dune
```suggestion ``` Does not seem to be the case on the other files. Rst is supposed to take the top level title as the page title.

View on GitHub

maiste created a review comment on a pull request on ocaml/dune
```suggestion copy their output into your source tree. This approach suits, for example, code ```

View on GitHub

maiste created a review on a pull request on ocaml/dune
Thanks for your reactivity! Two small suggestions, but otherwise it looks good to me :+1: @Leonidas-from-XIV could you take another look at it when you have time to?

View on GitHub

maiste created a review on a pull request on ocaml/dune
Thanks for your reactivity! Two small suggestions, but otherwise it looks good to me :+1: @Leonidas-from-XIV could you take another look at it when you have time to?

View on GitHub

maiste pushed 1 commit to main maiste/maiste.fr
  • fix: improve css readablity 1d37090

View on GitHub

maiste pushed 1 commit to main maiste/maiste.fr
  • fix: rss feed and discovery 785283f

View on GitHub

maiste pushed 3 commits to main maiste/maiste.fr

View on GitHub

maiste deleted a branch maiste/ocaml.org

changelog-dune.3.17.2

maiste created a comment on a pull request on ocaml/dune
@chris-armstrong I have rebased the PR. Could you address the remaining comments? I think this PR is almost ready to be merged.

View on GitHub

maiste pushed 192 commits to patch-1 chris-armstrong/dune
  • feature: improve hints for dune runtest (#11135) We improve the hints given by `dune runtest` by letting it also hin... 5ac095c
  • feat: introduce the @pkg-install alias (#11046) Introduce an alias to fetch and build the dependencies of a project... 1e15301
  • Drastically simplify output when packages are missing in solve (#11040) Signed-off-by: Ambre Austen Suhamy <ambre@ta... 7f23a4b
  • Fix patch expect tests on macos (#11132) A recent update to macos's patch command broke some of our tests. The rele... a602bb0
  • doc: add @pkg-install alias documentation (#11137) Signed-off-by: Etienne Marais <[email protected]> Signed-off-by: Chr... 2164453
  • doc: update dune dependencies in the doc itself (#10932) Signed-off-by: Ambre Austen Suhamy <[email protected]> a50384a
  • test: Add reproduction case for #11140 (#11142) * test: Add reproduction case for #11140 Signed-off-by: Marek Kub... 20e495d
  • pkg: Print all the depexts (#11145) * pkg: Print all the depexts Signed-off-by: moyo <[email protected]> Sign... b7a54f2
  • refactor: delay loading expanders for fmt rules (#11148) Signed-off-by: Rudi Grinberg <[email protected]> 0f17780
  • refactor: diff actions in formatting without super context (#11149) The diff actions aren't affected by the environm... 6ff2d87
  • refactor: do not load super context for dune fmt rules (#11150) We aren't executing any external actions, so all the... 0396705
  • refactor: stop using super contexts for lock dir + format rules (#11151) Signed-off-by: Rudi Grinberg <me@rgrinberg.... d2ddc43
  • chore: remove trailing space in README (#11154) Signed-off-by: Rudi Grinberg <[email protected]> d9f5eb7
  • fix(pkg): use correct environment for using format rules (#11155) The base environment was omitted Signed-off-by:... 6212a17
  • refactor(pkg): simplify dune fmt a little (#11156) Splitting the command from generating the build request isn't nec... c4634e3
  • Add some documentation about dune toolchains (#11162) Signed-off-by: Stephen Sherratt <[email protected]> aa10e03
  • 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
  • and 172 more ...

View on GitHub

maiste created a review on a pull request on ocaml/dune

View on GitHub

maiste opened an issue on ocaml/dune
CI is failing regularly because of a `Dynlink`
<!-- Thank you for filing an issue to help us improve Dune! --> ## Expected Behavior The CI goes green when running PRs. ## Actual Behavior ``` File "c/dune", lines 11-14, characters 0-95: 11 ...
maiste deleted a branch ocaml/dune

fix/changes.md

maiste pushed 1 commit to main ocaml/dune

View on GitHub

maiste closed a pull request on ocaml/dune
fix: typo in contributor name
maiste deleted a branch maiste/dune

changelog-dune.3.17.2

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

View on GitHub

maiste opened a pull request on ocaml/dune
fix: typo in contributor name
maiste created a branch on ocaml/dune

fix/changes.md - A composable build system for OCaml.

maiste opened a pull request on nix-ocaml/nix-overlays
chore: bump dune version to 3.17.2
This PR updates the version of Dune with the newly release version. This time I used ` nix-prefetch-url --type sha256 https://github.com/ocaml/dune/releases/download/3.17.2/dune-3.17.2.tbz` to gene...
maiste created a comment on a pull request on ocaml/dune
Closing in favor of #11118

View on GitHub

Load more