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 |
Activity
Today
-
04:08 AM Ruby Revision 18f500e3 (git): Fix indents in Onigmo files to use spaces instead of tabs (#14047) [no ci]
07/30/2025
-
11:56 AM Ruby Revision 66bcb690 (git): Port Oniguruma patches to prevent integer overflow (#14027)
- * Port a Oniguruma patch: Integer overflow in forward_search_range()
https://github.com/kkos/oniguruma/commit/db64ef...
05/16/2025
-
01:14 AM Ruby Revision 35000ac2 (git): Prevent double free for too big repetition quantifiers (#13332)
- Prevent double free for too big repetition quantifiers
The previous implementation calls `free(node)` twice (on pars...
05/13/2025
-
11:52 AM Ruby Bug #21316: Namespaces leak with permanent names
- @Eregon It has already been fixed. Thank you.
-
11:20 AM Ruby Bug #21316: Namespaces leak with permanent names
- I found an issue on `Marshal` and `Namespace` maybe related to this ticket.
When dumping an object defined in a name... -
10:54 AM Ruby Bug #20009: Marshal.load raises exception when load dumped class include non-ASCII
- In my opinion, we need to introduce a new format for dumping classes/modules correctly.
Marshal uses `c` and `m` (`T...
05/08/2025
-
04:37 AM Ruby Feature #20405: Inline comments
- Using type checkers makes it difficult to write Ruby fluently. To make type checkers work effectively in Ruby, we nee...
04/24/2025
-
12:03 PM Ruby Revision 18f8c514 (git): Fix memoization for the `/(...){0}/` case (#13169)
- In this case, the previous implementation counted an extra number of
opcodes to cache and the matching was unstable o...
04/18/2025
-
07:56 AM Ruby Feature #20405: Inline comments
- I'd propose `(= ... =)` for inline comments because Ruby already has `=begin` and `=end` syntax and it seems to relat...
05/29/2024
-
05:51 PM Ruby 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`.