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

Eliminate FromJavaObject from TASTy of Java sources #19259

Merged
merged 11 commits into from
Dec 15, 2023

Commits on Dec 15, 2023

  1. Configuration menu
    Copy the full SHA
    3f71bd5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec2a0c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28cb6a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    60dfd96 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    25f8558 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f0d0ac8 View commit details
    Browse the repository at this point in the history
  7. refactor printers

    bishabosha committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    fb2e2d5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c12ed63 View commit details
    Browse the repository at this point in the history
  9. elide fake java primary constructor

    introduce SPLITCLAUSE at the end of the template parents,
    if present, then there is no primary constructor. We assert
    that we have the JAVAattr and reconstruct the fake primary constructor
    to satisfy the compiler.
    bishabosha committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    0938fe5 View commit details
    Browse the repository at this point in the history
  10. fix indentation

    bishabosha committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    7b09724 View commit details
    Browse the repository at this point in the history
  11. restore print test for java tasty.

    Also do not make a fake param accessor for the fake param
    of the fake constructor.
    bishabosha committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    67e94be View commit details
    Browse the repository at this point in the history