Add typst-gather 0.2.2 binary dependency#14173
Open
gordonwoodhull wants to merge 1 commit intomainfrom
Open
Conversation
Collaborator
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
Add typst-gather to the dependency system, following the same pattern as Pandoc, Typst, esbuild, and other binary dependencies. Pre-built binaries are downloaded from GitHub releases (quarto-dev/typst-gather). - Add TYPST_GATHER=0.2.2 to configuration - Add typst-gather dependency definition with platform-specific URLs - Register typst-gather in the dependency list
95d27e0 to
c01e109
Compare
Contributor
Author
|
Hi @cscheid - I'm moving Here is the dependency change only, using the new To be safe, let's merge this as soon as we start 1.10. Should be safe to backport if we want to. |
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Files changed
configuration— addTYPST_GATHER=0.2.2package/src/common/dependencies/typst-gather.ts— new dependency definitionpackage/src/common/dependencies/dependencies.ts— register in dependency listTest plan
./configure.shdownloads the binary topackage/dist/bin/tools/<arch>/typst-gathertypst-gather --versionreports0.2.2