RFR: 8302344: Compiler Implementation for Unnamed patterns and variables (Preview) [v10]
Aggelos Biboudis
abimpoudis at openjdk.org
Tue May 2 19:27:12 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 one additional commit since the last revision:
Remove flag
- Fixes unnamed errors
- Fixes missing test in TestUnnamedVariableElement
- Removes scope elements from erroneous source file tests in TestGetScopeResult (names.empty is used to signify error when we mix and match implicit and explicit parameters in lambdas)
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/13528/files
- new: https://git.openjdk.org/jdk/pull/13528/files/3d83fa14..5c9314d3
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=13528&range=09
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=13528&range=08-09
Stats: 29 lines in 9 files changed: 8 ins; 11 del; 10 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 kulla-dev
mailing list