General

Profile

ksss (Yuki Kurihara)

  • Login: ksss
  • Email: co000ri@gmail.com
  • Registered on: 05/30/2015
  • Last sign in: 02/22/2024

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 4 16 20

Like

Activity

02/22/2024

12:25 PM Ruby master Bug #20292 (Closed): Abort ruby by `String#initialize`
I found a code that causes an anomaly.
```
$ uname -a
Darwin 20208671n 22.6.0 Darwin Kernel Version 22.6.0: Wed ...
ksss (Yuki Kurihara)

08/08/2023

08:34 AM Ruby master Bug #19833 (Closed): Superclass of BasicObject is broken.
I encountered a phenomenon where a non-class object appeared in the superclass of BasicObject.
The minimum reprodu...
ksss (Yuki Kurihara)

12/26/2022

04:19 AM Ruby master Bug #19262 (Closed): Segmentation fault on RubyVM::AbstractSyntaxTree.node_id_for_backtrace_location
It seems that `RubyVM::AbstractSyntaxTree.node_id_for_backtrace_location` gives a Segmentation fault if any argument ... ksss (Yuki Kurihara)

09/22/2021

02:30 PM Ruby master Bug #18185 (Closed): BasicObject is inserted in the middle of the inheritance tree.
t.rb
``` ruby
#! /usr/bin/env ruby
class Mod < Module
module InstanceMethods
end
def initialize(aaa:)...
ksss (Yuki Kurihara)

10/11/2019

02:20 AM Ruby master Revision 7cc1cd3d (git): Module#define_method: Add UnboundMethod to expected classes
ksss (Yuki Kurihara)

03/30/2018

03:27 AM Ruby master Bug #14553: Maybe this is too early for this but i encountered issues when using jit with rails
Also
```
$ cat t.rb
if false
foo(bar: :baz)
end
$ ruby -e 'RubyVM::InstructionSequence.compile_file("t.rb...
ksss (Yuki Kurihara)
03:22 AM Ruby master Bug #14553: Maybe this is too early for this but i encountered issues when using jit with rails
Hi.
I also encountered the same problem.
And I was able to create a very short reproduction code.
```
$ cat t.r...
ksss (Yuki Kurihara)

02/25/2018

08:37 AM Ruby master Feature #14550: Support keyword arguments with Date#step
Thank you for reviewing.
I updated the documentation for Date#step also. (date-step-2.patch)
ksss (Yuki Kurihara)

02/24/2018

02:39 PM Ruby master Feature #14550 (Open): Support keyword arguments with Date#step
How about supporting keyword arguments with Date#step like Numeric#step?
~~~
from = Date.new(2018, 1, 1)
to = Da...
ksss (Yuki Kurihara)
01:03 PM Ruby master Bug #14549 (Closed): abort Date#step
~~~ruby
require 'date'
o = Object.new
def o.<=>(*)
2
end
Date.new(2000, 1, 1).step(3, o) { }
#=> abort
~~~
...
ksss (Yuki Kurihara)

Also available in: Atom