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 | 17 | 21 |
Like
Activity
06/10/2024
- 01:52 PM Ruby master Bug #20570: Nokey behavior changed since 3.3.
- Real case https://github.com/ksss/raap/blob/fff046c98c971da48df9106d8c698fbe40daaa57/lib/raap/symbolic_caller.rb#L148...
- 01:46 PM Ruby master Bug #20570 (Closed): Nokey behavior changed since 3.3.
- I am using code that transfers the following method call, but found that the behavior has changed since CRuby 3.3.
...
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 ...
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...
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 ...
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)
Also available in: Atom