Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ocamlPackages.ounit(2): 2.2.2 → 2.2.3 #93016

Merged
merged 1 commit into from Aug 10, 2020
Merged

Conversation

sternenseemann
Copy link
Member

Motivation for this change

https://github.com/gildor478/ounit/releases/tag/v2.2.3

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

@sternenseemann
Copy link
Member Author

@GrahamcOfBorg build ocamlPackages.batteries ocamlPackages.irmin-unix

@sternenseemann sternenseemann requested a review from vbgl July 13, 2020 14:19
@@ -1,14 +1,14 @@
{ lib, buildDunePackage, fetchurl, stdlib-shims }:

buildDunePackage rec {
minimumOCamlVersion = "4.02.3";
minimumOCamlVersion = "4.04";
Copy link
Contributor

Choose a reason for hiding this comment

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

This change “removes” many packages: nixpkgs-review lists 92 of them. Is it an issue?

Copy link
Member Author

Choose a reason for hiding this comment

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

nixpkgs-review interestingly didn't list any for me, did you use any special options or do rev and pr behave differently?

If you think, it's worth it to fix 4.02 and 4.04 OCaml packages that depend on ounit, I'll go through them and add a

  doCheck = lib.versionAtLeast ocaml.version ounit.minimumOCamlVersion;

I myself really am not sure, it seems kinda sensible, but I guess if we do this for every such increase of minimumOCamlVersion this becomes a huge task?!

@vbgl
Copy link
Contributor

vbgl commented Aug 10, 2020

@GrahamcOfBorg build beluga flow fstar jackline ocamlformat ocaml-top patdiff satysfi vagrant virt-top

@vbgl vbgl merged commit 68c9ed2 into NixOS:master Aug 10, 2020
@sternenseemann sternenseemann deleted the ounit-2.2.3 branch August 10, 2020 12:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants