Re: RFR: 8296292: Document the default behavior of '$' in regular expressions correctly [v2]

2022-11-17 Thread Lance Andersen
On Wed, 9 Nov 2022 14:22:02 GMT, Raffaello Giulietti wrote: >> A small spec change to match established behavior. > > Raffaello Giulietti has updated the pull request incrementally with one > additional commit since the last revision: > > 8296292: Document the default behavior of '$' in regu

Re: RFR: 8296292: Document the default behavior of '$' in regular expressions correctly [v2]

2022-11-17 Thread Raffaello Giulietti
On Wed, 9 Nov 2022 14:22:02 GMT, Raffaello Giulietti wrote: >> A small spec change to match established behavior. > > Raffaello Giulietti has updated the pull request incrementally with one > additional commit since the last revision: > > 8296292: Document the default behavior of '$' in regu

Re: RFR: 8296292: Document the default behavior of '$' in regular expressions correctly [v2]

2022-11-09 Thread Raffaello Giulietti
> A small spec change to match established behavior. Raffaello Giulietti has updated the pull request incrementally with one additional commit since the last revision: 8296292: Document the default behavior of '$' in regular expressions correctly - Changes: - all: https://git.o

Re: RFR: 8296292: Document the default behavior of '$' in regular expressions correctly

2022-11-08 Thread Raffaello Giulietti
On Tue, 8 Nov 2022 11:35:17 GMT, Raffaello Giulietti wrote: > A small spec change to match established behavior. As this is a spec change only, please consider reviewing the CSR as well. - PR: https://git.openjdk.org/jdk/pull/11038