Index

Show enters and exits. Hide enters and exits.

00:01:26evan:(
00:01:49evanwhy not call it where you are
00:02:40brixenI have a few more
00:05:03evanok
00:30:50evanfinally getting the thread state nicely untagled.
00:30:53evanuntangled.
00:34:19brixensweet
00:34:40evanand we pass the long-return-doesn't-kill-$! spec
00:34:49brixenawesome!
00:34:52evanwhich is really not yet a spec
00:34:57evanbut rather a script i need to make into a spec
00:35:20brixenyep, often have to do that
01:28:49alexhqThe note on rubinius homepage "Rubinius is not without its flaws. Namely, ObjectSpace#_id2ref, ObjectSpace#each_object(limited). At least, Not yet." is outdated and can be removed. Right?
01:31:20evanyeah
01:31:22evani need to update that
01:31:23evanmy mistake.
01:40:38ruePreviously not without those flaws, now with :)
04:25:51manveruevan: should i open some tickets for the broken links on rubini.us?
09:01:26matthewdWell, that's fun.... Kernel.rand(n) is broken for n > 46408
09:02:23matthewd(for values of "broken" that are equal to "can return n")
09:05:10matthewdOh, actually only for some n > 46408, such as: 46409, 46567, 46653
09:06:20matthewdI don't look forward to consistently demonstrating that in a spec :)
09:49:02matthewdErm, looking closer, I think it's broken for any value of n
09:51:27matthewdAt the extreme, Math.rand(1) has a 1 in 2147483648 chance of returning 1 (when FFI::Platform::POSIX.rand returns RAND_MAX)