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

elmPackages.{elm-test,elm-analyse}: elm 0.19.1 updates #71693

Merged
merged 1 commit into from Oct 27, 2019

Conversation

turboMaCk
Copy link
Member

@turboMaCk turboMaCk commented Oct 22, 2019

Update elm node based packages after upgrade to 0.19.1 done in #71538

Changes:

  • elm-test 0.19.1 with elm 0.19.1 compatibility

  • elm-analyse 0.16.3 -> 0.16.4 upgrade possible since node-env.nix (shared with nodePackages) was updated

  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)

  • 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 nix-review --run "nix-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.

Notify maintainers

cc @domenkozar this is hopefully last one from my side for some time.

@@ -3,7 +3,7 @@
"elm-verify-examples",
"elm-doc-preview",
"elm-upgrade",
{ "elm-analyse": "0.16.3" },
"elm-analyse",
Copy link
Member Author

@turboMaCk turboMaCk Oct 22, 2019

Choose a reason for hiding this comment

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

unblocked by update of nodePackages which which we share node-env.nix I believe

@@ -5015,349 +5141,148 @@ in
elm-test = nodeEnv.buildNodePackage {
name = "elm-test";
packageName = "elm-test";
version = "0.19.0-rev6";
version = "0.19.1";
Copy link
Member Author

Choose a reason for hiding this comment

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

this is the most important update.

@turboMaCk turboMaCk changed the title elmPackages.*: update Node.js packages elmPackages.{elm-test,elm-analyse}: elm 0.19.1 updates Oct 22, 2019
@jerith666
Copy link
Contributor

elm-test works fine for me with this patch!

@domenkozar
Copy link
Member

@GrahamcOfBorg build elmPackages

@turboMaCk
Copy link
Member Author

be aware that elm-verify-examples still uses the old version of elm-test but this is not specific to nixpkgs - new version was not yet been release to npm either.

@domenkozar domenkozar merged commit 0b3ae79 into NixOS:master Oct 27, 2019
@valberg
Copy link

valberg commented Oct 30, 2019

I'm still getting 0.19.0-rev6 of elm-test - maybe I'm doing things wrong?

It seems as if there is still some 0.19.0-rev6 mentioning in https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/compilers/elm/packages/node-packages.nix#L1097-L1105

I'm a total beginner to nix packaging, so might be I'm misunderstanding something 😅

@turboMaCk
Copy link
Member Author

@valberg more likely you're using channel in which there is still old version. As I said above elm-verify-examples is still depending and using old version of elm test so the place you refer to is its dependecy I belive. This is a new elm-test https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/compilers/elm/packages/node-packages.nix#L5141-L5148.

Make sure it's available in channel you're using https://github.com/NixOS/nixpkgs-channels

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

4 participants