RFR: 8315532: Compiler Implementation for Unnamed Variables and Patterns [v2]
Aggelos Biboudis
abimpoudis at openjdk.org
Tue Sep 26 14:41:00 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 @lahodaj
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/15649/files
- new: https://git.openjdk.org/jdk/pull/15649/files/d334ff29..3becc945
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=15649&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=15649&range=00-01
Stats: 51 lines in 8 files changed: 7 ins; 2 del; 42 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 compiler-dev
mailing list