[#66126] Creation/Conversion methods/functions table for Ruby types — SASADA Koichi <ko1@...>
Hi,
5 messages
2014/11/07
[#66248] [ruby-trunk - Feature #10423] [PATCH] opt_str_lit*: avoid literal string allocations — normalperson@...
Issue #10423 has been updated by Eric Wong.
3 messages
2014/11/13
[#66595] [ruby-trunk - Bug #10557] [Open] Block not given when the argument is a string — bartosz@...
Issue #10557 has been reported by Bartosz Kopinski.
3 messages
2014/11/30
[ruby-core:66257] vm_call_cfunc - cfp consistency error
From:
Shouichi Kamiya <shouichi.kamiya@...>
Date:
2014-11-13 12:00:14 UTC
List:
ruby-core #66257
Hi rubyists
It seems I've just encountered a ruby bug. The below code randomly
fails due to "vm_call_cfunc - cfp consistency error.
RSpec.describe do
context do
subject { subject }
it { subject }
end
end
I also uploaded the whole code and output as a gist.
https://gist.github.com/shouichi/a077b5b903997e16785a
Thanks,
Shouichi
--
Shouichi Kamiya