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

Enforce @TargetLocations meta-annotation #339

Merged
merged 54 commits into from
Oct 1, 2023

Commits on Sep 29, 2022

  1. Configuration menu
    Copy the full SHA
    729dc1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ea9091 View commit details
    Browse the repository at this point in the history
  3. fix some bugs

    AndrewShf committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    722a8cf View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

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

Commits on Nov 7, 2022

  1. Configuration menu
    Copy the full SHA
    2cc6a92 View commit details
    Browse the repository at this point in the history
  2. merge master

    AndrewShf committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    93fb211 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

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

Commits on Nov 9, 2022

  1. Configuration menu
    Copy the full SHA
    cd76744 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9f1a70 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6cbd315 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Configuration menu
    Copy the full SHA
    3cd0c0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    967c4bd View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2022

  1. add a testcase

    AndrewShf committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    fceabb3 View commit details
    Browse the repository at this point in the history
  2. fix format

    AndrewShf committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    eb2897a View commit details
    Browse the repository at this point in the history
  3. fix format

    AndrewShf committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    2ae31ee View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Configuration menu
    Copy the full SHA
    f3df54f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aebde76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36cf32c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    41e7d7f View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. fix chekcer option

    AndrewShf committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    cd76ede View commit details
    Browse the repository at this point in the history
  2. fix chekcer option

    AndrewShf committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    823d311 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4bd0578 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2022

  1. Configuration menu
    Copy the full SHA
    9002983 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30be09f View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Configuration menu
    Copy the full SHA
    5e00825 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13c4c4f View commit details
    Browse the repository at this point in the history
  3. change qual.CompilerMessageKeyBottom's targetlocation from explicit_l…

    …ower_bound to lower_bound
    AndrewShf committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    3bb864d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    27e5e5f View commit details
    Browse the repository at this point in the history
  5. fix javadoc

    AndrewShf committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    b120900 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. Configuration menu
    Copy the full SHA
    3718f22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    721defe View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

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

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    2165e89 View commit details
    Browse the repository at this point in the history
  2. update commnet

    AndrewShf committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    c7a1ca8 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

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

Commits on Sep 26, 2023

  1. Configuration menu
    Copy the full SHA
    1075632 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fce86f View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Apply suggestions from code review

    Co-authored-by: Werner Dietl <wdietl@gmail.com>
    AndrewShf and wmdietl committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    44ae38e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de25601 View commit details
    Browse the repository at this point in the history
  3. rename and improve document

    AndrewShf committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    9d6a6e9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    329fea3 View commit details
    Browse the repository at this point in the history
  5. Improve document in targetLocations.java

    Co-authored-by: Werner Dietl <wdietl@gmail.com>
    AndrewShf and wmdietl committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    9bd987f View commit details
    Browse the repository at this point in the history
  6. improve document

    AndrewShf committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    b69942f View commit details
    Browse the repository at this point in the history
  7. restrict the type-use locations of some bottom qualifiers, ignore tar…

    …getlocation meta-annotation running certain test suites
    AndrewShf committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    8c30dae View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Configuration menu
    Copy the full SHA
    8059225 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d30dabb View commit details
    Browse the repository at this point in the history
  3. update test files

    AndrewShf committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    6f62f07 View commit details
    Browse the repository at this point in the history
  4. update test files

    AndrewShf committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    ae9761c View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2023

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

Commits on Oct 1, 2023

  1. Configuration menu
    Copy the full SHA
    5bfa5bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46f8dde View commit details
    Browse the repository at this point in the history
  3. Make blocks explicit

    wmdietl committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    11876bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e228a60 View commit details
    Browse the repository at this point in the history
  5. Add missing cast

    wmdietl committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    619937e View commit details
    Browse the repository at this point in the history