Skip to content

ocamlPackages.lua-ml: 0.9.2 -> 0.9.4#414245

Merged
vbgl merged 1 commit into
NixOS:masterfrom
momeemt:lua-ml/update
Jul 9, 2025
Merged

ocamlPackages.lua-ml: 0.9.2 -> 0.9.4#414245
vbgl merged 1 commit into
NixOS:masterfrom
momeemt:lua-ml/update

Conversation

@momeemt

@momeemt momeemt commented Jun 5, 2025

Copy link
Copy Markdown
Member

Diff: lindig/lua-ml@0.9.2...0.9.4

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • Nixpkgs 25.11 Release Notes (or backporting 24.11 and 25.05 Nixpkgs Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
  • NixOS 25.11 Release Notes (or backporting 24.11 and 25.05 NixOS Release notes)
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.

@github-actions github-actions Bot added the 6.topic: ocaml OCaml is a general-purpose, high-level, multi-paradigm programming language. label Jun 5, 2025
@nix-owners nix-owners Bot requested a review from ulrikstrid June 5, 2025 14:44
@github-actions github-actions Bot added 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. labels Jun 5, 2025

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
odoc

Are you sure this library is needed?

@momeemt momeemt Jun 13, 2025

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thenks for pointing it out. I fixed three.

  1. odoc is removed from buildInputs. It is only needed to generate document, but I overlooked it.
  2. menhir is removed from buildInputs. It is included in lua-ml, so not need in buildPhase.
  3. minimalOCamlVersion is removed because of OCaml < 4.08.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please do set minimalOCamlVersion to "4.07".

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@wolfgangwalther

Copy link
Copy Markdown
Contributor

Re-running CI due to a odd failure fixed in #416448

@vbgl vbgl force-pushed the lua-ml/update branch from c99a28c to 4168f7e Compare July 9, 2025 04:42
@vbgl vbgl merged commit b3cf320 into NixOS:master Jul 9, 2025
23 of 27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

6.topic: ocaml OCaml is a general-purpose, high-level, multi-paradigm programming language. 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants