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