Index

Show enters and exits. Hide enters and exits.

04:14:10yakischlobado you guys have a list of gems you have run into that use MRI macros for accessing object struct members and such? (that you cant support with capi?)
05:59:55brixenyakischloba: nope, no list
06:00:07brixenjust whatever comes up when someone tries it
06:00:11yakischlobaare there many?
06:10:47brixenhave there been many?
06:10:50yakischlobayea
06:10:57brixennot really
06:11:26yakischlobak
06:11:29brixenI can't think of one offhand
06:12:15brixenI take that back, narray gem has one place where it reaches into RHASH or RObject
06:12:19brixencan't remember
06:12:31yakischlobacool.
06:12:55yakischlobai've seen 2 or 3 but i couldn't remember what they were
06:12:56brixenbut it's not a huge thing really
06:13:04brixenwe can just send a patch
06:13:08yakischlobayea
06:13:12brixenor fork them or github :)
12:00:46dbussinkkronos_vano: you there?
12:00:56kronos_vanoyep
12:03:16kronos_vanodbussink, About that spec. It is all ok with rubinius. The bug in mac os x :)
12:03:31dbussinkkronos_vano: yeah, i was seeing some weirdness too :)
12:03:44dbussinki was running LC_ALL=C TZ=Europe/Moscow /bin/date -r 1266753517 +'%a %b %d %H:%M:%S %z %Y'
12:03:58dbussinkthat timestamp is just a few minutes ago and it gives a moment in the future :)
12:04:24dbussinkSun Feb 21 14:58:37 +0200 2010 hasn't happened yet afaik :)
12:04:25libcdbussink, no :) now is 15:04 here
12:04:36libcdbussink, tz is incorrect it should be +0300
12:04:43libcdbussink, but the time is ok
12:04:50dbussinklibc: yeah, but this means there's a bug in date / os x, not in rbx
12:04:58dbussinklibc: which is what kronos_vano was seeing yesterday evening
12:05:21dbussinkTZ=Europe/Moscow ./bin/rbx -e 'p Time.at(1266753517)' => Sun Feb 21 14:58:37 +0300 2010
12:05:26dbussinkwhich does make sense
12:12:23dbussinkkronos_vano: the specs might need some change to work around this bug then though
12:12:47kronos_vanoI think so.
12:13:05kronos_vanoUsing `` in specs related time weird
12:13:47dbussinkkronos_vano: good that the bug was actually properly fixed though ;)
12:13:55kronos_vano:)
12:14:47libcfilled bugreport on bugreport.apple.com
12:15:32dbussinklibc: i've done that too in the passed, but i was disappointed by the simple dismissal of my issue
12:15:59dbussinklibc: basically came down to "we don't care, it not specified and too bad it's as inconsistent as can be"
12:16:00libcdbussink, they fixed some for me
12:23:11dbussinklibc: ah, well, hopefully they'll fix this one then :)
14:26:23saywatmangbrixen, any updates on that bug spec ?