-
Notifications
You must be signed in to change notification settings - Fork 10
[Project] Move built-in environment into the analyzer context #2034
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
Merged
Merged
Changes from 23 commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
136f0c8
refactor(env): remove unused working dir ref
MaxAtoms 8737bb5
feat(analyzer): add environment context
MaxAtoms 880fcb2
feat(analyzer): add built-in env
MaxAtoms f5c30e5
feat(dataflow): use built-in env from context
MaxAtoms b12af76
Merge remote-tracking branch 'origin/main' into 2027-env-into-ctx
MaxAtoms d133410
refactor(dataflow): update documentation
MaxAtoms d04f153
feat(analyzer): add read-only env context
MaxAtoms cf9f6ef
feat(analyzer): add getters for child envs
MaxAtoms cc708bb
Merge remote-tracking branch 'origin/main' into 2027-env-into-ctx
MaxAtoms 02a4fbe
Merge branch 'main' into 2027-env-into-ctx
EagleoutIce 8258d47
docs(analyzer): add env ctx to analyzer wiki
MaxAtoms fb201de
feat-fix(analyzer): create empty built-in env only once
MaxAtoms 4a6e13a
wip(environment): always use built-in env from analyzer
MaxAtoms 4dc16d5
feat(analyzer): provide getter for empty built-in env
MaxAtoms b36e1ff
wip(environment): fix access to env in static slicer
MaxAtoms 8d85e5d
wip(environment): pass down env
MaxAtoms 74b4e6f
wip(environment): remove env from dataflow graph
MaxAtoms f4dbf8c
wip(environment): fix references to clean env
MaxAtoms 9838800
fixup! wip(environment): fix references to clean env
MaxAtoms 7d5306c
wip(environment): clean-up
MaxAtoms b0a6841
Merge remote-tracking branch 'origin/main' into 2027-env-into-ctx
MaxAtoms f62e4cd
refactor: fix method order
MaxAtoms b0dd2a7
tests-fix: remove tmp describe.only
MaxAtoms 640a931
feat(analyzer): calculate fingerprint of clean env only once
MaxAtoms a5201e5
Merge remote-tracking branch 'origin/main' into 2027-env-into-ctx
MaxAtoms 9b2ce21
lint-fix: indentation
MaxAtoms 7e02ee0
Merge branch 'main' into 2027-env-into-ctx
EagleoutIce c26ef1c
docs-fix(analyzer): use new ctx methods
MaxAtoms b6b8165
refactor(dataflow): use contextFromInput
MaxAtoms 3d40666
refactor(analyzer): use config as default
MaxAtoms cc26437
refactor(df-graph): add default cleanEnv
MaxAtoms c150603
refactor(linter): consolidate params
MaxAtoms c1016e3
refactor: nits
MaxAtoms 2f612fa
test-fix(slicing): only use analyzer results
MaxAtoms 3353158
refactor(slicing): make ctx optional
MaxAtoms fea85c5
refactor(df-graph): introduce addVertex delegate
MaxAtoms 6f20325
refactor(analyzer): rename env ctx methods
MaxAtoms b1e0e41
refactor(analyzer): return built-in env as readonly
MaxAtoms 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
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.