Update bundled Julia engine extension to 0.2.1 - #14845
Merged
Merged
Conversation
…m f591fc453..39803f143 39803f143 chore: update QuartoNotebookRunner to 0.18.2 and bump version to 0.2.1 (quarto-dev#13) ae20c14ae fix(engine): Write the full command payload to the socket server (quarto-dev#12) cb74379d7 chore: bump version to 0.2.0 (quarto-dev#10) 9190b2bec chore: update QuartoNotebookRunner to 0.18.1 (quarto-dev#11) 4938a8a96 docs: add CHANGELOG and enforce-changelog workflow (quarto-dev#9) 402ffba80 feat: Add keep-ipynb support (quarto-dev#8) be6996ec2 Merge pull request quarto-dev#7 from PumasAI/mh/0.18.0 257035f4e Update to 0.18.0 git-subtree-dir: src/resources/extension-subtrees/julia-engine git-subtree-split: 39803f1430fdbadc2bc55d56f59a89dccd1ebfce
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. |
cderv
self-requested a review
September 3, 2026 08:07
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.
Pulls the
julia-enginesubtree up to v0.2.1. The bundled extension was still at 0.1.0, so this brings in 0.2.0 as well, and QuartoNotebookRunner moves from 0.17.4 to 0.18.2.Fixes #14834.
The extension's own changelog is at
src/resources/extension-subtrees/julia-engine/CHANGELOG.md; the user-facing parts are summarized under### juliainnews/changelog-1.11.md.Note that the two subtree commits can't be rebased, so this has to be merged into main without rebasing.