In Ruby 2.5, CSV::MalformedCSVError simply inherited from RuntimeError. In 2.6, it defines its own #new, taking 2 arguments (as opposed to the single argument of RuntimeError). Code explicitly raising new errors of this class outside ...Spakman (Mark Somerville)
In trunk (r37474), there is a typo in a macro name in the rb_reserved_fd_p() function. This prevents any actual checking that the file descriptor is reserved by the VM.Spakman (Mark Somerville)
On Fri, Jan 20, 2012 at 08:52:08PM +0900, Юрий Соколов wrote: > When you call without parentheses, then block `do` is going to `extend` > method, but not `Module.new`
Doh! That seems so obvious now that you have pointed it out.
=begin Given Ruby 2.0.0dev, 1.9.3 or 1.8.7 and this code: class Dude def initialize extend Module.new do def hello puts "Word!" end end end end Dude.new.hello No war...Spakman (Mark Somerville)
On Wed, Jun 29, 2011 at 10:44:59PM +0900, Motohiro KOSAKI wrote: > Issue #3436 has been updated by Motohiro KOSAKI. > > Status changed from Open to Closed > > Fixed by r32244.
I'm repeating what I said in another thread to catch people that have subscribed to this bug. Suraj Kurapati wrote: > It seems Mark was the only person to review ((<Ko1's patch|URL:http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ru...Spakman (Mark Somerville)
=begin I apologise in advance if this is a duplicate message. I previously posted this on redmine.ruby-lang.org, but immediately received mail delivery errors regarding it. I simply don't have time to investigate that.
=begin Koichi has proposed a potential solution to this problem in a ruby-core thread[1]. It would be *great* to get some more testing and feedback on this, since it seems to be a problem for a number of users. [1] - http://blade.n...Spakman (Mark Somerville)
=begin On Fri, Oct 08, 2010 at 03:28:26PM +0900, Suraj Kurapati wrote: > Bug #3919: Ruby in PowerTOP - too many CPU wakeups > http://redmine.ruby-lang.org/issues/show/3919 >