Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / google/re2j issues and pull requests
#183 - Fix parseEscape to support only ASCII values
Pull Request -
State: open - Opened by le0pard 6 days ago
#182 - Version 1.8 does not work for GWT anymore
Issue -
State: open - Opened by lgemeinhardt 9 days ago
#181 - move publishing away from bintray (gone) and directly to sonatype
Pull Request -
State: closed - Opened by sjamesr 29 days ago
#180 - Add `Pattern.programSize()` and `Matcher.programSize()`
Pull Request -
State: closed - Opened by sergiitk about 2 months ago
- 1 comment
#179 - Resolve regex groups when performing match opertion in one pass.
Issue -
State: open - Opened by suhothayan 2 months ago
#178 - Resolve all groups when performing match
Pull Request -
State: open - Opened by suhothayan 3 months ago
- 1 comment
#177 - Resolve groups when performing match operations
Pull Request -
State: closed - Opened by suhothayan 3 months ago
- 1 comment
#176 - Make the library a java module
Issue -
State: open - Opened by MrKuip 8 months ago
#175 - What about a new release?
Issue -
State: open - Opened by panthony 12 months ago
#174 - RE2J failed to match easy pattern
Issue -
State: closed - Opened by RUSLAN-SIMAKOV about 1 year ago
- 1 comment
#173 - Use an explicit "UTF-8" character set argument when creating Strings from bytes. The platform default character set is guaranteed to be UTF-8.
Pull Request -
State: closed - Opened by herbyderby over 1 year ago
#172 - Introduce a system property that points to the testdata location.
Pull Request -
State: closed - Opened by herbyderby over 1 year ago
- 2 comments
#171 - Minor test fixes to enable running internally with Blaze.
Pull Request -
State: closed - Opened by herbyderby over 1 year ago
#170 - Updated Unicode tables to Unicode 10
Pull Request -
State: open - Opened by sjamesr over 1 year ago
#169 - Updated Unicode tables to Unicode 15
Pull Request -
State: closed - Opened by sjamesr over 1 year ago
#168 - Infinite loop in `Pattern#compile` on certain case-insensitive patterns
Issue -
State: open - Opened by fmeum over 1 year ago
- 15 comments
#167 - Add support for `(?<name>expr)`.
Pull Request -
State: closed - Opened by junyer over 1 year ago
- 1 comment
#166 - GPG verify
Issue -
State: open - Opened by fabianfrz over 1 year ago
#165 - ISSUE-124: removed unused error message variable
Pull Request -
State: closed - Opened by orionlibs over 1 year ago
- 1 comment
#164 - question about a possibility
Issue -
State: closed - Opened by esoftGithub almost 2 years ago
#163 - Support (?<name>expr) named capturing groups format
Issue -
State: closed - Opened by geniusjoe about 2 years ago
- 3 comments
#162 - Re2j runs 5x slower than java.util.regex
Issue -
State: open - Opened by YuyuZha0 about 2 years ago
- 1 comment
#161 - RFC on unicode tables management
Issue -
State: open - Opened by kidi over 2 years ago
#160 - Reduce the incidence of infinite loops while case folding
Pull Request -
State: closed - Opened by mszabo-wikia over 2 years ago
- 4 comments
#159 - Add fast path for ASCII case folding
Pull Request -
State: closed - Opened by mszabo-wikia over 2 years ago
- 3 comments
#158 - Fix NullPointerException in Pattern#namedGroups
Pull Request -
State: closed - Opened by sjamesr over 2 years ago
#157 - Bintray is gone, we now publish directly to Sonatype Nexus
Pull Request -
State: closed - Opened by sjamesr over 2 years ago
- 1 comment
#156 - Fix a couple of ErrorProne warnings
Pull Request -
State: closed - Opened by sjamesr over 2 years ago
- 1 comment
#155 - Upgrade to Gradle 5.2 and Error Prone 2.10.0.
Pull Request -
State: closed - Opened by sjamesr over 2 years ago
- 1 comment
#154 - Publish API documentation
Issue -
State: closed - Opened by hickford almost 3 years ago
- 1 comment
#153 - Add link to RE2 C++ library
Pull Request -
State: closed - Opened by hickford almost 3 years ago
#152 - Pattern.compile("\\d{16}").namedGroups() throws NullPointerException
Issue -
State: closed - Opened by cjohnson-confluent almost 3 years ago
#151 - Move to codecov v2 action (v1 is deprecated)
Pull Request -
State: closed - Opened by sjamesr over 3 years ago
- 1 comment
Labels: cla: yes
#150 - Fix github actions deprecation warning
Pull Request -
State: closed - Opened by sjamesr over 3 years ago
Labels: cla: yes
#149 - Fix NullPointerException in Parser#factor
Pull Request -
State: closed - Opened by sjamesr over 3 years ago
- 1 comment
Labels: cla: yes
#148 - Pattern Leading to NullPointerException
Issue -
State: closed - Opened by schirrmacher over 3 years ago
- 1 comment
#147 - com.google.re2j.PatternSyntaxException: error parsing regexp: invalid or unsupported Perl syntax: `(?!`
Issue -
State: closed - Opened by ravipras8 over 3 years ago
- 1 comment
#146 - Revert "Replaces String.getBytes("UTF") with getBytes(StandardCharsets.UTF_8)"
Pull Request -
State: closed - Opened by gkdn over 3 years ago
- 1 comment
Labels: cla: yes
#145 - Replaces String.getBytes("UTF") with getBytes(StandardCharsets.UTF_8)
Pull Request -
State: closed - Opened by gkdn over 3 years ago
- 3 comments
Labels: cla: yes
#144 - remove travis yaml config, github actions in use now
Pull Request -
State: closed - Opened by sjamesr over 3 years ago
Labels: cla: yes
#143 - Fix quoting of codepoints requiring surrogate pairs.
Pull Request -
State: closed - Opened by sjamesr over 3 years ago
- 1 comment
Labels: cla: yes
#142 - Fix CI link in README.md
Pull Request -
State: closed - Opened by sjamesr over 3 years ago
- 1 comment
Labels: cla: yes
#141 - fix coverage badge in README.md
Pull Request -
State: closed - Opened by sjamesr over 3 years ago
- 1 comment
Labels: cla: yes
#140 - add github actions integration
Pull Request -
State: closed - Opened by sjamesr over 3 years ago
Labels: cla: yes
#139 - update coveralls to 2.12.0
Pull Request -
State: closed - Opened by sjamesr over 3 years ago
- 1 comment
Labels: cla: yes
#138 - Improve split
Pull Request -
State: closed - Opened by sjamesr over 3 years ago
- 1 comment
Labels: cla: yes
#137 - fix repeat of preferred empty match
Pull Request -
State: closed - Opened by sjamesr over 3 years ago
Labels: cla: yes
#136 - regexp: (|a)* matches more text than (|a)+ does
Issue -
State: closed - Opened by adonovan over 3 years ago
- 2 comments
#135 - OSS-Fuzz integration
Issue -
State: open - Opened by fmeum almost 4 years ago
- 2 comments
#134 - Eliminate TSAN error in benign race condition
Pull Request -
State: closed - Opened by sjamesr almost 4 years ago
- 2 comments
Labels: cla: yes
#133 - \C not implemented
Issue -
State: open - Opened by steveniemitz almost 4 years ago
#132 - move to version 1.6
Pull Request -
State: closed - Opened by sjamesr almost 4 years ago
Labels: cla: yes
#131 - Incorrect behavior for Pattern::split
Issue -
State: closed - Opened by mahmoudimus almost 4 years ago
- 2 comments
#130 - Support matching binary utf8 bytes
Pull Request -
State: closed - Opened by j4ckcyw almost 4 years ago
- 3 comments
Labels: cla: yes
#129 - Expose named groups from Pattern
Pull Request -
State: closed - Opened by j4ckcyw almost 4 years ago
- 1 comment
Labels: cla: yes
#128 - skip existing headers in license check
Pull Request -
State: closed - Opened by sjamesr almost 4 years ago
Labels: cla: yes
#127 - Bugfix/issue 126 icu vulnerability
Pull Request -
State: closed - Opened by aabhasg almost 4 years ago
- 3 comments
Labels: cla: yes
#126 - There is a vulnerability in ICU for C/C++/Java 4.8.2,upgrade recommended
Issue -
State: closed - Opened by QiAnXinCodeSafe about 4 years ago
- 1 comment
#125 - API to list named-capture-groups
Issue -
State: closed - Opened by cyberbeat about 4 years ago
- 2 comments
#124 - Unused Field
Issue -
State: open - Opened by QiAnXinCodeSafe about 4 years ago
#123 - Quoted codepoint is not matched while unquoted is matched
Issue -
State: closed - Opened by akhomchenko about 4 years ago
- 1 comment
#122 - LICENSE selection is mildly unclear
Issue -
State: open - Opened by DarthHater over 4 years ago
- 1 comment
#121 - Avoid locking for put methods for RE2. Fixes #46
Pull Request -
State: closed - Opened by charlesmunger over 4 years ago
- 7 comments
Labels: cla: yes
#120 - \" is again getting escaped and making the pattern invalid
Issue -
State: closed - Opened by Sharathnasa over 4 years ago
- 1 comment
#119 - move RE2/J to version 1.5, allows for Debian packaging
Pull Request -
State: closed - Opened by sjamesr over 4 years ago
Labels: cla: yes
#118 - Require Java 8+ runtime, require Java 9+ for building
Pull Request -
State: closed - Opened by sjamesr over 4 years ago
Labels: cla: yes
#117 - Tidies up license headers and adds license enforcement.
Pull Request -
State: closed - Opened by sjamesr over 4 years ago
- 4 comments
Labels: cla: yes
#116 - \b does not behave like it does with java.util.regex.Pattern
Issue -
State: open - Opened by mykeul over 4 years ago
- 6 comments
#115 - Release version 1.4
Pull Request -
State: closed - Opened by sjamesr over 4 years ago
Labels: cla: yes
#114 - eliminate runtime binary search in simpleCodeFold
Pull Request -
State: closed - Opened by sjamesr over 4 years ago
Labels: cla: yes
#113 - Various minor cleanups
Pull Request -
State: closed - Opened by sjamesr over 4 years ago
Labels: cla: yes
#112 - Unclear licensing
Issue -
State: closed - Opened by ViviCoder over 4 years ago
- 3 comments
#111 - Fix zero-width assertions in capture group eval
Pull Request -
State: closed - Opened by sjamesr over 4 years ago
Labels: cla: yes
#110 - README: acknowledge James Ring as maintainer
Pull Request -
State: closed - Opened by alandonovan over 4 years ago
Labels: cla: yes
#109 - enable caching of gradle artifacts
Pull Request -
State: closed - Opened by sjamesr over 4 years ago
Labels: cla: yes
#108 - Fix treatment of \Q\E*
Pull Request -
State: closed - Opened by sjamesr over 4 years ago
Labels: cla: yes
#107 - fix factoring of common prefixes in alternations
Pull Request -
State: closed - Opened by sjamesr over 4 years ago
Labels: cla: yes
#106 - Fix handling of truncated two-digit hex escapes
Pull Request -
State: closed - Opened by sjamesr over 4 years ago
Labels: cla: yes
#105 - move JmhRunner into Gradle
Pull Request -
State: closed - Opened by sjamesr over 4 years ago
Labels: cla: yes
#104 - Rewrite make_unicode_tables.awk in Java.
Pull Request -
State: closed - Opened by sjamesr over 4 years ago
- 4 comments
Labels: cla: yes
#103 - StringIndexOutOfBoundsException in parseEscape
Issue -
State: closed - Opened by dwoffinden almost 5 years ago
#102 - Handling of namedGroups in Matcher
Pull Request -
State: closed - Opened by TobiLang about 5 years ago
- 9 comments
Labels: cla: no
#101 - Optimized Unicode.simpleFold() …
Pull Request -
State: closed - Opened by mykeul about 5 years ago
- 3 comments
Labels: cla: yes
#100 - Fixed word boundary patterns: ...
Pull Request -
State: open - Opened by mykeul about 5 years ago
- 11 comments
Labels: cla: yes
#99 - Drop Travis checks for Java 7
Pull Request -
State: closed - Opened by sjamesr about 5 years ago
- 1 comment
Labels: cla: yes
#98 - Fix Pattern(String, int) constructor documentation
Pull Request -
State: closed - Opened by sjamesr about 5 years ago
- 1 comment
Labels: cla: yes
#97 - Added new flag Pattern.LONGEST_MATCH ...
Pull Request -
State: closed - Opened by mykeul about 5 years ago
- 7 comments
Labels: cla: yes
#96 - Weird incorrect match for named group
Issue -
State: closed - Opened by rabeet over 5 years ago
- 2 comments
#95 - Fix link of latest release tag is old.
Pull Request -
State: closed - Opened by yokotaso over 5 years ago
- 5 comments
Labels: cla: yes
#94 - Benchmarks: rename Implementations.Pattern.compile to matcher
Pull Request -
State: closed - Opened by sjamesr over 5 years ago
- 2 comments
Labels: cla: yes
#93 - Incorrect match found when capturing groups are not used
Issue -
State: closed - Opened by EricEdens over 5 years ago
#92 - regexp: considers "\Q\E*" as valid regexp
Issue -
State: closed - Opened by EricEdens over 5 years ago
#91 - Update benchmarks; switch to use JMH.
Pull Request -
State: closed - Opened by EricEdens over 5 years ago
- 1 comment
Labels: cla: yes
#90 - Add oraclejdk12 and openjdk12 to travis config
Pull Request -
State: closed - Opened by sjamesr over 5 years ago
- 2 comments
Labels: cla: yes
#89 - Release version 1.3
Pull Request -
State: closed - Opened by sjamesr over 5 years ago
- 2 comments
Labels: cla: yes
#88 - Add supersourced files and RE2J.gwt.xml to the source jar instead of the binary jar
Pull Request -
State: closed - Opened by tjgq over 5 years ago
- 6 comments
Labels: cla: yes
#87 - Include the RE2J.gwt.xml file in the release jar
Pull Request -
State: closed - Opened by tjgq over 5 years ago
- 2 comments
Labels: cla: yes
#86 - Allow building on JDK11
Pull Request -
State: closed - Opened by sjamesr over 5 years ago
- 1 comment
Labels: cla: yes
#85 - Don't create Machine while holding this' monitor.
Pull Request -
State: closed - Opened by sjamesr almost 6 years ago
Labels: cla: yes
#84 - Support for binary-mode matching?
Issue -
State: closed - Opened by steveniemitz about 6 years ago
- 3 comments