-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 13 commits
- 5 files changed
- 2 contributors
Commits on Aug 14, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for e14561c - Browse repository at this point
Copy the full SHA e14561cView commit details
Commits on Aug 15, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0f4d0b1 - Browse repository at this point
Copy the full SHA 0f4d0b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ee1d56 - Browse repository at this point
Copy the full SHA 0ee1d56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d6b755 - Browse repository at this point
Copy the full SHA 5d6b755View commit details
Commits on Aug 18, 2025
-
Configuration menu - View commit details
-
Copy full SHA for bde51cd - Browse repository at this point
Copy the full SHA bde51cdView commit details
Commits on Aug 25, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 626b9fc - Browse repository at this point
Copy the full SHA 626b9fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ee6ea4 - Browse repository at this point
Copy the full SHA 3ee6ea4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28be8c9 - Browse repository at this point
Copy the full SHA 28be8c9View commit details
Commits on Aug 30, 2025
-
Configuration menu - View commit details
-
Copy full SHA for dce2563 - Browse repository at this point
Copy the full SHA dce2563View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18a790c - Browse repository at this point
Copy the full SHA 18a790cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 075a8b9 - Browse repository at this point
Copy the full SHA 075a8b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b88b4e8 - Browse repository at this point
Copy the full SHA b88b4e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b7c9a8 - Browse repository at this point
Copy the full SHA 2b7c9a8View commit details
Loading
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 main...boundary-batch-nullpointer-fix-alt