-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Upgrade Deno from v2.0.2 to v2.1.1 #1049
base: main
Are you sure you want to change the base?
Conversation
Pull Request Test Coverage Report for Build 11980129171Details
💛 - Coveralls |
deno 2.1.0 build currently failing for linux/aarch64; fix in research. https://github.com/pkgxdev/pantry/actions/runs/11946529159/job/33301044063 |
Ops, got it. I am also investigating another issue. I was expecting a much better startup time with Deno 2.1.0: |
Turns out Deno's 2.1.0 code caching is working indeed. Something to be aware of is that running # let's start clean
❯ deno clean
Removed /home/felipecrs/.cache/deno (7569 files, 86.04MB)
❯ ./pkgx-cc --sync
❯ deno clean
Removed /home/felipecrs/.cache/deno (4 files, 76.27KB) EDIT: Correction: Code cache will be written to |
looks like the build worked for 2.1.1, so i'm guessing their changes fixed it. |
Hmm didn't mean to close this. |
Maybe it would be a good idea to have full control over Deno's version. It would make the changelog easier and also improve reproducibility. But anyway, whatever you prefer. What really matters is that the new Deno version is used. @mxcl, slightly related, |
Here are some good reasons to upgrade to newest Deno:
Deno 2.1 is (or will be) the first ever LTS version of Deno
7% speedier?
Simple Bash script I'm using to benchmark this: