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
```suggestion OpamPackage.name package |> Package_name.of_opam_package_name |> Package_name.Map.mem t.local_packages ``` Considering this PR is adding `|>`, is there a reaso...
maiste created a review on a pull request on ocaml/dune
I added some nitpicky questions.
maiste created a review on a pull request on ocaml/dune
I added some nitpicky questions.
maiste pushed 1 commit to main ocaml/dune
- docs: bug_report.md add missing colon (#11441) Signed-off-by: Louis <[email protected]> 26d680d
maiste closed a pull request on ocaml/dune
bug_report.md: add missing :
Very minor, but every time I open an issue I see it missing and it finally bothered me enough to submit this PR.maiste created a review comment on a pull request on ocaml/dune
I would say yes to both questions.
maiste created a comment on an issue on ocaml/dune
Thanks for reporting. Let's see the outcome of the issue on ocaml/ocaml first π
maiste created a comment on a pull request on ocaml/dune
Thanks @chris-armstrong for the contribution! :pray:
maiste created a comment on an issue on ocaml/dune
Sure, contributions are always appreciated π I think the best place to put it is here: https://dune.readthedocs.io/en/stable/usage.html#initializing-components which relates to https://github.com/...
maiste pushed 222 commits to patch-1 chris-armstrong/dune
- replace threaded monad by its explicit call to fiber in 0install Signed-off-by: Ambre Austen Suhamy <[email protected]> 4b5b268
- Replace local stdlib redefinition by stdune's definitions Signed-off-by: Ambre Austen Suhamy <[email protected]> fb3e1a7
- Explain how to override default entry point (#11092) * [Doc] Explain how to override default entry point Signed-o... 967f566
- test: dune runtest gives useless hint for non-test file When running dune runtest on a file that is not a test, dune... 234035c
- stdune: avoid Levenshtein distance of 0 in did_you_mean When giving "Did you mean" hints, if our candidate list cont... a942b89
- Add regression test Signed-off-by: JΓ©rΓ΄me Vouillon <[email protected]> d8060b0
- Js_of_ocaml: fix whole program compilation Signed-off-by: JΓ©rΓ΄me Vouillon <[email protected]> 21dbfe0
- Don't use Map.of_list/to_list, it's too new Signed-off-by: Ambre Austen Suhamy <[email protected]> c0d37b2
- Merge pull request #11121 from ElectreAAS/butcher-0install [refactor] clean up 0install codebase further fc61cbc
- Small cleanup in the jsoo rules (#11125) * Jsoo: avoid partial application * jsoo: match all fields Signed-off-b... 3642425
- Merge pull request #11124 from vouillon/wasm-fix Js_of_ocaml rules: fix whole program compilation d8f7631
- fix: Don't fail if repo has clashing branch/tag names (#11127) Fixes #11113 Signed-off-by: Marek Kubica <marek@ta... 1aae937
- Transition from Fmt to Pp all around 0install (#11126) Signed-off-by: Ambre Austen Suhamy <[email protected]> 3e4ee41
- Merge pull request #11108 from Alizter/fix-runtest-non-test Improve dune runtest hints for non-test files 7a64564
- test: Add failing test pulling empty directory from cache. (#11116) Signed-off-by: Rudi Grinberg <[email protected]> 7b1cff1
- fix(pkg): `dune fmt` missing extra files from the locks. (#10951) * fix(pkg): `dune fmt` missing extra files from th... f975cc0
- fix(merlin): tolerate files without extension (#11128) * fix(merlin): tolerate files without extension Signed-off... 83d2ed4
- fix: Do not depend on `dune` in `dune-project` in `dune init` template (#11129) Dune automatically adds the right co... de4d262
- Add changelog for #11129 that was accidentally left out (#11133) Signed-off-by: Marek Kubica <[email protected]> c0d68be
- feature: improve hints for dune runtest (#11135) We improve the hints given by `dune runtest` by letting it also hin... 5ac095c
- and 202 more ...