General

Profile

eagletmt (Kohei Suzuki)

  • Login: eagletmt
  • Email: rubygems@wanko.cc
  • Registered on: 03/12/2014
  • Last sign in: 02/01/2019

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 7 7

Activity

03/29/2017

09:11 AM Ruby master Bug #13384 (Closed): [PATCH] Fix `make clean` errors
https://github.com/ruby/ruby/pull/1563
- Fix error when running `make clean` just after `configure`
- Suppress er...
eagletmt (Kohei Suzuki)
06:32 AM Ruby master Feature #13381: [PATCH] Expose rb_fstring and its family to C extensions
OK, I've read comments of #13077.
What do you think of renaming fstring to "deduped" string? "Deduped" strings are...
eagletmt (Kohei Suzuki)
05:29 AM Ruby master Feature #13381 (Closed): [PATCH] Expose rb_fstring and its family to C extensions
https://github.com/ruby/ruby/pull/1559
Currently, C extensions cannot use fstrings. I'd like to use
`rb_fstring_c...
eagletmt (Kohei Suzuki)
03:48 AM Ruby master Bug #13380 (Closed): [PATCH] Remove unused Init_frozen_strings declaration
https://github.com/ruby/ruby/pull/1558
Init_frozen_strings definition is removed in r51511.
https://bugs.ruby-lan...
eagletmt (Kohei Suzuki)

06/20/2015

05:06 PM Ruby master Bug #11291 (Closed): [PATCH] Check SPECIAL_CONST_P before RBASIC_CLASS to avoid SEGV
https://github.com/ruby/ruby/pull/943
It fixes SEGV when a special constant is passed to `ObjectSpace.dump` .
I t...
eagletmt (Kohei Suzuki)

01/10/2015

04:33 AM Ruby master Bug #10727: Segfault with newlines + multibyte characters in exception message
Thanks! eagletmt (Kohei Suzuki)
01:41 AM Ruby master Bug #10727 (Closed): Segfault with newlines + multibyte characters in exception message
In Ruby 2.2.0, this simple Ruby script results in segfault.
```ruby
class E < StandardError
def initialize
...
eagletmt (Kohei Suzuki)

03/22/2014

03:24 PM Ruby master Bug #9663: Segfault with alias_method and include
Is NULL-check needed?
```diff
diff --git a/vm_method.c b/vm_method.c
index 2279190..6516a0b 100644
--- a/vm_met...
eagletmt (Kohei Suzuki)
02:50 PM Ruby master Bug #9663 (Closed): Segfault with alias_method and include
The following code results in segfault since r45367.
```ruby
module M
alias_method :orig_to_s, :to_s
def to...
eagletmt (Kohei Suzuki)

03/12/2014

03:14 PM Ruby master Bug #9626 (Rejected): alias, prepend and super cause unexpected SystemStackError
```ruby
module M
def foo
super
end
end
class C
def foo
'C#foo'
end
prepend M
alias...
eagletmt (Kohei Suzuki)

Also available in: Atom