Index

Show enters and exits. Hide enters and exits.

00:09:09rohanhi
00:09:19rohanif i fix a spec in spec/frozen
00:09:26rohanshould i commit it as a patch to rubinius
00:09:42rohanor commit it to the rubyspec project?
10:43:28dbussinkbrixen: for if you return: http://gist.github.com/105924
10:44:00dbussinkbrixen: that self.new for the subclass does make it work, both in mri and rb
10:44:02dbussinkrbx
11:01:05tilmandbussink: yeah, that's why i asked if i could move that one to libtommath/
11:01:25slavaI wonder if the people who design the ruby language are intentionally screwing implementors over
11:01:36slavamaking all hashes ordered ? come on
11:06:15dbussinktilman: ah ok, well, i'm not really fond of changing external libs
11:06:43dbussinktilman: maybe it should be provided in some generally usable header
11:07:49tilmanpreparing a patch for upstream would be the right choice imo ;>
11:11:06dbussinktilman: true yeah, hasn't been updated since 2006 though
11:20:16dbussinkbrixen: ok, i think i've found the issue, looks like rb_define_class_under doesn't trigger an inherited callback
11:20:24dbussinkbrixen: in capi that is
20:46:56brixendbussink: you were exactly right
20:47:10brixenI kept looking at Connection and not seeing .inherited
20:47:14brixenfixing it now
20:48:32dbussinkbrixen: ah cool, did take some time before i realized it too :)
20:48:59dbussinkbrixen: couldn't connect to my irc proxy that runs at the university, their network seems less reliable than my own :S
22:35:23dbussinkbrixen: but i'm going to head for bed now, will test more if you have a fix :)
22:37:42brixendbussink: I'm trying to fix an issue with rbx bt
22:38:07brixenDO tries to load something from extlib that is missing
22:38:46brixenExtlib::Pooling vi Autoload