Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openjdk/babylon
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a23e320c
Choose a base ref
...
head repository: openjdk/babylon
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2f521c0a
Choose a head ref
  • 11 commits
  • 4 files changed
  • 1 contributor

Commits on Sep 10, 2024

  1. Update the model of pattern matching when pattern variable identifier…

    … is "_"
    mabbay committed Sep 10, 2024
    Copy the full SHA
    4c1c416 View commit details
  2. Update effected tests

    mabbay committed Sep 10, 2024
    Copy the full SHA
    1754511 View commit details

Commits on Sep 11, 2024

  1. Pass null as binding-name when type pattern variable unnamed

    mabbay committed Sep 11, 2024
    Copy the full SHA
    fc6aa50 View commit details
  2. Rename BindingPatternOp to TypePatternOp

    mabbay committed Sep 11, 2024
    Copy the full SHA
    616e17e View commit details

Commits on Sep 12, 2024

  1. Keep Var that correspond to unnamed pattern variable

    mabbay committed Sep 12, 2024
    Copy the full SHA
    fd97943 View commit details
  2. Update the result type of TypePatternOp

    mabbay committed Sep 12, 2024
    Copy the full SHA
    6e240c2 View commit details
  3. Support match all pattern for non-generic records

    mabbay committed Sep 12, 2024
    Copy the full SHA
    f424700 View commit details

Commits on Sep 13, 2024

  1. Copy the full SHA
    916e265 View commit details

Commits on Sep 16, 2024

  1. Simplify test of match all pattern

    mabbay committed Sep 16, 2024
    Copy the full SHA
    cbe2805 View commit details

Commits on Sep 17, 2024

  1. Apply suggestions

    mabbay committed Sep 17, 2024
    Copy the full SHA
    8313eb5 View commit details

Commits on Sep 18, 2024

  1. Merge branch 'code-reflection' into match-all-pattern

    # Conflicts:
    #	test/langtools/tools/javac/reflect/PatternsTest.java
    mabbay committed Sep 18, 2024
    Copy the full SHA
    2f521c0 View commit details
Loading