Uh oh!
There was an error while loading. Please reload this page.
[hot reload][mono] Implement support for adding static and instance fields to generic classes - #87285
Merged
Merged
Conversation
dotnet/roslyn#68293 we get an error if we add a generic field and try to use it during the same edit. workaround is to do two separate edits
ldsflda seems to be working
lambdageek
commented
Jun 8, 2023
MemberAuthor
cc @mikelle-rogers coreclr doesn't like the new test |
lambdageek
commented
Jun 8, 2023
MemberAuthor
Also found an issue where mono does loads of added valuetype fields incorrectly. That warrants its own non-generic test (the existing tests only try small primitive types, not structs like |
This was referenced Jun 9, 2023
lambdageekforce-pushed
the
explore-hot-ginst
branch
from
June 14, 2023 17:29
e1f018b to
b7c52f7Comparelambdageek
marked this pull request as ready for review
June 14, 2023 19:18
lambdageek
requested review from
BrzVlad, kotlarmilos, marek-safar, thaystg and vargaz
as code ownersJune 14, 2023 19:18
lambdageek
commented
Jun 14, 2023
MemberAuthor
@fanyang-mono please take a look |
This was referenced Jun 14, 2023
lambdageekforce-pushed
the
explore-hot-ginst
branch
from
June 15, 2023 02:33
47f6dd0 to
82cd412Comparelambdageekforce-pushed
the
explore-hot-ginst
branch
from
June 15, 2023 04:12
82cd412 to
b56cdf9Compare2 tasks
fanyang-mono
approved these changes
Jun 15, 2023
fanyang-mono
left a comment
Member
There was a problem hiding this comment.
LGTM! I wonder if you need to update hot_reload_get_capabilities for this new capability?
lambdageek
commented
Jun 15, 2023
MemberAuthor
yes! thank you! |
BrzVlad
reviewed
Jun 16, 2023
Uh oh!
There was an error while loading. Please reload this page.
BrzVlad
approved these changes
Jun 16, 2023
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
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Fixes#86111