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

pythonPackages.jsbeautifier: 1.8.9 -> 1.9.1 #58632

Merged
merged 2 commits into from Apr 7, 2019

Conversation

apeyroux
Copy link
Member

Motivation for this change

Up and "fix" #58608. I use doCheck = false; because there is a bug in the jsb test suite (cf #58608). It will have to be reactivated when the bug is fixed. I took the opportunity to upgrade.

Things done
  • 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)
  • Assured whether relevant documentation is up to date
  • Fits CONTRIBUTING.md.

@kalbasit
Copy link
Member

kalbasit commented Apr 1, 2019

I would also make a commit that fixes the tests and another for the update.

@dotlambda dotlambda changed the title jsbeautifier: 1.8.9 -> 1.9.1 pythonPackages.jsbeautifier: 1.8.9 -> 1.9.1 Apr 1, 2019
Copy link
Member

@dotlambda dotlambda left a comment

Choose a reason for hiding this comment

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

Please correct the commit message.

pkgs/development/python-modules/jsbeautifier/default.nix Outdated Show resolved Hide resolved
@apeyroux apeyroux force-pushed the up-jsbeautifier-191 branch 3 times, most recently from 61ba967 to 7e4160d Compare April 4, 2019 09:02
@apeyroux
Copy link
Member Author

apeyroux commented Apr 4, 2019

@GrahamcOfBorg build pythonPackages.jsbeautifier

@apeyroux
Copy link
Member Author

apeyroux commented Apr 4, 2019

ping @FRidh

@kalbasit
Copy link
Member

kalbasit commented Apr 4, 2019

@GrahamcOfBorg build pythonPackages.jsbeautifier

Copy link
Member

@kalbasit kalbasit left a comment

Choose a reason for hiding this comment

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

The build is failing on Darwin.

EDIT: The build is failing because you are trying to modify a patch that was downloaded with fetchpatch. fetchpatch is just another derivation, and the $out of it is immutable.

pkgs/development/python-modules/jsbeautifier/default.nix Outdated Show resolved Hide resolved
@apeyroux apeyroux force-pushed the up-jsbeautifier-191 branch 2 times, most recently from c460306 to f377284 Compare April 4, 2019 19:56
@dotlambda
Copy link
Member

@GrahamcOfBorg build python2.pkgs.jsbeautifier python3.pkgs.jsbeautifier

@kalbasit
Copy link
Member

kalbasit commented Apr 4, 2019

Please split the commit into 2 commits. One that fixes the build (it should apply to current version), and another for the update. Thanks!

@kalbasit
Copy link
Member

kalbasit commented Apr 6, 2019

@GrahamcOfBorg build python2.pkgs.jsbeautifier python3.pkgs.jsbeautifier

@flokli
Copy link
Contributor

flokli commented Apr 7, 2019

built and beautified some javascript, locally.

@flokli flokli merged commit fb3fcca into NixOS:master Apr 7, 2019
@flokli
Copy link
Contributor

flokli commented Apr 7, 2019

backported to 19.03 in dda301d and 971e516.

@apeyroux apeyroux deleted the up-jsbeautifier-191 branch April 7, 2019 15:56
@apeyroux apeyroux restored the up-jsbeautifier-191 branch April 8, 2019 21:09
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

6 participants