Re: RFR: 8264160: Regex \b is not consistent with \w without UNICODE_CHARACTER_CLASS [v7]

2022-03-10 Thread Ian Graves
On Thu, 10 Mar 2022 16:23:13 GMT, Ian Graves  wrote:

>> Proposed change in behavior to correct inconsistencies between `\w` and `\b` 
>> metacharacters
>
> Ian Graves has refreshed the contents of this pull request, and previous 
> commits have been removed. Incremental views are not available.

Apologies for the force push. I had a very odd rebase happen that I did not 
intend. This push rolled it all back out to it's prior state plus a minor 
change clarifying a regex in the spec.

-

PR: https://git.openjdk.java.net/jdk/pull/7539


Re: RFR: 8264160: Regex \b is not consistent with \w without UNICODE_CHARACTER_CLASS [v7]

2022-03-10 Thread Ian Graves
On Thu, 10 Mar 2022 16:23:13 GMT, Ian Graves  wrote:

>> Proposed change in behavior to correct inconsistencies between `\w` and `\b` 
>> metacharacters
>
> Ian Graves has updated the pull request incrementally with 196 additional 
> commits since the last revision:
> 
>  - Merge branch 'bug-8264160' of github.com:igraves/jdk into bug-8264160
>  - Adding description of word-boundary regex
>  - Removing superfluous 'if'
>  - Updating with additional descriptors. Removing DataProvider import
>  - 8281560: Matcher.hitEnd returns unexpected results in presence of CANON_EQ 
> flag.
>
>Reviewed-by: rriggs, lancea
>  - 8275640: (win) java.net.NetworkInterface issues with IPv6-only environments
>
>Reviewed-by: msheppar, dfuchs
>  - 8282295: SymbolPropertyEntry::set_method_type fails with assert
>
>Reviewed-by: hseigel
>  - 8281266: [JVMCI] MetaUtil.toInternalName() doesn't handle hidden classes 
> correctly
>
>Reviewed-by: sgehwolf, dnsimon
>  - 8282769: BSD date cannot handle all ISO 8601 formats
>
>Reviewed-by: erikj
>  - 8282770: Set source date in jib profiles from buildId
>
>Reviewed-by: erikj
>  - ... and 186 more: 
> https://git.openjdk.java.net/jdk/compare/77f9a5b6...ef1e4d5b

Something very odd is going on with this PR. I am looking into it.

-

PR: https://git.openjdk.java.net/jdk/pull/7539


Re: RFR: 8264160: Regex \b is not consistent with \w without UNICODE_CHARACTER_CLASS [v7]

2022-03-10 Thread Ian Graves
> Proposed change in behavior to correct inconsistencies between `\w` and `\b` 
> metacharacters

Ian Graves has updated the pull request incrementally with 196 additional 
commits since the last revision:

 - Merge branch 'bug-8264160' of github.com:igraves/jdk into bug-8264160
 - Adding description of word-boundary regex
 - Removing superfluous 'if'
 - Updating with additional descriptors. Removing DataProvider import
 - 8281560: Matcher.hitEnd returns unexpected results in presence of CANON_EQ 
flag.
   
   Reviewed-by: rriggs, lancea
 - 8275640: (win) java.net.NetworkInterface issues with IPv6-only environments
   
   Reviewed-by: msheppar, dfuchs
 - 8282295: SymbolPropertyEntry::set_method_type fails with assert
   
   Reviewed-by: hseigel
 - 8281266: [JVMCI] MetaUtil.toInternalName() doesn't handle hidden classes 
correctly
   
   Reviewed-by: sgehwolf, dnsimon
 - 8282769: BSD date cannot handle all ISO 8601 formats
   
   Reviewed-by: erikj
 - 8282770: Set source date in jib profiles from buildId
   
   Reviewed-by: erikj
 - ... and 186 more: 
https://git.openjdk.java.net/jdk/compare/77f9a5b6...ef1e4d5b

-

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/7539/files
  - new: https://git.openjdk.java.net/jdk/pull/7539/files/77f9a5b6..ef1e4d5b

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk=7539=06
 - incr: https://webrevs.openjdk.java.net/?repo=jdk=7539=05-06

  Stats: 0 lines in 0 files changed: 0 ins; 0 del; 0 mod
  Patch: https://git.openjdk.java.net/jdk/pull/7539.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/7539/head:pull/7539

PR: https://git.openjdk.java.net/jdk/pull/7539