Show enters and exits. Hide enters and exits.
| 04:14:10 | yakischloba | do 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:55 | brixen | yakischloba: nope, no list |
| 06:00:07 | brixen | just whatever comes up when someone tries it |
| 06:00:11 | yakischloba | are there many? |
| 06:10:47 | brixen | have there been many? |
| 06:10:50 | yakischloba | yea |
| 06:10:57 | brixen | not really |
| 06:11:26 | yakischloba | k |
| 06:11:29 | brixen | I can't think of one offhand |
| 06:12:15 | brixen | I take that back, narray gem has one place where it reaches into RHASH or RObject |
| 06:12:19 | brixen | can't remember |
| 06:12:31 | yakischloba | cool. |
| 06:12:55 | yakischloba | i've seen 2 or 3 but i couldn't remember what they were |
| 06:12:56 | brixen | but it's not a huge thing really |
| 06:13:04 | brixen | we can just send a patch |
| 06:13:08 | yakischloba | yea |
| 06:13:12 | brixen | or fork them or github :) |
| 12:00:46 | dbussink | kronos_vano: you there? |
| 12:00:56 | kronos_vano | yep |
| 12:03:16 | kronos_vano | dbussink, About that spec. It is all ok with rubinius. The bug in mac os x :) |
| 12:03:31 | dbussink | kronos_vano: yeah, i was seeing some weirdness too :) |
| 12:03:44 | dbussink | i was running LC_ALL=C TZ=Europe/Moscow /bin/date -r 1266753517 +'%a %b %d %H:%M:%S %z %Y' |
| 12:03:58 | dbussink | that timestamp is just a few minutes ago and it gives a moment in the future :) |
| 12:04:24 | dbussink | Sun Feb 21 14:58:37 +0200 2010 hasn't happened yet afaik :) |
| 12:04:25 | libc | dbussink, no :) now is 15:04 here |
| 12:04:36 | libc | dbussink, tz is incorrect it should be +0300 |
| 12:04:43 | libc | dbussink, but the time is ok |
| 12:04:50 | dbussink | libc: yeah, but this means there's a bug in date / os x, not in rbx |
| 12:04:58 | dbussink | libc: which is what kronos_vano was seeing yesterday evening |
| 12:05:21 | dbussink | TZ=Europe/Moscow ./bin/rbx -e 'p Time.at(1266753517)' => Sun Feb 21 14:58:37 +0300 2010 |
| 12:05:26 | dbussink | which does make sense |
| 12:12:23 | dbussink | kronos_vano: the specs might need some change to work around this bug then though |
| 12:12:47 | kronos_vano | I think so. |
| 12:13:05 | kronos_vano | Using `` in specs related time weird |
| 12:13:47 | dbussink | kronos_vano: good that the bug was actually properly fixed though ;) |
| 12:13:55 | kronos_vano | :) |
| 12:14:47 | libc | filled bugreport on bugreport.apple.com |
| 12:15:32 | dbussink | libc: i've done that too in the passed, but i was disappointed by the simple dismissal of my issue |
| 12:15:59 | dbussink | libc: basically came down to "we don't care, it not specified and too bad it's as inconsistent as can be" |
| 12:16:00 | libc | dbussink, they fixed some for me |
| 12:23:11 | dbussink | libc: ah, well, hopefully they'll fix this one then :) |
| 14:26:23 | saywatmang | brixen, any updates on that bug spec ? |