Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
maiste pushed 1 commit to main maiste/os-slides
- chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates (#6) Bumps the npm_and_yarn group with 2 ... 39eefa0
maiste closed a pull request on maiste/os-slides
chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates
Bumps the npm_and_yarn group with 2 updates in the / directory: [axios](https://github.com/axios/axios) and [katex](https://github.com/KaTeX/KaTeX). Updates `axios` from 0.29.0 to 1.7.4 <details> ...maiste pushed 3 commits to main maiste/maiste.fr
maiste opened a pull request on ocaml/dune
refactor: remove unused ocaml function
This PR removes a function that was there but not used by Dune. It was discovered when working on #11310.maiste pushed 6 commits to fix/ocaml-5.3.0 maiste/dune
- refactor(pkg): remove >>= (#11311) Signed-off-by: Rudi Grinberg <[email protected]> 0177856
- refactor(pkg): stop using integers for ordering (#11313) Signed-off-by: Rudi Grinberg <[email protected]> 362aeba
- refactor(pkg): write out signature for role map (#11312) Signed-off-by: Rudi Grinberg <[email protected]> f1dbfbe
- refactor(pkg): switch to Stdune maps (#11314) Signed-off-by: Rudi Grinberg <[email protected]> 97b3e3b
- fix: allow ocaml.5.3.0 to be built with package management Signed-off-by: Etienne Marais <[email protected]> 000b7c6
- fix: apply reviews Signed-off-by: Etienne Marais <[email protected]> 7633f6b
maiste created a review comment on a pull request on ocaml/dune
As it only worked on the `depends`, it is not added to its own closure :+1:
maiste created a branch on maiste/dune
refactor/unused-function - A composable build system for OCaml.
maiste opened a pull request on ocaml/dune
fix: package management working with ocaml.5.3.0
The release of `ocaml.5.3.0` introduces a new transitive dependency for the compiler: `ocaml` -> `ocaml-base-compiler` -> `ocaml-compiler`. Consequently the solution is to mark `ocaml-compiler` as ...maiste created a comment on a pull request on ocaml/dune
Thanks, @rgrinberg for pinging (and the promotion :wink:) If it is a bug fix, there is no issue with adding this in a release. We will have to do one for a patch with `ocaml.5.3.0`.
maiste created a comment on an issue on ocaml/dune
@maxRN Thanks for reporting! We have detected the problem on Monday. I'm currently working on a fix. It should be in PR in half an hour 👍
maiste pushed 1 commit to main ocaml/dune
- doc: missing explanation in changes/10953.md (#11268) Added the missing reference to the Haiku bug. Co-authored-b... 0e3e77a
maiste closed a pull request on ocaml/dune
[Change 10953] Missing explanation
Reference to the Haiku bug, as asked before by @Aliztermaiste pushed 21 commits to pkg-lock-perf-stats gridbugs/dune
- refactor(pkg): inline 0install/opam shim (#11255) We don't need this to be a separate library as it's just an imple... 08f16d6
- refactor(pkg): s/Context_for_dune/Context/g (#11278) With the functor gone, this name can be shortened. Signed-of... 1848538
- refactor(pkg): use opam lib for stringifying relop (#11279) Signed-off-by: Rudi Grinberg <[email protected]> 610047d
- refactor(pkg): move [partition_three] to [Stdune.List] (#11280) Signed-off-by: Rudi Grinberg <[email protected]> 098117d
- refactor(pkg): use stdune in sat solver (#11282) Signed-off-by: Rudi Grinberg <[email protected]> 53c6dfc
- refactor: get rid of all the failwith (#11286) Signed-off-by: Rudi Grinberg <[email protected]> 0a31353
- refactor(pkg): stop qualifying stdune in sat (#11285) Signed-off-by: Rudi Grinberg <[email protected]> 8cf2fce
- refactor(pkg): move swap to [Stdune] (#11284) Signed-off-by: Rudi Grinberg <[email protected]> 0f88ce5
- refactor: use stdune in diagnostics (#11283) Signed-off-by: Rudi Grinberg <[email protected]> 3a1ce74
- refactor(pkg): remove polymorphic comparison (#11287) Signed-off-by: Rudi Grinberg <[email protected]> ee89fb8
- Update trunk for next OCaml release (#11293) Signed-off-by: Marek Kubica <[email protected]> 3e0def1
- refactor(pkg): apply @talex5 optimization (#11294) Documented in https://roscidus.com/blog/blog/2024/07/22/performan... 6509b67
- refactor: remove oop in sat (#11288) Signed-off-by: Rudi Grinberg <[email protected]> 79e55f4
- refactor: small style tweaks in sat (#11296) Signed-off-by: Rudi Grinberg <[email protected]> 1fc9dec
- refactor(pkg): stop relying on exceptions for comparison (#11295) Signed-off-by: Rudi Grinberg <[email protected]> 048f6a2
- refactor(pkg): use [raise_notrace] when possible (#11299) Signed-off-by: Rudi Grinberg <[email protected]> 92be370
- refactor(pkg): defunctionalize the undo list (#11297) Signed-off-by: Rudi Grinberg <[email protected]> 14455b3
- pkg: don't expand deps of restricting deps (#11264) * pkg: don't expand deps of restricting deps Previously dune ... e5d69c2
- Make the notes in the document use consistent markup (#11292) Signed-off-by: Marek Kubica <[email protected]> aac2ce9
- Add support for x-maintenance-intent in dune-project (#11274) * Add support for opam x-maintenance-intent in dune-pr... eb4b3e7
- and 1 more ...
maiste created a review comment on a pull request on ocaml/dune
Indeed, my argument makes more sense regarding the code than the documentation. I'm fine with both in the end :smile:
maiste created a comment on an issue on ocaml/dune
IIRC, in CoC (used it a while ago…) as long as you install ocaml-lsp-server, the LSP plugin should pick the correct one, isn't it? Unfortunately, I'm not able to reproduce your error... It might be...
maiste pushed 8 commits to virtual-libraries-note Leonidas-from-XIV/dune
- refactor(pkg): apply @talex5 optimization (#11294) Documented in https://roscidus.com/blog/blog/2024/07/22/performan... 6509b67
- refactor: remove oop in sat (#11288) Signed-off-by: Rudi Grinberg <[email protected]> 79e55f4
- refactor: small style tweaks in sat (#11296) Signed-off-by: Rudi Grinberg <[email protected]> 1fc9dec
- refactor(pkg): stop relying on exceptions for comparison (#11295) Signed-off-by: Rudi Grinberg <[email protected]> 048f6a2
- refactor(pkg): use [raise_notrace] when possible (#11299) Signed-off-by: Rudi Grinberg <[email protected]> 92be370
- refactor(pkg): defunctionalize the undo list (#11297) Signed-off-by: Rudi Grinberg <[email protected]> 14455b3
- pkg: don't expand deps of restricting deps (#11264) * pkg: don't expand deps of restricting deps Previously dune ... e5d69c2
- Make the notes in the document use consistent markup Signed-off-by: Marek Kubica <[email protected]> 28cb14c
maiste created a review comment on a pull request on ocaml/dune
@Leonidas-from-XIV for uniformity, I don't think this is what we want. If you look above, there is no link to global.
maiste created a comment on a pull request on ocaml-dune/opam-overlays
Reference for upstream PR: https://github.com/ocaml/opam-repository/pull/27253
maiste pushed 19 commits to staging ocaml-dune/binary-distribution
- Nightly build 2024-12-19 9e0f93d
- Nightly build 2024-12-20 90e77e0
- Nightly build 2024-12-21 5b0c5c8
- Nightly build 2024-12-22 efc9b40
- Nightly build 2024-12-24 0d9bd24
- Nightly build 2024-12-25 af396b3
- Nightly build 2024-12-26 bb3237f
- Nightly build 2024-12-27 4c8dda5
- Nightly build 2024-12-28 766ee16
- Nightly build 2024-12-29 c222f24
- Nightly build 2024-12-30 f1a42f0
- refactor: make the website more modular (#146) Signed-off-by: Etienne Marais <[email protected]> bdc8f10
- Nightly build 2024-12-31 85db30c
- Nightly build 2025-01-01 6cab89d
- Nightly build 2025-01-02 c37bfde
- Nightly build 2025-01-03 c309496
- Nightly build 2025-01-04 183cb8a
- Nightly build 2025-01-07 faa28db
- try to fix the build failure 7a5de82
maiste created a comment on a pull request on ocaml/opam-repository
I can mark the latest as `x-maintenance-intent: [ "(none)" ]`. However, do you want me to keep the deprecated flags everywhere or to remove it?
maiste pushed 1 commit to release/ocamlfind.1.9.6 ocaml-dune/opam-overlays
- New release of ocamlfind Signed-off-by: Etienne Marais <[email protected]> ca0c102