-
The Nixpkgs repository dropped support for Deno version 1 within the past week which means quarto is being built with version 2 (Bug report where this is discussed NixOS/nixpkgs#349444). Based on #10809 and #10773 it sounds like this isn't really a trivial version bump, but I wanted to put this on your radar and see if there's a timeline all the same. If there's anything I can do to help move this along too, just let me know. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 9 replies
-
Dependencies are updated, at most, once per release. Edit: why did you open an issue if you saw that one was only tracking this? Any bugs reported are the responsibility of the maintainers of the Nix build, which utilises incorrect dependencies and not solely Deno. The maintainers should clearly disclaim that the Nix Quarto package is not official, and any bugs should be reported to them first or replicated in an officially supported environment. Furthermore, they should disclaim that it is a custom build and may not be reliable. To be clear, providing such wrong build is damaging especially without warnings to users. https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/libraries/quarto/default.nix |
Beta Was this translation helpful? Give feedback.
This comment has been hidden.
This comment has been hidden.
-
Thanks, your comment here and on the other issue thread was helpful. The one issue was about a number of things and hard to find so I figured opening a focused one would be fine. I'll link next time. |
Beta Was this translation helpful? Give feedback.
-
There's no timeline and the required changes will be very large. Deno 2 drops support for two tools that we fundamentally need in our packaging: |
Beta Was this translation helpful? Give feedback.
There's no timeline and the required changes will be very large. Deno 2 drops support for two tools that we fundamentally need in our packaging:
deno vendor
anddeno bundle
. Deno churn has been a constant source of toil in our repo and this will be the largest one yet. We hope to get it done at some point in 2025, but it's hope, not a promise.