yukimi_sake (Yukio Sakaue)
- Login: yukimi_sake
- Email: yukimi_sake@mbi.nifty.com
- Registered on: 06/07/2015
- Last sign in: 06/07/2015
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
06/07/2015
-
02:59 PM Ruby Bug #11234 (Closed): RubyVM::InstructionSequence.load で case が落ちる
- RubyVM::InstructionSequence.load を有効にしてテストしていますが、以下のコードで Segmentation fault になります。
~~~
str = <<EOS
def test_is()
cond = "x"
case cond
when "x"
p cond
end
end
EOS
ar = RubyVM::InstructionSequence.compile(str).to...