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: 7c01551
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: 97e7649
Choose a head ref
  • 4 commits
  • 4 files changed
  • 4 contributors

Commits on Mar 13, 2026

  1. Fix preview of single-file Julia documents using Jupyter instead of J…

    …ulia engine
    
    Engine extensions (like the bundled Julia engine) were only loaded in
    singleFileProjectContext when renderOptions was provided. The preview
    command creates the project context before render services exist, so
    engine extensions were never discovered for single files. This caused
    Jupyter to win the language claim for Julia code blocks.
    
    Now engine extensions are always resolved, using a fresh extension
    context as fallback when renderOptions is absent — matching the pattern
    used by projectContext.
    
    Fixes #14208
    gordonwoodhull committed Mar 13, 2026
    Configuration menu
    Copy the full SHA
    f6a0f89 View commit details
    Browse the repository at this point in the history
  2. Add unit test for single-file engine extension resolution without ren…

    …derOptions
    
    Verifies that singleFileProjectContext discovers bundled engine
    extensions (e.g. Julia) even when called without renderOptions,
    which is the code path used by quarto preview.
    
    Co-authored-by: Christophe Dervieux <cderv@users.noreply.github.com>
    gordonwoodhull and cderv committed Mar 13, 2026
    Configuration menu
    Copy the full SHA
    00a68f3 View commit details
    Browse the repository at this point in the history
  3. Guard log file read with Test-Path in signing action

    If msiexec fails before creating the log file, the unguarded
    Get-Content call throws a secondary error that obscures the
    real failure message.
    cderv committed Mar 13, 2026
    Configuration menu
    Copy the full SHA
    31fedec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    97e7649 View commit details
    Browse the repository at this point in the history
Loading