-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove recursion in bun shell interpreter to fix stack overflow #15323
Draft
pfgithub
wants to merge
21
commits into
main
Choose a base branch
from
pfg/issue-15189-3
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+662
−315
Commits on Nov 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for eb15e13 - Browse repository at this point
Copy the full SHA eb15e13View commit details -
Configuration menu - View commit details
-
Copy full SHA for a06d678 - Browse repository at this point
Copy the full SHA a06d678View commit details -
Configuration menu - View commit details
-
Copy full SHA for 128038d - Browse repository at this point
Copy the full SHA 128038dView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc9b371 - Browse repository at this point
Copy the full SHA cc9b371View commit details -
fix \b__bunstr_0 reading the next number too even though it was unrel…
…ated. fix some errors writing to the str pool, returning their memory, and then invalidating it. fix an error panicing.
Configuration menu - View commit details
-
Copy full SHA for 19ceb43 - Browse repository at this point
Copy the full SHA 19ceb43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55a554e - Browse repository at this point
Copy the full SHA 55a554eView commit details
Commits on Nov 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fa3c7cd - Browse repository at this point
Copy the full SHA fa3c7cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 18f5b75 - Browse repository at this point
Copy the full SHA 18f5b75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ae03c7 - Browse repository at this point
Copy the full SHA 0ae03c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed31a48 - Browse repository at this point
Copy the full SHA ed31a48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c6c3d9 - Browse repository at this point
Copy the full SHA 1c6c3d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f50ca7 - Browse repository at this point
Copy the full SHA 8f50ca7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d714937 - Browse repository at this point
Copy the full SHA d714937View commit details -
Configuration menu - View commit details
-
Copy full SHA for 069b963 - Browse repository at this point
Copy the full SHA 069b963View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12465ef - Browse repository at this point
Copy the full SHA 12465efView commit details -
fix '\' handling, still working on ast of "${""}" and ${""} and then …
…have to fix execution of ["echo", "", ""]
Configuration menu - View commit details
-
Copy full SHA for 38c41bc - Browse repository at this point
Copy the full SHA 38c41bcView commit details
Commits on Nov 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b43547b - Browse repository at this point
Copy the full SHA b43547bView commit details -
Configuration menu - View commit details
-
Copy full SHA for de1ab94 - Browse repository at this point
Copy the full SHA de1ab94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41ba9f0 - Browse repository at this point
Copy the full SHA 41ba9f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b2b6fa - Browse repository at this point
Copy the full SHA 8b2b6faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 10ae1c4 - Browse repository at this point
Copy the full SHA 10ae1c4View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.