Skip to content

Update bundled Julia engine extension to 0.2.1 - #14845

Merged
cderv merged 3 commits into
quarto-dev:mainfrom
PumasAI:jk/julia-engine-0.2.1
Sep 3, 2026
Merged

Update bundled Julia engine extension to 0.2.1#14845
cderv merged 3 commits into
quarto-dev:mainfrom
PumasAI:jk/julia-engine-0.2.1

Conversation

@jkrumbiegel

Copy link
Copy Markdown
Contributor

Pulls the julia-engine subtree 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 ### julia in news/changelog-1.11.md.

Note that the two subtree commits can't be rebased, so this has to be merged into main without rebasing.

…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
@posit-snyk-bot

posit-snyk-bot commented Sep 3, 2026

Copy link
Copy Markdown
Collaborator

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@cderv cderv left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you !

@cderv
cderv merged commit fa06013 into quarto-dev:main Sep 3, 2026
51 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

engine: julia fails with bare ERROR: Internal Error on large documents — writeJuliaCommand does not handle a partial socket write

3 participants