-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
pyre: 0.0.20 -> 0.0.22 #58618
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
pyre: 0.0.20 -> 0.0.22 #58618
Conversation
Not all of those are related to |
@GrahamcOfBorg build pyre ocamlPackages.base64 |
pkgs/top-level/ocaml-packages.nix
Outdated
@@ -55,6 +55,8 @@ let | |||
|
|||
base64 = callPackage ../development/ocaml-modules/base64 { }; | |||
|
|||
base64_3_1_0 = callPackage ../development/ocaml-modules/base64/v3_1_0.nix { }; |
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.
This attribute is too specific. base64_3
should be enough.
Also, I would rather like a specific name for the legacy version (base64_2
).
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.
I shuffled that around (base64_2 and the default is now version 3)
|
||
let version = "3.1.0"; in | ||
|
||
stdenv.mkDerivation { |
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.
Please use buildDunePackage
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.
done
let | ||
# Manually set version - the setup script requires | ||
# hg and git + keeping the .git directory around. | ||
pyre-version = "0.0.20"; # also change typeshed revision below with $pyre-src/.typeshed-version | ||
pyre-version = "0.0.21"; # also change typeshed revision below with $pyre-src/.typeshed-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.
Version 0.0.22 is out.
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.
updated, thanks!
@pSub Thanks! Rebased to remove my own base64 update. |
Motivation for this change
Update pyre
Things done
NB - I only checked the pyre build. It's possible (likely?) that the base64 update will break other ocaml dependencies. I'll report back when
nix-review
finished on my laptop.sandbox
innix.conf
on non-NixOS)nix-shell -p nix-review --run "nix-review wip"
./result/bin/
)nix path-info -S
before and after)