-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
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
deno: 1.31.1 -> 1.32.3 #221462
deno: 1.31.1 -> 1.32.3 #221462
Conversation
Depends on std::pin::pin! stabilized in rust 1.68 - #220373 |
1.32.0 out. I've not checked but it's almost certain it is still using 1.68 only features so the above still applies |
For information the 1.31.2 contains the fix for CVE-2023-28446. |
I guess I'll need to do a separate PR then. Fingers crossed it doesnt need the new rust release 🙃 |
hey @06kellyjac, I've locally updated |
Rust on master still isnt 1.68 so we cant update past where we are ATM. It should reach master soonish though |
Gotcha - hopefully this gets resolved soon. I'm really keen on making sure Deno is up to date in nixpkgs. |
Reached master now rebased. added some other fixes, one of which will need testing on ofborg's darwin builders, if it doesn't work I'll revert it. Not built it myself locally yet since my machine is pre-occupied and deno quite a while to build |
@06kellyjac Sure yes! Also Deno is updating today to 1.32.4 so maybe we are better off waiting on this PR until it's released within the next few hours. |
Thanks! I couldn't find the equivalent function in older deno diving through the docs. For the update I don't mind either way. There's not much of a difference in effort for me merging & updating again & creating new PR, vs keeping the pr open & updating again & force pushing |
Looks like there's a build failure
aarch64-darwin M2 macbook pro |
Edit: You can do Or since it looks like you have cloned my branch you can do This https://blog.rust-lang.org/2023/03/09/Rust-1.68.0.html#local-pin-construction 🤔 |
|
Don't inherit from package sets in all-packages NixOS#204303 Fix update script to use new hash cargoHash attrs
The PR title and the commit message says deno 1.32.4, but the code says 1.32.3. |
staged but didn't get committed #226158 |
Description of changes
Bump deno to 1.32.4
Some other fixes detailed in comment below
Draft until ofborg confirms it builds all good for all platforms
Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)