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: sveltejs/svelte
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: sveltejs/svelte
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: boundary-batch-nullpointer-fix-alt
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 5 files changed
  • 2 contributors

Commits on Aug 14, 2025

  1. fix: associate batch with boundary

    This associates the current batch with the boundary when entering pending mode. That way other async work associated to that boundary also can associate itself with that batch, even if e.g. due to flushing it is no longer the current batch.
    
    This solves a null pointer exception that can occur when the batch is flushed before the next top level await or async derived gets a hold of the current batch, which is null then.
    
    Fixes #16596
    Fixes sveltejs/kit#14124
    dummdidumm committed Aug 14, 2025
    Configuration menu
    Copy the full SHA
    e14561c View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2025

  1. fix

    dummdidumm committed Aug 15, 2025
    Configuration menu
    Copy the full SHA
    0f4d0b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ee1d56 View commit details
    Browse the repository at this point in the history
  3. belts and braces

    dummdidumm committed Aug 15, 2025
    Configuration menu
    Copy the full SHA
    5d6b755 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2025

  1. typo

    Rich-Harris committed Aug 18, 2025
    Configuration menu
    Copy the full SHA
    bde51cd View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2025

  1. Configuration menu
    Copy the full SHA
    626b9fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ee6ea4 View commit details
    Browse the repository at this point in the history
  3. unused

    dummdidumm committed Aug 25, 2025
    Configuration menu
    Copy the full SHA
    28be8c9 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2025

  1. Configuration menu
    Copy the full SHA
    dce2563 View commit details
    Browse the repository at this point in the history
  2. simplify

    Rich-Harris committed Aug 30, 2025
    Configuration menu
    Copy the full SHA
    18a790c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    075a8b9 View commit details
    Browse the repository at this point in the history
  4. comment is no longer true

    Rich-Harris committed Aug 30, 2025
    Configuration menu
    Copy the full SHA
    b88b4e8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2b7c9a8 View commit details
    Browse the repository at this point in the history
Loading