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

pyright: repackage using buildNpmPackage #302680

Merged
merged 2 commits into from
Apr 18, 2024
Merged

Conversation

kalekseev
Copy link
Contributor

Description of changes

Repackages nodePackages.pyright to be built using buildNpmPackage as per the suggestion in #229475

Things done

Moved pyright to pkgs/by-name/py/pyright and removed it from node-packages.json.
Had to include package.json and package-lock.json to include glob and jsonc-parser build deps.

  • 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/)
  • 24.05 Release Notes (or backporting 23.05 and 23.11 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (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.

@kalekseev kalekseev force-pushed the pyright branch 2 times, most recently from 2fbcaae to c933d49 Compare April 11, 2024 09:12
@superherointj
Copy link
Contributor

Please fix merge conflict.

@superherointj superherointj added 2.status: merge conflict This PR has merge conflicts with the target branch awaiting_changes labels Apr 16, 2024
@superherointj superherointj marked this pull request as draft April 16, 2024 15:01
@kalekseev kalekseev marked this pull request as ready for review April 17, 2024 11:06
@ofborg ofborg bot removed the 2.status: merge conflict This PR has merge conflicts with the target branch label Apr 17, 2024
@superherointj
Copy link
Contributor

Result of nixpkgs-review pr 302680 run on x86_64-linux 1

7 packages built:
  • emacsPackages.lsp-bridge
  • pyright
  • python311Packages.types-lxml
  • python311Packages.types-lxml.dist
  • python312Packages.types-lxml
  • python312Packages.types-lxml.dist
  • vscode-extensions.ms-python.vscode-pylance

@superherointj superherointj merged commit f2b40d1 into NixOS:master Apr 18, 2024
23 of 25 checks passed
jonathan-conder added a commit to jonathan-conder/git-hooks.nix that referenced this pull request Jun 13, 2024
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.

2 participants