Skip to content
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 13 commits into from
May 17, 2021

Commits on May 10, 2021

  1. 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.
    davidwengier committed May 10, 2021
    Configuration menu
    Copy the full SHA
    1693682 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16a4b77 View commit details
    Browse the repository at this point in the history
  3. Tests

    davidwengier committed May 10, 2021
    Configuration menu
    Copy the full SHA
    c3d2572 View commit details
    Browse the repository at this point in the history
  4. Whitespace

    davidwengier committed May 10, 2021
    Configuration menu
    Copy the full SHA
    5026fda View commit details
    Browse the repository at this point in the history
  5. Update Public API file

    davidwengier committed May 10, 2021
    Configuration menu
    Copy the full SHA
    e97f9ee View commit details
    Browse the repository at this point in the history
  6. FIx build warnings

    davidwengier committed May 10, 2021
    Configuration menu
    Copy the full SHA
    a6fceb5 View commit details
    Browse the repository at this point in the history
  7. Rename methods

    davidwengier committed May 10, 2021
    Configuration menu
    Copy the full SHA
    190ed41 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    beb4d0f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    333cdbe View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. Remove old code

    davidwengier committed May 11, 2021
    Configuration menu
    Copy the full SHA
    8a67cfb View commit details
    Browse the repository at this point in the history
  2. Clean up

    davidwengier committed May 11, 2021
    Configuration menu
    Copy the full SHA
    ddabce1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b5109f View commit details
    Browse the repository at this point in the history

Commits on May 17, 2021

  1. Spelling

    davidwengier committed May 17, 2021
    Configuration menu
    Copy the full SHA
    1d8c8ba View commit details
    Browse the repository at this point in the history