naitoh (Jun NAITOH)
- Login: naitoh
- Registered on: 05/19/2014
- Last sign in: 07/27/2024
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 2 | 2 | 4 |
Projects
Project | Roles | Registered on |
---|---|---|
Ruby master | Contributor | 06/07/2024 |
Activity
10/26/2024
- 09:44 AM Ruby master Revision e73f35dd (git): [ruby/strscan] [CRuby] Optimize `strscan_do_scan()`: Remove
- unnecessary use of `rb_enc_get()`
(https://github.com/ruby/strscan/pull/108)
- before: #106
## Why?
In `rb_strseq_... - 09:44 AM Ruby master Revision e61bb75a (git): [ruby/strscan] [JRuby] Optimize `scan()`: Remove duplicate `if
- (restLen() < patternsize()) return context.nil;` checks in
`!headonly`.
(https://github.com/ruby/strscan/pull/110)
-...
09/24/2024
- 06:12 AM Ruby master Revision 373f679e (git): fix rb_memsearch() document
- ## Why?
The explanation of x and y is reversed.
https://github.com/ruby/ruby/blob/ddbd64400199fd408d23c85f9fb0d7f742...
09/17/2024
- 06:12 AM Ruby master Revision d81b0588 (git): [ruby/strscan] Accept String as a pattern at non head
- (https://github.com/ruby/strscan/pull/106)
It supports non-head match cases such as StringScanner#scan_until.
If we...
06/02/2024
- 12:53 AM Ruby master Bug #20516: The version of rexml in ruby 3.3.2 has not been updated since 3.2.6.
- > However the failure in test-bundled-gems persists. I think we should backport additional changesets related to bund...
06/01/2024
- 01:02 AM Ruby master Bug #20516: The version of rexml in ruby 3.3.2 has not been updated since 3.2.6.
- Thanks for the merge to Ruby 3.3.
> Backport changed from 3.1: UNKNOWN, 3.2: UNKNOWN, 3.3: REQUIRED to 3.1: UNKN...
05/31/2024
- 10:13 PM Ruby master Bug #20516 (Closed): The version of rexml in ruby 3.3.2 has not been updated since 3.2.6.
- The version of rexml in ruby 3.3.2 has not been updated since 3.2.6.
This is still a DoS vulnerable version.
http...
01/19/2024
- 01:49 AM Ruby master Revision 91f35305 (git): [ruby/strscan] Add test to check encoding for empty string
- (https://github.com/ruby/strscan/pull/80)
See: https://github.com/ruby/strscan/issues/78#issuecomment-1890849891
ht...
01/14/2024
- 01:27 PM Ruby master Revision 338eb006 (git): [ruby/strscan] StringScanner#captures: Return nil not "" for
- unmached capture
(https://github.com/ruby/strscan/pull/72)
fix https://github.com/ruby/strscan/issues/70
If there is...
04/28/2018
- 08:39 AM Ruby master Feature #14701: If the object is not frozen, I want to be able to redefine the compound assignment operator.
- nobu (Nobuyoshi Nakada) wrote:
> What about
>
> ```ruby
> na = Numo::Int32[5, 6]
> a = na.inplace
> a += 1
> ...
Also available in: Atom