ksss (Yuki Kurihara)
- Login: ksss
- Email: co000ri@gmail.com
- Registered on: 05/30/2015
- Last connection: 01/08/2022
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 4 | 13 | 17 |
Activity
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:)...
10/11/2019
-
02:20 AM Ruby master Revision 7cc1cd3d (git): Module#define_method: Add UnboundMethod to expected classes
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... -
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...
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)
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... -
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
~~~
...
06/08/2017
-
05:22 AM Ruby master Feature #13639 (Open): Add "RTMIN" and "RTMAX" to Signal.list
- I propose to add the key "RTMIN" and "RTMAX" to Signal.list
Currently, We can't know signal number for realtime-si...
05/17/2017
-
02:14 PM Ruby master Feature #12996: Optimize Range#===
- I updated the patch (range_eqq2.patch).
It optimize only special cases.
---
# Range with Fixnum
~~~
i = ... -
07:32 AM Ruby master Bug #12373: Optimize CSV#shift
- @hsbt
Good, Thank you for confirming and managing.
Also available in: Atom