-
Notifications
You must be signed in to change notification settings - Fork 5k
process.env: Node-semantics exotic object on POSIX; coerce/validate/setenv-sync, first-wins dup load, typed-cache invalidate #35882
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
Open
robobun
wants to merge
16
commits into
main
Choose a base branch
from
claude/farm/729db18d/process-env-exotic-object
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.
Open
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
4e3043b
process.env: replace plain object with Node-semantics exotic on POSIX
robobun cecf118
process.env (Windows proxy): throw on Symbol key/value, match set-tra…
robobun 8023a21
env_var: drop unnecessary #[allow(dead_code)] on reset()
robobun c445be8
BunObject.rs: drop stale 'Returns the env_loader map entry count' doc…
robobun 47ade95
address review: libcPathForDlopen for musl, skipIf(!cc), afterEach cl…
robobun fffc7ba
process-env-exotic.test: run freeze/seal probe in subprocess so a fai…
robobun 1a17569
test/preload: skip CI when copying bunEnv into process.env
robobun 808e952
address review: seqlock for string env_var cache, lock map.put/remove…
robobun 210f25b
address review: environ RwLock around setenv/getenv_z, $-prefix read …
robobun 1b2e74d
Bun__ProcessEnv__put: self-truncate NUL + filter empty/= keys; seqloc…
robobun 5143c3e
env_var: store owned copy after runtime setenv (musl frees previous v…
robobun 246257b
env_var::set_owned: lsan-ignore the leaked Box
robobun 9e326a3
Bun__ProcessEnv__delete: clear matching proxy_env_storage slot; fix s…
robobun 7425d37
env_var string cache: always store a leaked owned copy; drop dead res…
robobun b776d54
getenv_z: copy under ENVIRON_LOCK; worker loader skips load_process r…
robobun 6130d1f
env_var: re-check get_cached() after getenv_z in get_force_reload/pla…
robobun File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.