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

Region-based semantic diagnostics #57842

Merged
merged 83 commits into from
Jun 13, 2024
Merged

Region-based semantic diagnostics #57842

merged 83 commits into from
Jun 13, 2024

Commits on Feb 27, 2024

  1. WIP

    gabritto committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    ce6ed79 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    33ed16a View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. more end-to-end changes

    gabritto committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    cf54694 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9647997 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. small fix, update baseline

    gabritto committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    9cd0edc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eeb91c5 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. fix type error and tests

    gabritto committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    38861fb View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Configuration menu
    Copy the full SHA
    b46560a View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. add perf for testing

    gabritto committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    22637a4 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    6e03d01 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. add unit test, more fixes

    gabritto committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    7af55c2 View commit details
    Browse the repository at this point in the history
  2. fix things and add unit test

    gabritto committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    1d2b665 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    e0cf3c6 View commit details
    Browse the repository at this point in the history
  2. refactors

    gabritto committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    c25a879 View commit details
    Browse the repository at this point in the history
  3. refactor type

    gabritto committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    0a55946 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. update protocol comment

    gabritto committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    1b4e458 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    a936ff0 View commit details
    Browse the repository at this point in the history
  2. fmt

    gabritto committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    13543e1 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    7b53e4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69aacf4 View commit details
    Browse the repository at this point in the history
  3. update comments

    gabritto committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    63c543d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b51921d View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. Revert "pass around compressed spans so that we do unused directive c…

    …heck more efficiently"
    
    This reverts commit b51921d.
    gabritto committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    aac18b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a1c344 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. tweak node selection

    gabritto committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    64d0699 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d445be5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43712cd View commit details
    Browse the repository at this point in the history
  4. update test baseline

    gabritto committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    ab5a25c View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. add inconsistent 2307 test

    gabritto committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    148f9ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58a4f5f View commit details
    Browse the repository at this point in the history
  3. test for extra 2344

    gabritto committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    1ac37e8 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    9276bd3 View commit details
    Browse the repository at this point in the history
  2. add test for extra 2416

    gabritto committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    caf6fc4 View commit details
    Browse the repository at this point in the history
  3. add test for 2740 extra

    gabritto committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    e102e49 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. add test for react error

    gabritto committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    32ec3b1 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. avoid re-checking nodes

    gabritto committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    52b9e33 View commit details
    Browse the repository at this point in the history
  2. format

    gabritto committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    80698d3 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    467b1a2 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. remove console.log

    gabritto committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    ae6a7ec View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    0a47d91 View commit details
    Browse the repository at this point in the history
  2. update baseline

    gabritto committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    46813c7 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. remove failing tests

    gabritto committed May 3, 2024
    Configuration menu
    Copy the full SHA
    dee2885 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    898325f View commit details
    Browse the repository at this point in the history
  3. fmt

    gabritto committed May 3, 2024
    Configuration menu
    Copy the full SHA
    13a7ab7 View commit details
    Browse the repository at this point in the history
  4. fix default for var

    gabritto committed May 3, 2024
    Configuration menu
    Copy the full SHA
    7e8d763 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    b51af9c View commit details
    Browse the repository at this point in the history
  2. CR: get rid of option to exclude duration from diagnostics event, san…

    …itize logs, update unit tests
    gabritto committed May 21, 2024
    Configuration menu
    Copy the full SHA
    a3cdc74 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d3f068 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    11b7966 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f02cef4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e62ec2e View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    90ef005 View commit details
    Browse the repository at this point in the history
  2. fix overload lint error

    gabritto committed May 22, 2024
    Configuration menu
    Copy the full SHA
    eaa9b53 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e49b6b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ef9bb8 View commit details
    Browse the repository at this point in the history
  5. fix log sanitizing regex

    gabritto committed May 22, 2024
    Configuration menu
    Copy the full SHA
    8e160cf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    30a0aad View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    ece3c41 View commit details
    Browse the repository at this point in the history
  2. remove unused baseline

    gabritto committed May 23, 2024
    Configuration menu
    Copy the full SHA
    0251194 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7076d14 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    48f87a8 View commit details
    Browse the repository at this point in the history
  5. improve optimization

    gabritto committed May 23, 2024
    Configuration menu
    Copy the full SHA
    81dc370 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    5e6ce98 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. TEMPORARY FOR TESTING VSCODE

    gabritto committed May 30, 2024
    Configuration menu
    Copy the full SHA
    3254be9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef6e4d5 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. CR: mark internal

    gabritto committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    c07b226 View commit details
    Browse the repository at this point in the history
  2. CR: refactor session.ts

    gabritto committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    1f262cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34bcbb2 View commit details
    Browse the repository at this point in the history
  4. fix rebase problem

    gabritto committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    52eadaa View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. fix baselines

    gabritto committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    12979b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    830c118 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. refactor unit test

    gabritto committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    d3a8f41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1752f8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9320a45 View commit details
    Browse the repository at this point in the history
  4. format

    gabritto committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    68831d1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2f2e02f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eb168b6 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    c571ae0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c512ac View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    9f2727b View commit details
    Browse the repository at this point in the history
  2. refactor

    gabritto committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    ec6772c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1d87dc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ed581a View commit details
    Browse the repository at this point in the history