RFR: 8315532: Compiler Implementation for Unnamed Variables and Patterns [v3]
Aggelos Biboudis
abimpoudis at openjdk.org
Thu Sep 28 08:40:20 UTC 2023
> This PR finalizes the feature of unnamed variables and patterns.
>
> ---------
> ### Progress
> - [ ] Change must be properly reviewed (1 review required, with at least 1 [Reviewer](https://openjdk.org/bylaws#reviewer))
> - [x] Change must not contain extraneous whitespace
> - [x] Commit message must refer to an issue
> - [ ] Change requires CSR request [JDK-8315851](https://bugs.openjdk.org/browse/JDK-8315851) to be approved
>
>
>
> ### Reviewing
> <details><summary>Using <code>git</code></summary>
>
> Checkout this PR locally: \
> `$ git fetch https://git.openjdk.org/jdk.git pull/15649/head:pull/15649` \
> `$ git checkout pull/15649`
>
> Update a local copy of the PR: \
> `$ git checkout pull/15649` \
> `$ git pull https://git.openjdk.org/jdk.git pull/15649/head`
>
> </details>
> <details><summary>Using Skara CLI tools</summary>
>
> Checkout this PR locally: \
> `$ git pr checkout 15649`
>
> View PR using the GUI difftool: \
> `$ git pr show -t 15649`
>
> </details>
> <details><summary>Using diff file</summary>
>
> Download this PR as a diff file: \
> <a href="https://git.openjdk.org/jdk/pull/15649.diff">https://git.openjdk.org/jdk/pull/15649.diff</a>
>
> </details>
>
>
> ### Webrev
> [Link to Webrev Comment](https://git.openjdk.org/jdk/pull/15649#issuecomment-1733906010)
Aggelos Biboudis has updated the pull request incrementally with one additional commit since the last revision:
Address review by @mcimadamore
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/15649/files
- new: https://git.openjdk.org/jdk/pull/15649/files/3becc945..630b128e
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=15649&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=15649&range=01-02
Stats: 128 lines in 11 files changed: 41 ins; 3 del; 84 mod
Patch: https://git.openjdk.org/jdk/pull/15649.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/15649/head:pull/15649
PR: https://git.openjdk.org/jdk/pull/15649
More information about the core-libs-dev
mailing list