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

[1.6.x] compiler: account for Scala 2 and 3 differences in generated varargs code (backport #737) by @ahjohannessen #738

Merged
merged 5 commits into from
Feb 27, 2024

Commits on Feb 27, 2024

  1. compiler: account for Scala 2 and 3 differences in generated vararg code

    (cherry picked from commit c9bef0a)
    
    # Conflicts:
    #	.gitignore
    #	compiler/src/main/java/play/japi/twirl/compiler/TwirlCompiler.java
    ahjohannessen authored and mkurz committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    55beff8 View commit details
    Browse the repository at this point in the history
  2. fix mima warnings

    (cherry picked from commit 3190e1e)
    ahjohannessen authored and mkurz committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    c50d2ed View commit details
    Browse the repository at this point in the history
  3. add some tests

    (cherry picked from commit 7fdb505)
    ahjohannessen authored and mkurz committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    9f024c3 View commit details
    Browse the repository at this point in the history
  4. Avoid duplicates in gitignore

    (cherry picked from commit ce5e0f1)
    mkurz committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    726c1b6 View commit details
    Browse the repository at this point in the history
  5. Compatibility

    (cherry picked from commit c38c2e9)
    mkurz committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    e748f9a View commit details
    Browse the repository at this point in the history