Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: quarto-dev/quarto-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.9.35
Choose a base ref
...
head repository: quarto-dev/quarto-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.9.36
Choose a head ref
  • 9 commits
  • 37 files changed
  • 4 contributors

Commits on Mar 16, 2026

  1. timing for new tests [auto PR]

    cderv committed Mar 16, 2026
    Configuration menu
    Copy the full SHA
    5b88d3d View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2026

  1. Configuration menu
    Copy the full SHA
    5f25823 View commit details
    Browse the repository at this point in the history
  2. 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
    gordonwoodhull committed Mar 19, 2026
    Configuration menu
    Copy the full SHA
    350586c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70adfb0 View commit details
    Browse the repository at this point in the history
  4. 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/)
    jkrumbiegel authored and gordonwoodhull committed Mar 19, 2026
    Configuration menu
    Copy the full SHA
    a871eac View commit details
    Browse the repository at this point in the history
  5. 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).
    jkrumbiegel authored and gordonwoodhull committed Mar 19, 2026
    Configuration menu
    Copy the full SHA
    a70895e View commit details
    Browse the repository at this point in the history
  6. 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.
    gordonwoodhull committed Mar 19, 2026
    Configuration menu
    Copy the full SHA
    0d4dfe5 View commit details
    Browse the repository at this point in the history
  7. 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
    gordonwoodhull authored Mar 19, 2026
    Configuration menu
    Copy the full SHA
    afa8006 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ffd1914 View commit details
    Browse the repository at this point in the history
Loading