-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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: 1.1.382 -> 1.1.391 #350940
pyright: 1.1.382 -> 1.1.391 #350940
Conversation
6beb0be
to
e639136
Compare
e639136
to
7d390f0
Compare
7d390f0
to
b651f1a
Compare
b651f1a
to
1017100
Compare
1017100
to
cb7b594
Compare
Why people add linter as build dependency? Now 2500+ packages depend on linter (that includes breaking changes every other release) and new versions have to go through staging, nice... |
5770d66
to
84b4147
Compare
@GaetanLepage can you please merge this one? I fixed update.sh to restore automatic updates via r-ryantm bot. |
pkgs/by-name/py/pyright/package.nix
Outdated
|
||
let | ||
version = "1.1.382"; | ||
version = "1.1.391"; | ||
|
||
src = fetchFromGitHub { | ||
owner = "Microsoft"; | ||
repo = "pyright"; | ||
rev = "${version}"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rev = "${version}"; | |
tag = version |
Could you also use src.tag
in meta.changelog
too please ?
84b4147
to
6c58a25
Compare
6c58a25
to
26713f7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM !
@ofborg build pyright |
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.