Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / ammar/regexp_parser issues and pull requests
#94 - Update scanner.rl to not treat lookbehinds with literal `>` characters as named groups
Pull Request -
State: closed - Opened by dvandersluis 2 months ago
#93 - Lookbehind containing `>` character is parsed as a named group
Issue -
State: closed - Opened by dvandersluis 2 months ago
- 3 comments
#92 - Fix typos
Pull Request -
State: closed - Opened by tagliala 9 months ago
- 1 comment
#91 - Opt-in for MFA requirement explicitly
Pull Request -
State: closed - Opened by tagliala 9 months ago
- 6 comments
#90 - Use `require_relative` in the Regexp::Parser codebase
Pull Request -
State: closed - Opened by koic 9 months ago
- 1 comment
#89 - 2.9.0 gem not found
Issue -
State: closed - Opened by muripic about 1 year ago
- 3 comments
#88 - Regexp accepted but rejected by regexp_parser
Issue -
State: closed - Opened by mbj over 1 year ago
- 2 comments
#87 - Regexp accepted by ruby but rejected by regexp_parser
Issue -
State: closed - Opened by mbj over 1 year ago
- 2 comments
#86 - Octal escape sequences not parsed from character classes
Issue -
State: closed - Opened by rwstauner almost 2 years ago
- 2 comments
#85 - Fail to parse negative lookbehind with closing angle bracket
Issue -
State: closed - Opened by serch about 2 years ago
- 2 comments
#84 - Possible feature incompatibility with Ruby versions.
Issue -
State: closed - Opened by mbj almost 3 years ago
- 2 comments
#83 - Question: Corpus test?
Issue -
State: closed - Opened by mbj almost 3 years ago
- 4 comments
#82 - New release with the YAML parsing changes
Issue -
State: closed - Opened by dee-see almost 3 years ago
- 2 comments
#81 - Add Ruby 3.0 to CI matrix
Pull Request -
State: closed - Opened by ybiquitous about 3 years ago
- 2 comments
#80 - Missing constant in v2.1.0
Issue -
State: closed - Opened by jaredcwhite almost 4 years ago
- 9 comments
#79 - Should have basic rubocop linting
Issue -
State: closed - Opened by jaynetics about 4 years ago
- 1 comment
#78 - Misc. cleanup
Pull Request -
State: closed - Opened by dgollahon about 4 years ago
- 1 comment
#77 - Support `#to_s` on frozen Group::Passive
Pull Request -
State: closed - Opened by dgollahon about 4 years ago
- 5 comments
#76 - Multi-byte named capture groups do not parse
Issue -
State: closed - Opened by dgollahon about 4 years ago
- 2 comments
#75 - `regexp_parser` rejects `/\xA/` but MRI accepts it
Issue -
State: closed - Opened by dgollahon about 4 years ago
- 2 comments
#74 - incompatible character encodings when calling `.to_s` on tree parsed from single regex
Issue -
State: closed - Opened by michaelglass about 4 years ago
- 1 comment
#73 - Provide character- instead of byte-based indices ...
Pull Request -
State: closed - Opened by jaynetics about 4 years ago
#72 - Use of byte index vs. character index
Issue -
State: closed - Opened by knu about 4 years ago
- 3 comments
#71 - Don't modify range for Ruby 2.7+
Pull Request -
State: closed - Opened by twalpole over 4 years ago
- 1 comment
#70 - Misses special characters after bare `#` (e.g. `/#(\d+)/`)
Issue -
State: closed - Opened by Tietew over 4 years ago
- 2 comments
#69 - Add simple handling/workaround for chained quantifiers
Pull Request -
State: closed - Opened by jaynetics over 4 years ago
#68 - Allow options to be passed when processing a String pattern
Pull Request -
State: closed - Opened by owst over 4 years ago
- 5 comments
#67 - Allow no-whitespace and single-line comments (#66)
Pull Request -
State: closed - Opened by owst over 4 years ago
- 1 comment
#66 - Mishandled comments with extended mode regexp?
Issue -
State: closed - Opened by owst over 4 years ago
- 2 comments
#65 - Failure to parse `\g`
Issue -
State: closed - Opened by marcandre over 4 years ago
- 4 comments
#64 - Support informal delimiter literals
Pull Request -
State: closed - Opened by ammar over 4 years ago
- 2 comments
#63 - Rethink fallbacks for formally incorrect grammar
Issue -
State: closed - Opened by zverok over 4 years ago
- 4 comments
#62 - Make traverse/each_expression to return an Enumerator if they're called without a block
Pull Request -
State: closed - Opened by pocke almost 5 years ago
- 3 comments
#61 - Implement the visitor pattern
Pull Request -
State: open - Opened by camertron about 5 years ago
- 3 comments
#60 - Migrate to RSpec
Pull Request -
State: closed - Opened by jaynetics almost 6 years ago
#59 - Fails to parse lone opening brace
Issue -
State: closed - Opened by mvz about 6 years ago
- 3 comments
Labels: scanner
#58 - GitHub is HTTPS by default
Pull Request -
State: closed - Opened by amatsuda about 6 years ago
- 1 comment
#57 - Eliminate "warning: assigned but unused variable - testEof"
Pull Request -
State: closed - Opened by amatsuda about 6 years ago
- 2 comments
#56 - Improve unicode property tokens
Pull Request -
State: closed - Opened by jaynetics over 6 years ago
- 1 comment
#55 - Improve set handling
Pull Request -
State: closed - Opened by jaynetics almost 7 years ago
- 2 comments
#54 - Ruby 2.3.7 support
Issue -
State: closed - Opened by JasonBarnabe almost 7 years ago
- 3 comments
#53 - Automatically support new rubies, specify only versions with changes
Pull Request -
State: closed - Opened by jaynetics almost 7 years ago
- 8 comments
#52 - Ruby 2.4.4 Not Supported
Issue -
State: closed - Opened by bobziuchkovski almost 7 years ago
- 8 comments
#51 - Ruby 2.5.0 support
Issue -
State: closed - Opened by jerryjohnjacob about 7 years ago
- 1 comment
#50 - Support ruby 2.5.0
Issue -
State: closed - Opened by ammar about 7 years ago
- 1 comment
#49 - Support ruby 2.5.0
Pull Request -
State: closed - Opened by ammar about 7 years ago
- 3 comments
#48 - Ruby 2.4.3 raising errors
Issue -
State: closed - Opened by aselder about 7 years ago
- 1 comment
#47 - Overhaul of Set#members needed
Issue -
State: closed - Opened by jaynetics about 7 years ago
- 3 comments
#46 - Instantiate Scanner/Lexer/Parser to isolate their ivars, fixes #45
Pull Request -
State: closed - Opened by jaynetics over 7 years ago
- 2 comments
#45 - regexp_parser is not thread-safe
Issue -
State: closed - Opened by jaynetics over 7 years ago
#44 - Improve option handling, closes #43, see the issue for details
Pull Request -
State: closed - Opened by jaynetics over 7 years ago
- 1 comment
#43 - Suggestion / TBD: improve options handling
Issue -
State: closed - Opened by jaynetics over 7 years ago
- 4 comments
#42 - Support ruby 2.2.7
Pull Request -
State: closed - Opened by jaynetics over 7 years ago
#41 - Ruby 2.2.7 syntax missing
Issue -
State: closed - Opened by graaff over 7 years ago
- 4 comments
#40 - Add support for Ruby 2.3.4 version
Pull Request -
State: closed - Opened by barthez over 7 years ago
- 5 comments
#39 - Add support for more metacontrol notations
Pull Request -
State: closed - Opened by jaynetics almost 8 years ago
#38 - Add support for linebreak and extended grapheme types ("\R" and "\X")
Pull Request -
State: closed - Opened by jaynetics almost 8 years ago
#37 - Fix NotImplementedError for octal escapes
Pull Request -
State: closed - Opened by jaynetics almost 8 years ago
#36 - Fix NotImplementedError for 'member_hex' tokens
Pull Request -
State: closed - Opened by jaynetics almost 8 years ago
#35 - Make property scanning in sets consistent
Pull Request -
State: closed - Opened by jaynetics almost 8 years ago
#34 - Add support for new absence operator (#33)
Pull Request -
State: closed - Opened by jaynetics almost 8 years ago
- 9 comments
#33 - Support for Ruby 2.4.1 Absent Operator
Issue -
State: closed - Opened by backus almost 8 years ago
- 2 comments
#32 - error
Issue -
State: closed - Opened by shahinasm almost 8 years ago
#31 - regex_parser_error
Issue -
State: closed - Opened by shahinasm almost 8 years ago
- 1 comment
#30 - Support ruby 2.4
Pull Request -
State: closed - Opened by jaynetics about 8 years ago
- 7 comments
#29 - Only alphanumeric character set ranges are detected as ranges
Issue -
State: closed - Opened by jaynetics about 8 years ago
- 3 comments
#28 - Inconsistent scanning of properties within sets
Issue -
State: closed - Opened by jaynetics about 8 years ago
- 1 comment
#27 - Improve codepoint handling
Pull Request -
State: closed - Opened by jaynetics about 8 years ago
- 2 comments
#26 - Remove warnings
Pull Request -
State: closed - Opened by backus over 8 years ago
- 11 comments
#25 - Proposal to eliminate warnings
Issue -
State: closed - Opened by mbj over 8 years ago
- 13 comments
#24 - Fix parsing of /\xFF/n (hex:escape)
Pull Request -
State: closed - Opened by backus over 8 years ago
- 4 comments
#23 - Add `Regexp::Syntax.supported?`
Issue -
State: closed - Opened by backus over 8 years ago
- 9 comments
#22 - Release 2.3.1 syntax?
Issue -
State: closed - Opened by backus over 8 years ago
- 7 comments
#21 - Hex type (`\h`) and nonhex type (`\H`) not implemented
Issue -
State: closed - Opened by backus over 8 years ago
- 1 comment
#20 - Correct error in README
Pull Request -
State: closed - Opened by danascheider over 8 years ago
- 1 comment
#19 - Fix warnings
Pull Request -
State: closed - Opened by backus almost 9 years ago
- 7 comments
#18 - Warnings from expression.rb
Issue -
State: closed - Opened by backus almost 9 years ago
#17 - Fix quantifier text for modified intervals
Pull Request -
State: closed - Opened by backus almost 9 years ago
- 4 comments
#16 - Incorrect `#to_s` output for reluctant interval
Issue -
State: closed - Opened by backus almost 9 years ago
#15 - Regexp::Scanner::PrematureEndError: Premature end of pattern at #{str}
Issue -
State: closed - Opened by backus almost 9 years ago
- 10 comments
#14 - Fix parse of escape:codepoint_list
Pull Request -
State: closed - Opened by backus almost 9 years ago
- 2 comments
#13 - Regexp::Syntax::Ruby::* does not implement: [escape:codepoint_list]
Issue -
State: closed - Opened by backus almost 9 years ago
- 6 comments
#12 - Fix lexing for zero length group comment `/(?#)/`
Pull Request -
State: closed - Opened by backus almost 9 years ago
- 9 comments
#11 - Invalid parse of `/foo(?#)bar/`
Issue -
State: closed - Opened by backus almost 9 years ago
#10 - Warnings in generated scanner.rb in some situations
Issue -
State: closed - Opened by jhart-r7 over 9 years ago
- 3 comments
#9 - Unicode blocks
Pull Request -
State: closed - Opened by gjtorikian over 9 years ago
- 3 comments
#8 - Support for Unicode blocks?
Issue -
State: closed - Opened by gjtorikian almost 10 years ago
- 1 comment
#7 - Release new version
Issue -
State: closed - Opened by camertron over 10 years ago
- 3 comments
#6 - Alternations are sometimes not correctly parsed
Issue -
State: closed - Opened by camertron over 10 years ago
- 4 comments
#5 - Escape sequences not handled correctly in character classes
Issue -
State: closed - Opened by camertron over 10 years ago
- 1 comment
#4 - Scanner fails on certain backslash sequences
Issue -
State: closed - Opened by calfeld-zz almost 12 years ago
- 4 comments
Labels: scanner
#3 - Nested repetitions parsed potentially incorrectly
Issue -
State: closed - Opened by calfeld-zz almost 12 years ago
- 10 comments
Labels: parser
#2 - Parser is too greedy with alternation
Issue -
State: closed - Opened by calfeld-zz about 12 years ago
- 2 comments
#1 - I fixed a bug where subsequent requests to to_s yielded different results.
Pull Request -
State: closed - Opened by andyt almost 13 years ago
- 7 comments