-
Notifications
You must be signed in to change notification settings - Fork 4.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
[hot_reload] Add instance fields #76462
Merged
Merged
Commits on Nov 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 74ac7d4 - Browse repository at this point
Copy the full SHA 74ac7d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0841c40 - Browse repository at this point
Copy the full SHA 0841c40View commit details -
Configuration menu - View commit details
-
Copy full SHA for f244218 - Browse repository at this point
Copy the full SHA f244218View commit details -
Configuration menu - View commit details
-
Copy full SHA for b13e6ff - Browse repository at this point
Copy the full SHA b13e6ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for a404ee3 - Browse repository at this point
Copy the full SHA a404ee3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c40cb12 - Browse repository at this point
Copy the full SHA c40cb12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c7ab0b - Browse repository at this point
Copy the full SHA 0c7ab0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ceaee7c - Browse repository at this point
Copy the full SHA ceaee7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d9d8827 - Browse repository at this point
Copy the full SHA d9d8827View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfc91d3 - Browse repository at this point
Copy the full SHA cfc91d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d423ae8 - Browse repository at this point
Copy the full SHA d423ae8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95318ff - Browse repository at this point
Copy the full SHA 95318ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for b05d541 - Browse repository at this point
Copy the full SHA b05d541View commit details -
Configuration menu - View commit details
-
Copy full SHA for afdaabf - Browse repository at this point
Copy the full SHA afdaabfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9582cb3 - Browse repository at this point
Copy the full SHA 9582cb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 042b431 - Browse repository at this point
Copy the full SHA 042b431View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5a8815 - Browse repository at this point
Copy the full SHA a5a8815View commit details -
Configuration menu - View commit details
-
Copy full SHA for afe37d6 - Browse repository at this point
Copy the full SHA afe37d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17a9927 - Browse repository at this point
Copy the full SHA 17a9927View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62ab2e6 - Browse repository at this point
Copy the full SHA 62ab2e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69de824 - Browse repository at this point
Copy the full SHA 69de824View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c7b8e7 - Browse repository at this point
Copy the full SHA 2c7b8e7View commit details -
OK - test is failing in the debugger agent (see details)
* Assertion at /Users/alklig/work/dotnet-runtime/runtime/src/mono/mono/component/debugger-agent.c:9829, condition `!m_field_is_from_update (f)' not met
Configuration menu - View commit details
-
Copy full SHA for dadda4e - Browse repository at this point
Copy the full SHA dadda4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b9b0c6b - Browse repository at this point
Copy the full SHA b9b0c6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 18f440f - Browse repository at this point
Copy the full SHA 18f440fView commit details -
Clear the debugger type cache on EnC update
we only need to clear the type on which fields or methods were added. but right now we just clear the whole cache
Configuration menu - View commit details
-
Copy full SHA for ef7805d - Browse repository at this point
Copy the full SHA ef7805dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 79f5abc - Browse repository at this point
Copy the full SHA 79f5abcView commit details -
[handles] remove the field getter/setter macros
They had no callers, and now we don't do things this way - we assume the enclosing object had been pinned by a stack reference.
Configuration menu - View commit details
-
Copy full SHA for 13a4b25 - Browse repository at this point
Copy the full SHA 13a4b25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88a466a - Browse repository at this point
Copy the full SHA 88a466aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d7ee0b - Browse repository at this point
Copy the full SHA 4d7ee0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 67e02a0 - Browse repository at this point
Copy the full SHA 67e02a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d1a90e - Browse repository at this point
Copy the full SHA 8d1a90eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a01071 - Browse repository at this point
Copy the full SHA 2a01071View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fabc0d - Browse repository at this point
Copy the full SHA 8fabc0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca9c3c9 - Browse repository at this point
Copy the full SHA ca9c3c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49a907e - Browse repository at this point
Copy the full SHA 49a907eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 54f4f2a - Browse repository at this point
Copy the full SHA 54f4f2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 78eeee2 - Browse repository at this point
Copy the full SHA 78eeee2View commit details -
Configuration menu - View commit details
-
Copy full SHA for afe88ec - Browse repository at this point
Copy the full SHA afe88ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e9811d - Browse repository at this point
Copy the full SHA 6e9811dView commit details -
Added test for auto property; crashes in ves_icall_RuntimePropertyInf…
…o_get_property_info
Configuration menu - View commit details
-
Copy full SHA for d90d17c - Browse repository at this point
Copy the full SHA d90d17cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 517978e - Browse repository at this point
Copy the full SHA 517978eView commit details
Commits on Nov 17, 2022
-
Note: we're not doing anything with the new PropertyMap row Note2: we get MethodSemantics rows for properties that got updated, and we're currently ignoring them. Need to check that this is reasonable. (A test would be to use reflection to grab a getter or setter whose method body was changed and then try and invoke it and verify that we're calling the correct method.)
Configuration menu - View commit details
-
Copy full SHA for 619d956 - Browse repository at this point
Copy the full SHA 619d956View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b6503a - Browse repository at this point
Copy the full SHA 9b6503aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 21dad8b - Browse repository at this point
Copy the full SHA 21dad8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bc5e5a - Browse repository at this point
Copy the full SHA 2bc5e5aView commit details
Commits on Nov 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ac34462 - Browse repository at this point
Copy the full SHA ac34462View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbcd1b2 - Browse repository at this point
Copy the full SHA fbcd1b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2934993 - Browse repository at this point
Copy the full SHA 2934993View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c4c18a - Browse repository at this point
Copy the full SHA 9c4c18aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3216155 - Browse repository at this point
Copy the full SHA 3216155View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6dadc1 - Browse repository at this point
Copy the full SHA a6dadc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd571f9 - Browse repository at this point
Copy the full SHA bd571f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b14f565 - Browse repository at this point
Copy the full SHA b14f565View commit details
Commits on Nov 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0a849ac - Browse repository at this point
Copy the full SHA 0a849acView 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.