-
Notifications
You must be signed in to change notification settings - Fork 421
Comparing changes
Open a pull request
base repository: quarto-dev/quarto-cli
base: v1.9.35
head repository: quarto-dev/quarto-cli
compare: v1.9.36
- 9 commits
- 37 files changed
- 4 contributors
Commits on Mar 16, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 5b88d3d - Browse repository at this point
Copy the full SHA 5b88d3dView commit details
Commits on Mar 19, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 5f25823 - Browse repository at this point
Copy the full SHA 5f25823View commit details -
Squashed 'src/resources/extension-subtrees/julia-engine/' changes fro…
…m 1de70acbd..f591fc453 f591fc453 Merge pull request #6 from PumasAI/jk/bundle-julia-resources 16a1aa0f4 chore: gitignore .claude directory 037c7bca4 docs: simplify test structure description in AGENTS.md f32744043 ci: make quarto-cli repo configurable 134aae7e0 docs: update AGENTS.md with testing and CI documentation baec85652 ci: bump actions/cache to v5.0.4, add actions:write permission 0869d5475 ci: cache typst-gather Cargo build across runs 80ae1c460 chore: whitelist only source files in test docs directory e3558bde0 ci: cancel in-progress runs on new pushes 50a9150c7 chore: remove render-generated .gitignore 0686c80e7 refactor: flatten docs/smoke-all into docs/julia-engine 0c83c6f26 refactor: restructure tests for easy quarto-cli integration 43952eb68 ci: add macOS and Windows test runners bbcae8fb4 refactor: always use quarto's bundled deno in test runner 003400e13 feat: add run-tests.sh wrapper, use quarto's bundled deno 25d0a3b81 chore: remove render artifacts and gitignore test outputs 5928ee7c7 feat: move Julia engine tests into extension repo f0791c8d1 ci: detect Julia version from quarto-cli test Manifest 5a67989d1 ci: bump quarto-cli rev to v1.9.35 4d564d55c ci: add GitHub Actions workflow for Julia engine tests 3c52cbe8f feat: bundle Julia resource files into the extension 605d04dfd Merge pull request #5 from PumasAI/jk/repo-cleanup 883587548 docs: add AGENTS.md/CLAUDE.md and update README 1bbc55d0b chore: remove obsolete files and clean up gitignore git-subtree-dir: src/resources/extension-subtrees/julia-engine git-subtree-split: f591fc4536f7f98c7be8f8cd128f85059dc24145
Configuration menu - View commit details
-
Copy full SHA for 350586c - Browse repository at this point
Copy the full SHA 350586cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 70adfb0 - Browse repository at this point
Copy the full SHA 70adfb0View commit details -
chore: remove Julia resources and tests moved to julia-engine extension
These files now live in the julia-engine extension repo at PumasAI/quarto-julia-engine and are bundled into the extension or merged into the test tree at CI time. Removed: - src/resources/julia/ (bundled into _extensions/julia-engine/) - tests/smoke/call/engine/julia/ (moved to extension tests/) - tests/docs/call/engine/julia/ (moved to extension tests/) - tests/docs/smoke-all/julia/ (moved to extension tests/) - tests/docs/smoke-all/engine-reordering/julia-engine/ (moved to extension tests/)
Configuration menu - View commit details
-
Copy full SHA for a871eac - Browse repository at this point
Copy the full SHA a871eacView commit details -
ci: extract extension test merge into reusable composite action
Used in both test-smokes-parallel.yml (for bucket discovery) and test-smokes.yml (for each test runner job's fresh checkout).
Configuration menu - View commit details
-
Copy full SHA for a70895e - Browse repository at this point
Copy the full SHA a70895eView commit details -
fix: match quarto's runtime dir path in julia engine test
The test's quartoRuntimeDir() reimplementation added a "quarto" segment to the XDG_RUNTIME_DIR path, but quarto's actual xdgUserRuntimeDir does not append the app name when XDG_RUNTIME_DIR is set. This caused the test to delete the log file at the wrong path on Linux CI, leaving the real log file intact and failing the "log file doesn't exist" step.
Configuration menu - View commit details
-
Copy full SHA for 0d4dfe5 - Browse repository at this point
Copy the full SHA 0d4dfe5View commit details -
fix: resolve shortcodes in website.title/description for llms.txt (#1…
…4239) The metadata markdown pipeline in website-meta.ts now writes resolved (shortcode-expanded) site title and description back into format.metadata during per-page rendering. These values flow through ProjectOutputFile.format to the post-render phase, where updateLlmsTxt reads them from outputFiles[0].format.metadata. Also adds a smoke test with an env shortcode in website.title that verifies llms.txt contains the resolved value. Fixes #14237
Configuration menu - View commit details
-
Copy full SHA for afa8006 - Browse repository at this point
Copy the full SHA afa8006View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffd1914 - Browse repository at this point
Copy the full SHA ffd1914View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.9.35...v1.9.36