RFR: JDK-8315457 Implementation of String Templates (Second Preview) [v2]

Jim Laskey jlaskey at openjdk.org
Mon Oct 16 16:20:12 UTC 2023


> Update String Templates for a second preview. With the addition of
> 
> - Expression type and throws are determined from the `process` method of the processor type and not the processor type.
> 
> - Qualified `STR` and `RAW` are treated the same as unqualified `STR` and `RAW` .
> 
> - Raw (generic) process types are no longer an error.

Jim Laskey has updated the pull request incrementally with two additional commits since the last revision:

 - Revert source
 - Revert @since 22

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/16202/files
  - new: https://git.openjdk.org/jdk/pull/16202/files/b95c799e..f077ef6f

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=16202&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=16202&range=00-01

  Stats: 26 lines in 19 files changed: 0 ins; 0 del; 26 mod
  Patch: https://git.openjdk.org/jdk/pull/16202.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/16202/head:pull/16202

PR: https://git.openjdk.org/jdk/pull/16202


More information about the compiler-dev mailing list