Ecosyste.ms: Timeline

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

maiste

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

View on GitHub

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
  • refactor: make Mardown module independent a594ebc
  • feat: support d2 in blog post a9d480d
  • logs: update for 2025-01-17 1f9f024

View on GitHub

maiste deleted a branch maiste/dune

fix/ocaml-5.3.0

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

View on GitHub

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:

View on GitHub

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

View on GitHub

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 branch on maiste/dune

fix/ocaml-5.3.0 - A composable build system for OCaml.

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

View on GitHub

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 👍

View on GitHub

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

View on GitHub

maiste closed a pull request on ocaml/dune
[Change 10953] Missing explanation
Reference to the Haiku bug, as asked before by @Alizter
maiste created a review on a pull request on ocaml/dune

View on GitHub

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

View on GitHub

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:

View on GitHub

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

View on GitHub

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

View on GitHub

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

View on GitHub

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

View on GitHub

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
@Leonidas-from-XIV for uniformity, I don't think this is what we want. If you look above, there is no link to global.

View on GitHub

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

View on GitHub

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

View on GitHub

maiste pushed 19 commits to staging ocaml-dune/binary-distribution

View on GitHub

maiste deleted a branch maiste/opam-repository

chore/mark-jbuilder-as-deprecated

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?

View on GitHub

maiste pushed 1 commit to release/ocamlfind.1.9.6 ocaml-dune/opam-overlays

View on GitHub

Load more