RFR: 8302344: Compiler Implementation for Unnamed patterns and variables (Preview) [v9]
Aggelos Biboudis
abimpoudis at openjdk.org
Tue May 2 09:49:38 UTC 2023
> This PR implements [JEP 443](https://openjdk.org/jeps/443), the preview feature for Unnamed Patterns and Variables in Java.
>
> Draft Spec: https://cr.openjdk.org/~abimpoudis/unnamed/latest/
Aggelos Biboudis has updated the pull request incrementally with two additional commits since the last revision:
- Address comments around JavacParser (reuse variableDeclaratorRest in parsePattern)
- Add new lines and revise comment in Unnamed.java
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/13528/files
- new: https://git.openjdk.org/jdk/pull/13528/files/47d738bb..3d83fa14
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=13528&range=08
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=13528&range=07-08
Stats: 49 lines in 4 files changed: 8 ins; 7 del; 34 mod
Patch: https://git.openjdk.org/jdk/pull/13528.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/13528/head:pull/13528
PR: https://git.openjdk.org/jdk/pull/13528
More information about the compiler-dev
mailing list