Index

Show enters and exits. Hide enters and exits.

01:56:10boyscoutSpec for binary string concat with ASCII - 3b2b32a - John Firebaugh
01:56:10boyscoutFix Encoding.compatible? with binary string - d2816cd - John Firebaugh
01:56:10boyscoutMarshall.dump returns a binary string - b9ec0a9 - John Firebaugh
01:56:10boyscoutMarshall.dump returns a binary string - 29b7ae8 - John Firebaugh
16:38:34luckydevhow is rubinius powerful than MRI?
16:38:47luckydevany advantages?
16:40:19j`eyit has a JIT
16:41:34luckydevmore faster than MRI 1.9?
16:42:14j`eyIm not sure of actual figures
16:57:32pygihey folks
16:57:38pygianybody knows if Resque works on rbx?
16:59:43pygiwayneeseguin, I'm sure you know my answer :P
17:18:15dbussinkpygi: best is to try :)
17:18:25dbussinkwe don't have / keep lists of stuff that works or not
17:18:29pygiha!
17:18:35pygiI thought somebody knew/tried it
17:19:49pygithanks dbussink :)
17:19:58dbussinkpygi: well, i'm not saying it works :)
17:20:08dbussinkjust that we don't know, so trying is the best solution
17:20:15pygiI know I know
17:20:17pygiI will try it =)
17:20:37dbussinkif it doesn't, we'll probably want an issue, with as small a repro as possible
17:20:58pygiand a bugfix? :P
17:23:11dbussinkpygi: that would be even better :0
17:23:12dbussink:)
17:23:50pygi:)
17:26:18pygithanks dbussink :)
17:26:22pygi(again)
19:18:49boyscoutAdd a few more Encoding.compatible? specs - 75b28d6 - John Firebaugh
19:22:26chebaJust stumbled over an interesting bit on Ruby Quicktips. http://rubyquicktips.com/post/16394557495/once-set-variables-are-always-defined
19:23:41chebaIt'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:05chebaI believe rbx behavior is the right one.
19:34:49jfire It's a bug in rbx
19:35:06jfireShould behave the same as MRI
19:35:24jfireWould you please open an issue?
22:27:09boyscoutIO.new raises ArgumentError if passed an empty mode string - 0b23bfd - John Firebaugh
22:27:09boyscoutIO.new raises ArgumentError if passed an empty mode string - 2665412 - John Firebaugh