make_now_just (Hiroya Fujinami)
- Login: make_now_just
- Email: make.just.on@gmail.com
- Registered on: 05/15/2015
- Last sign in: 03/12/2024
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 1 | 25 | 26 |
Reported issues | 1 | 7 | 8 |
Projects
Project | Roles | Registered on |
---|---|---|
Ruby | Committer | 12/13/2022 |
Backport187 | Committer | 12/13/2022 |
Backport191 | Committer | 12/13/2022 |
Backport192 | Committer | 12/13/2022 |
Backport193 | Committer | 12/13/2022 |
Backport200 | Committer | 12/13/2022 |
Backport21 | Committer | 12/13/2022 |
Backport22 | Committer | 12/13/2022 |
Ruby 1.8 | Committer | 12/13/2022 |
Ruby master | Committer | 12/13/2022 |
Activity
05/29/2024
- 05:51 PM Ruby master Revision e5a1119f (git): Reduce `if` for decreasing counter on OP_REPEAT_INC (#9393)
- This commit also reduces the warning `'stkp' may be used
uninitialized in this function`.
03/15/2024
- 12:37 AM Ruby master Bug #20225: Inconsistent behavior of regex matching for a regex has a null loop
- On dev meeting, matz concluded that, but I also think a null-loop bug must be fixed.
However, there are still rema...
02/13/2024
- 01:50 AM Ruby master Misc #20193: DevMeeting-2024-02-14
- * [Bug #20225] Inconsistent behavior of regex matching for a regex has a null loop (makenowjust)
* Onigmo has stran... - 12:53 AM Ruby master Bug #20246 (Closed): Unexpected behavior for Regexp in Subexpression Calls on Ruby 3.3.0
- Applied in changeset commit:git|4a6384ed9358e8fb8464f6e37efb5477182f01db.
----------
Fix [Bug #20246]: Don't set nex... - 12:53 AM Ruby master Revision 4a6384ed (git): Fix [Bug #20246]: Don't set next_head_exact if a capture is called (#9897)
02/09/2024
- 12:30 AM Ruby master Bug #20246: Unexpected behavior for Regexp in Subexpression Calls on Ruby 3.3.0
- This is a bug in regex optimization.
Some optimizations have been disabled for memoization since 3.3.0. Therefore, a...
02/01/2024
- 06:05 AM Ruby master Bug #20225: Inconsistent behavior of regex matching for a regex has a null loop
- In another problematic case, the following example never finishes its matching.
```
p /((?=(a)))*/ =~ "a"
``` - 05:59 AM Ruby master Bug #20225: Inconsistent behavior of regex matching for a regex has a null loop
- These two specs block this change:
- <https://github.com/ruby/spec/blob/3267023951a99dc9b79febab10e1ae04c18d5190/l...
01/30/2024
- 02:53 AM Ruby master Bug #20225 (Assigned): Inconsistent behavior of regex matching for a regex has a null loop
- Usually, in Ruby (Onigmo), when a null loop (a loop consuming no characters) occurs on regex matching, this loop is t...
01/29/2024
- 03:04 PM Ruby master Bug #20212 (Closed): Regex match method is crashing - (irb):6: [BUG] Segmentation fault at 0x0000000000000000 ruby 3.3.0 (2023-12-25 revision 5124f9ac75) [x86_64-darwin22]
- Applied in changeset commit:git|3e6e3ca2627b1aa71b17de902cc1b8188246a828.
----------
Correctly handle consecutive lo...
Also available in: Atom