-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[wasm][debugger] Fix evaluation of a static class attribute; using current namespace for evaluation #61252
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
ilonatommy
merged 24 commits into
dotnet:main
from
ilonatommy:add-static-attribute-support
Nov 17, 2021
Merged
[wasm][debugger] Fix evaluation of a static class attribute; using current namespace for evaluation #61252
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
fab24e5
Using current namespace as the default place to serach for the resolv…
ilonatommy 66b56a7
Add tests for static class, static fields and pausing in async method.
ilonatommy 782a107
Added tests for class evaluation.
ilonatommy 4119de3
Fixing support to the current namespace and adding tests for it
thaystg e275144
Merge branch 'add-static-attribute-support' of https://github.com/ilo…
ilonatommy ee19014
Assuing that we search within the current assembly first. Removed tes…
ilonatommy 89bdc49
Remove a test-duplicate that was not testing static class or static f…
ilonatommy 5ce0f57
Fixing indentation.
ilonatommy 62d18b6
Refixing indentation.
ilonatommy ce177fd
Refix indentations again.
ilonatommy cb32402
Applied the advice about adding new blank lines.
ilonatommy ed2577e
Changed the current assembly check.
ilonatommy 01f46d5
Extracting the check from the loop. One time check is enough.
ilonatommy d14367d
Simplifying multiple test cases into one call.
ilonatommy 8a82380
Using local function as per review suggestion.
ilonatommy 7f24d47
Added test that was skipped by mistake.
ilonatommy 367c431
Added looking for the namespace in all assemblies because there is a …
ilonatommy 55479c8
Extracting value based on the current frame, not the top of stack loc…
ilonatommy 5f5cdf6
Test for classes evaluated from different frames.
ilonatommy 7151177
Fixing indentation and spaces.
ilonatommy 5fc759e
Applied review comments for values evaluation.
ilonatommy 3661c0e
Compressed two tests into one with MemberData.
ilonatommy 66ed5c2
Added test case of type without namespace (failing).
ilonatommy 136f69a
Addressed Ankit advices from the review.
ilonatommy 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
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.