Ecosyste.ms: Timeline

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

maiste

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...

View on GitHub

maiste created a review on a pull request on ocaml/dune
I added some nitpicky questions.

View on GitHub

maiste created a review on a pull request on ocaml/dune
I added some nitpicky questions.

View on GitHub

maiste pushed 1 commit to main ocaml/dune

View on GitHub

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 on a pull request on ocaml/dune

View on GitHub

maiste created a review comment on a pull request on ocaml/dune
I would say yes to both questions.

View on GitHub

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

View on GitHub

maiste edited a wiki page on ocaml/dune
maiste edited a wiki page on ocaml/dune
maiste created a wiki page on ocaml/dune
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 πŸ‘

View on GitHub

maiste created a comment on a pull request on ocaml/dune
Thanks @chris-armstrong for the contribution! :pray:

View on GitHub

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/...

View on GitHub

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 ...

View on GitHub

maiste deleted a branch maiste/nix-overlays

update/dune-3.17.2

maiste closed an issue on ocaml/dune
3.17.2 release tracking
## Preparation - need backport: - https://github.com/ocaml/dune/pull/11310 - https://github.com/ocaml/dune/pull/11304 - https://github.com/ocaml/dune/pull/11248 - https://github.com/ocaml/...
maiste pushed 1 commit to main maiste/maiste.fr

View on GitHub

maiste pushed 2 commits to main maiste/maiste.fr
  • refactor: change fonts to Roboto c16b197
  • content: update the index.html 518a78c

View on GitHub

maiste created a comment on an issue on ocaml/dune
You can generate a project in you local directory by running: ```sh dune init <type> <name_of_the_project> . ``` For example, `dune init proj myproject .` would create this in your local directory...

View on GitHub

maiste closed an issue on ocaml/dune
Documentation is not clear about (kind ppx_*)
The current documentation reads: > `(kind <kind>)` is the kind of the library. The default is normal, other available choices are ppx_rewriter and ppx_deriver and must be set when the library is i...
maiste created a comment on an issue on ocaml/dune
@nojb I know this an old thread, but we are trying to go through the old issues. Is it still something you find relevant?

View on GitHub

maiste closed an issue on ocaml/dune
toggle ignore_subdirs by workspace
When experimenting with vendoring dependencies in Dune, I noticed that it would be useful to be able to toggle the use of vendored files at build-time. For example, if there is a directory called ...
maiste created a comment on an issue on ocaml/dune
@jonludlam @Julow @panglesd is it something that would be solved with odoc 3?

View on GitHub

maiste created a comment on an issue on ocaml/dune
@rgrinberg is it still relevant? If yes, could you elaborate a bit about it?

View on GitHub

maiste created a comment on an issue on ocaml/dune
No more activity since 6 years on this issue. We are closing it, but feel free to reopen if you think this is important 🐫

View on GitHub

maiste closed an issue on ocaml/dune
Ability to generate virtual dune files
It would be very helpful to allow a custom process to determine where dune files should exist and what their content is, so that dune files don't appear in the source tree. For simple or opinionate...
maiste created a comment on an issue on ocaml/dune
We consider this issue to be superseed by #1073. If you think this is important, feel free to reopen πŸ”“

View on GitHub

maiste created a comment on an issue on ocaml/dune
@rgrinberg do you think it is still relevant, or should we close this issue and reopen if the problem gathers more attention?

View on GitHub

maiste created a comment on an issue on ocaml/dune
Kate solution seems to solve the problem. Feel free to reopen πŸ˜„

View on GitHub

Load more