-
Notifications
You must be signed in to change notification settings - Fork 4k
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
EnC - Tell the debugger about updated type def tokens #53217
Merged
Merged
Commits on May 10, 2021
-
Keep track of updated type defs in a separate list
_typeDefs is used to keep track of added type defs, but if we use it for updated type defs too then we start getting duplicate entries in the EnC log, but at the time that we output that log we can't tell which is the better entries to output. Easier to leave the EnC log alone, since it works, and just add something new to keep track of every update.
Configuration menu - View commit details
-
Copy full SHA for 1693682 - Browse repository at this point
Copy the full SHA 1693682View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16a4b77 - Browse repository at this point
Copy the full SHA 16a4b77View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3d2572 - Browse repository at this point
Copy the full SHA c3d2572View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5026fda - Browse repository at this point
Copy the full SHA 5026fdaView commit details -
Configuration menu - View commit details
-
Copy full SHA for e97f9ee - Browse repository at this point
Copy the full SHA e97f9eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for a6fceb5 - Browse repository at this point
Copy the full SHA a6fceb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 190ed41 - Browse repository at this point
Copy the full SHA 190ed41View commit details -
Configuration menu - View commit details
-
Copy full SHA for beb4d0f - Browse repository at this point
Copy the full SHA beb4d0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 333cdbe - Browse repository at this point
Copy the full SHA 333cdbeView commit details
Commits on May 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8a67cfb - Browse repository at this point
Copy the full SHA 8a67cfbView commit details -
Configuration menu - View commit details
-
Copy full SHA for ddabce1 - Browse repository at this point
Copy the full SHA ddabce1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b5109f - Browse repository at this point
Copy the full SHA 8b5109fView commit details
Commits on May 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1d8c8ba - Browse repository at this point
Copy the full SHA 1d8c8baView 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.