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

TASTy Reader: support Scala 3.4 [ci: last-only] #10670

Merged
merged 19 commits into from
Feb 12, 2024

Commits on Jan 22, 2024

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

Commits on Feb 12, 2024

  1. Upgrade tasty format, copy new tasty config

    This commit does not support Java TASTy or pipelining support.
    bishabosha committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    d3e7895 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a565f9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    95900a6 View commit details
    Browse the repository at this point in the history
  4. support varargs and fields

    bishabosha committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    9d37a96 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c09a900 View commit details
    Browse the repository at this point in the history
  6. support Java fields

    bishabosha committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    bd5b335 View commit details
    Browse the repository at this point in the history
  7. support java interfaces

    bishabosha committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    0bd266c View commit details
    Browse the repository at this point in the history
  8. support java annotations

    bishabosha committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    19ea949 View commit details
    Browse the repository at this point in the history
  9. add test for deprecation

    bishabosha committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    abcb8ee View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8cb3eff View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0cc7d73 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a18de29 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c00adb8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6b2c4ae View commit details
    Browse the repository at this point in the history
  15. deterministic loading of TASTy

    when you see a .class file, check that there is not a sibling .tasty file
    
    Co-authored-by: Jamie Thompson <bishbashboshjt@gmail.com>
    Co-authored-by: Lukas Rytz <lukas.rytz@gmail.com>
    bishabosha and lrytz committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    e623261 View commit details
    Browse the repository at this point in the history
  16. test annotations on types

    bishabosha committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    b0c8120 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    fa4c3df View commit details
    Browse the repository at this point in the history
  18. move isJava to Context

    bishabosha committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    bfed4df View commit details
    Browse the repository at this point in the history