Show enters and exits. Hide enters and exits.
| 01:56:10 | boyscout | Spec for binary string concat with ASCII - 3b2b32a - John Firebaugh |
| 01:56:10 | boyscout | Fix Encoding.compatible? with binary string - d2816cd - John Firebaugh |
| 01:56:10 | boyscout | Marshall.dump returns a binary string - b9ec0a9 - John Firebaugh |
| 01:56:10 | boyscout | Marshall.dump returns a binary string - 29b7ae8 - John Firebaugh |
| 16:38:34 | luckydev | how is rubinius powerful than MRI? |
| 16:38:47 | luckydev | any advantages? |
| 16:40:19 | j`ey | it has a JIT |
| 16:41:34 | luckydev | more faster than MRI 1.9? |
| 16:42:14 | j`ey | Im not sure of actual figures |
| 16:57:32 | pygi | hey folks |
| 16:57:38 | pygi | anybody knows if Resque works on rbx? |
| 16:59:43 | pygi | wayneeseguin, I'm sure you know my answer :P |
| 17:18:15 | dbussink | pygi: best is to try :) |
| 17:18:25 | dbussink | we don't have / keep lists of stuff that works or not |
| 17:18:29 | pygi | ha! |
| 17:18:35 | pygi | I thought somebody knew/tried it |
| 17:19:49 | pygi | thanks dbussink :) |
| 17:19:58 | dbussink | pygi: well, i'm not saying it works :) |
| 17:20:08 | dbussink | just that we don't know, so trying is the best solution |
| 17:20:15 | pygi | I know I know |
| 17:20:17 | pygi | I will try it =) |
| 17:20:37 | dbussink | if it doesn't, we'll probably want an issue, with as small a repro as possible |
| 17:20:58 | pygi | and a bugfix? :P |
| 17:23:11 | dbussink | pygi: that would be even better :0 |
| 17:23:12 | dbussink | :) |
| 17:23:50 | pygi | :) |
| 17:26:18 | pygi | thanks dbussink :) |
| 17:26:22 | pygi | (again) |
| 19:18:49 | boyscout | Add a few more Encoding.compatible? specs - 75b28d6 - John Firebaugh |
| 19:22:26 | cheba | Just stumbled over an interesting bit on Ruby Quicktips. http://rubyquicktips.com/post/16394557495/once-set-variables-are-always-defined |
| 19:23:41 | cheba | It's definitely a case in MRI (1.9.3) and JRuby. But it's not for rbx. I wonder if it's a bug or just unspecified behavior. |
| 19:24:05 | cheba | I believe rbx behavior is the right one. |
| 19:34:49 | jfire | It's a bug in rbx |
| 19:35:06 | jfire | Should behave the same as MRI |
| 19:35:24 | jfire | Would you please open an issue? |
| 22:27:09 | boyscout | IO.new raises ArgumentError if passed an empty mode string - 0b23bfd - John Firebaugh |
| 22:27:09 | boyscout | IO.new raises ArgumentError if passed an empty mode string - 2665412 - John Firebaugh |