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

Support records in JavaParsers #16762

Merged
merged 4 commits into from
May 21, 2023

Commits on May 9, 2023

  1. Support records in JavaParsers

    This is a port of scala/scala#9551
    TheElectronWill committed May 9, 2023
    Configuration menu
    Copy the full SHA
    68e720c View commit details
    Browse the repository at this point in the history
  2. Fix record's constructor

    Co-authored-by: Guillaume Martres <smarter@users.noreply.github.com>
    TheElectronWill and smarter committed May 9, 2023
    Configuration menu
    Copy the full SHA
    ed126d9 View commit details
    Browse the repository at this point in the history
  3. Add more record tests and only run them on java >= 16

    Co-authored-by: Guillaume Martres <smarter@users.noreply.github.com>
    TheElectronWill and smarter committed May 9, 2023
    Configuration menu
    Copy the full SHA
    d1df3ee View commit details
    Browse the repository at this point in the history

Commits on May 21, 2023

  1. Remove synthetic record constructor if the user has written one manually

    Co-authored-by: Guillaume Martres <smarter@users.noreply.github.com>
    TheElectronWill and smarter committed May 21, 2023
    Configuration menu
    Copy the full SHA
    da4996a View commit details
    Browse the repository at this point in the history