issues
search
ruby
/
strscan
Provides lexical scanning operations on a String.
BSD 2-Clause "Simplified" License
81
stars
32
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
[DOC] doc/strscan/strscan.md - fix triple backtick
#112
MSP-Greg
closed
4 days ago
1
Add scan and search benchmark
#111
naitoh
opened
1 week ago
5
[JRuby] Optimize `scan()`: Remove duplicate `if (restLen() < patternsize()) return context.nil;` checks in `!headonly`.
#110
naitoh
closed
2 weeks ago
1
[JRuby] Optimize `scan()`: Use `strBL.getBegin() + curr` instead of `currPtr()`
#109
naitoh
closed
2 weeks ago
1
[CRuby] Optimize `strscan_do_scan()`: Remove unnecessary use of `rb_enc_get()`
#108
naitoh
closed
2 weeks ago
1
Optimize scan method
#107
naitoh
closed
2 weeks ago
3
Accept String as a pattern at non head
#106
naitoh
closed
1 month ago
5
benchmark: Change method from scan() to check() and add case for using variable
#105
naitoh
closed
1 month ago
1
Can't build on GHA arm64 - Gem::Ext::BuildError: ERROR: Failed to build gem native extension
#104
rogerluan
closed
4 months ago
1
Removed trailing spaces
#103
hsbt
closed
5 months ago
0
warning: already initialized constant StringScanner::Version
#102
dabroz
opened
5 months ago
10
Use C90 as far as supporting 2.6 or earlier
#101
nobu
closed
1 month ago
0
Run test with installed gems
#100
nobu
closed
5 months ago
1
Split method descriptions with multibyte strings
#99
nobu
closed
5 months ago
4
Update Java ext version and add script logic for bump
#98
headius
closed
5 months ago
1
StringScanner::Version is not getting updated for JRuby
#97
headius
closed
5 months ago
0
Doc for StringScanner
#96
BurdetteLamar
closed
5 months ago
1
Caret lost its meaning
#95
akimd
opened
5 months ago
6
Exclude older than 2.6 on macos-14
#94
nobu
closed
6 months ago
0
Remove `dir-locals.el`
#93
okuramasafumi
closed
5 months ago
5
Rails attachment problems with jruby jruby-9.4.6.0
#92
jlahtinen
closed
5 months ago
26
Omit tests for `#scan_byte` and `#peek_byte` on TruffleRuby temporary
#91
andrykonchin
closed
7 months ago
0
Optimize scan_byte and peek_byte
#90
headius
closed
8 months ago
1
Add a method for peeking and scanning bytes as integers
#89
tenderlove
closed
8 months ago
8
Don't add begin to length for new string slice
#87
headius
closed
9 months ago
3
JRuby ext overflows slicing strings with non-zero begin
#86
headius
closed
9 months ago
0
Do not make shared strings for extracted ranges
#84
headius
closed
9 months ago
0
`java.lang.OutOfMemoryError` error occurs when StringScanner keeps storing `<<` and `scan` results in an array. (JRuby only, not CRuby)
#83
naitoh
closed
9 months ago
10
Test failure: test_captures
#82
olleolleolle
opened
9 months ago
5
Clean up source-level warnings on Java 21
#81
headius
closed
9 months ago
0
Add test to check encoding for empty string
#80
naitoh
closed
9 months ago
4
Use str encoding for empty rest string
#79
headius
closed
9 months ago
1
In JRuby, StringScanner.new("") can only hold `Encoding:US-ASCII` encoding.
#78
naitoh
closed
9 months ago
4
JRuby extension: drop old-Joni-version support
#76
olleolleolle
closed
9 months ago
2
CI is broken on latest JRuby
#75
eregon
closed
9 months ago
1
CI: Use shared versions GH Actions workflow
#74
olleolleolle
closed
9 months ago
5
CI: perhaps we need Ruby 3.3 in the matrix
#73
olleolleolle
closed
9 months ago
0
StringScanner#captures: Return nil not "" for unmached capture
#72
naitoh
closed
9 months ago
1
I want `StringScanner#to_a`
#71
naitoh
closed
9 months ago
2
Response when there is no substring matching the group in StringScanner#captures
#70
naitoh
closed
9 months ago
0
Bump actions/upload-artifact from 3 to 4
#69
dependabot[bot]
closed
10 months ago
0
Minor cleanup and optimization
#67
headius
closed
1 year ago
3
Bump actions/checkout from 3 to 4
#66
dependabot[bot]
closed
1 year ago
0
Use test-unit-ruby-core instead of deep-copy from ruby repository
#65
hsbt
closed
1 year ago
3
Use new function rb_reg_onig_match
#64
peterzhu2118
closed
1 year ago
1
Fix crash when no scanning has been done
#63
tenderlove
closed
1 year ago
1
Add .bundle to gitignore
#62
hsbt
closed
1 year ago
0
Fix a crash when `named_captures` called on new instance
#61
okuramasafumi
closed
1 year ago
10
test: Run test more with fixed anchor mode
#60
kou
closed
1 year ago
0
Add Ruby 3.2 to CI
#59
okuramasafumi
closed
1 year ago
0
Next