Show enters and exits. Hide enters and exits.
| 00:00:07 | Defiler | It used to, since it worked fine with mysql.rb |
| 00:01:57 | lchin leaves the room. | |
| 00:03:21 | anteaya enters the room. | |
| 00:03:47 | twbray enters the room. | |
| 00:04:10 | drbrain | yay! I think I got rid of ffi_getnameinfo! |
| 00:05:26 | lchin_ leaves the room. | |
| 00:06:13 | kli leaves the room. | |
| 00:06:40 | fbuilesv | drbrain: get rid of the function or the thing I was telling you earlier? |
| 00:06:53 | drbrain | fbuilesv: the C stub |
| 00:07:30 | drbrain | it does rbx getnameinfo -> ffi_getnameinfo -> libc getnameinfo |
| 00:07:41 | drbrain | and the middle bit is only there because ffi used to only support 6 args |
| 00:07:54 | drbrain | now it does rbx getnameinfo -> libc getnameinfo |
| 00:07:57 | fbuilesv | oh that's nice :) |
| 00:08:50 | wyhaines enters the room. | |
| 00:09:43 | bhb__ enters the room. | |
| 00:09:55 | boyscout | 3 commits by Eric Hodel |
| 00:09:56 | boyscout | * Remove unused ffi_pack_sockaddr_un.; 44afbd8 |
| 00:09:57 | boyscout | * Remove ffi_getnameinfo because ffi now supports more than 6 arguments.; 12c5295 |
| 00:09:58 | boyscout | * Clean up whitespace; 332d68d |
| 00:11:43 | boyscout | 1 commit by Eric Hodel |
| 00:11:44 | boyscout | * Remove commented out ffi_pack_sockaddr_un attachment.; e17ce24 |
| 00:15:47 | lchin enters the room. | |
| 00:25:34 | lopex leaves the room. | |
| 00:29:20 | rubuildius_ppc | Eric Hodel: e17ce2474; 2451 files, 8143 examples, 27595 expectations, 0 failures, 0 errors |
| 00:29:20 | rubuildius_ppc | Eric Hodel: 44afbd8be; 2451 files, 8143 examples, 27595 expectations, 0 failures, 0 errors |
| 00:37:09 | stouset leaves the room. | |
| 00:40:02 | twbray leaves the room. | |
| 00:42:08 | obvio171 enters the room. | |
| 00:42:40 | obvio171 leaves the room. | |
| 00:45:17 | maharg leaves the room. | |
| 00:45:28 | maharg enters the room. | |
| 00:46:51 | headius leaves the room. | |
| 00:47:15 | bhb | I'm still new to rubinius and when I run rake spec:full, I get this a bunch "Looks like you loaded the Rubinius rbconfig, but this is not Rubinius.". I googled and found a bunch of pasties, but no solutions. Any ideas? |
| 00:49:47 | drbrain | and here my tree is all dirty :( |
| 00:50:58 | drbrain | sec |
| 00:51:08 | drbrain | I think my patch is wrong |
| 00:51:48 | jptix leaves the room. | |
| 00:55:12 | bhb | Also, I made my first (very tiny) fix. Feedback is appreciated http://www.pastie.org/219262 |
| 00:55:53 | twbray enters the room. | |
| 00:56:38 | drbrain | bhb__: you have () around if |
| 00:56:44 | drbrain | and not enough whitespace |
| 00:56:50 | drbrain | try arg = [$_] if args.empty? |
| 00:56:57 | drbrain | err, args = |
| 00:57:40 | bhb | Cool. I get the first three comments ... what do you mean by 'err, args =' |
| 00:57:40 | drbrain | and you removed the whitespace on 37 and 39 |
| 00:57:48 | drbrain | whitespace makes people happy |
| 00:57:56 | drbrain | I typod in my correction |
| 00:58:04 | bhb | gotcha will fix |
| 00:58:07 | bhb | oh, i see |
| 00:58:07 | drbrain | args = [$_] if args.empty? |
| 00:58:10 | rubuildius_amd64 | Eric Hodel: e17ce2474; 2451 files, 8144 examples, 27575 expectations, 0 failures, 0 errors |
| 00:58:45 | jptix enters the room. | |
| 00:58:53 | drbrain | ah, great, mine got stuck on readline |
| 00:59:06 | rubuildius_amd64 | Eric Hodel: 44afbd8be; 2451 files, 8144 examples, 27575 expectations, 0 failures, 0 errors |
| 00:59:28 | drbrain | bhb__: can you narrow down the rbconfig thing to a particular spec? |
| 01:00:18 | bhb | Yep, I can do that. I'll look into it and get back to you. |
| 01:00:18 | atduskgreg enters the room. | |
| 01:00:47 | loincloth leaves the room. | |
| 01:01:04 | drbrain | bhb__: other than that, your patch is sensible |
| 01:01:09 | drbrain | did you make a ticket? |
| 01:01:20 | bhb | Not yet, wanted to get some feedback here first |
| 01:01:24 | bhb | Let me fix those issues |
| 01:02:12 | drbrain | does your print add a $\ per item? |
| 01:02:46 | bhb | not per arg, no, but after the whole array, yes |
| 01:02:50 | drbrain | I see you removed the counter, but I only see one write of $\ |
| 01:03:39 | drbrain | ok, that was a bug |
| 01:03:42 | bhb | the counter didn't actually every increment |
| 01:03:48 | drbrain | I don't think I've ever set $\ |
| 01:03:52 | bhb | every -> ever i mean |
| 01:03:54 | drbrain | oh, heh |
| 01:04:01 | bhb | :) |
| 01:05:18 | bhb | so, i'm a bit confused regarding your comment on whitespace |
| 01:05:44 | bhb | can you explain more? |
| 01:06:16 | drbrain | it looks like when your patch is applied, there will not be any whitespace in the method |
| 01:06:35 | bhb | oh, weird |
| 01:06:41 | drbrain | adding some whitespace increases readability |
| 01:07:17 | bhb | you mean between lines? vertical whitespace? |
| 01:07:26 | atduskgreg leaves the room. | |
| 01:07:36 | drbrain | yeah, between statements |
| 01:07:49 | bhb | ok, i'm with you now |
| 01:07:50 | bhb | will do |
| 01:08:32 | drbrain | I cry over trailing spaces, but not newlines |
| 01:08:35 | drbrain | :) |
| 01:16:00 | ezmobius leaves the room. | |
| 01:17:11 | lchin leaves the room. | |
| 01:21:55 | jbarnette leaves the room. | |
| 01:22:28 | loincloth enters the room. | |
| 01:24:27 | wycats leaves the room. | |
| 01:33:34 | ko1 | evan? |
| 01:33:38 | ko1 | are you here? |
| 01:33:48 | ko1 | please check projector connection before your |
| 01:33:51 | ko1 | this session |
| 01:34:01 | ko1 | before 10:00 |
| 01:34:43 | benburkert leaves the room. | |
| 01:40:06 | lchin enters the room. | |
| 01:40:51 | lchin leaves the room. | |
| 01:44:30 | twbray leaves the room. | |
| 01:46:40 | bhb__ leaves the room. | |
| 01:46:59 | wycats enters the room. | |
| 01:48:20 | enebo leaves the room. | |
| 01:49:25 | Yurik leaves the room. | |
| 01:50:45 | lchin_ enters the room. | |
| 01:51:36 | mernen enters the room. | |
| 01:53:19 | lchin__ enters the room. | |
| 01:55:16 | lchin___ enters the room. | |
| 01:57:17 | dfg59 enters the room. | |
| 01:57:39 | imajes leaves the room. | |
| 01:58:21 | dfg59 leaves the room. | |
| 01:58:40 | dfg59 enters the room. | |
| 01:59:24 | dfg59 leaves the room. | |
| 02:00:11 | dysinger leaves the room. | |
| 02:07:21 | lchin_ leaves the room. | |
| 02:07:30 | lchin enters the room. | |
| 02:11:27 | headius enters the room. | |
| 02:12:57 | lchin__ leaves the room. | |
| 02:14:54 | yugui enters the room. | |
| 02:22:26 | derencius enters the room. | |
| 02:24:30 | ezmobius enters the room. | |
| 02:27:37 | lchin___ leaves the room. | |
| 02:29:59 | ezmobius | is the bahavior considered undefined if you remove elements from a hash while you iterate over the same hash? |
| 02:30:57 | tarcieri | I've always have that behave exactly as expected... in Ruby |
| 02:30:57 | tarcieri | it completely fails in Python |
| 02:31:11 | ezmobius | yeah it seems to behave fine in ruby |
| 02:31:21 | ezmobius | just wondering if im asking for trouble ;) |
| 02:31:31 | tarcieri | heh, never had problems with it in the past |
| 02:31:55 | ezmobius | cool |
| 02:32:15 | ezmobius | hows reia coming? i played with it a little bit |
| 02:33:04 | tarcieri | I was trying to get local functions working... it's producing invalid forms and crashing the BEAM compiler's lint module :/ |
| 02:33:24 | tarcieri | I'll hopefully have that going this weekend |
| 02:33:43 | tarcieri | I'm just trying to get it to the point I can start writing a self-hosted test suite |
| 02:34:20 | tarcieri | and maybe get some CI going |
| 02:36:15 | species5618jp enters the room. | |
| 02:36:20 | ezmobius | fun project |
| 02:36:31 | djwhitt | has evan given his ruby kaigi talk yet? |
| 02:36:33 | tarcieri | yeah, I've certainly learned a lot from it |
| 02:36:57 | djwhitt | (just assuming he's giving one) |
| 02:38:08 | evan | djwhitt: no. |
| 02:38:08 | tarcieri | ezmobius: I've been talking to Jay Phillips (of Adhearsion) fairly frequently about it and I think it has huge potential as an Erlang testing language |
| 02:38:12 | Jzalae enters the room. | |
| 02:38:14 | evan | djwhitt: koichi is talking now. |
| 02:38:19 | evan | djwhitt: then headius, then me. |
| 02:38:24 | evan | so in probably 45 minutes or so. |
| 02:38:32 | ezmobius | tarcieri: cool. we've got a new phone system built in adhersion that we're going to open source |
| 02:38:33 | djwhitt | evan: cool, thanks for the info |
| 02:38:37 | tarcieri | ezmobius: Since it will make mocking and stubbing easy... you can have mock modules, mock processes, or stub functions in existing modules |
| 02:38:39 | evan | djwhitt: no prob. |
| 02:39:00 | tarcieri | ezmobius: Nice, yeah Adhearsion rocks |
| 02:40:53 | ezmobius | i think we have the biggest/most features real world ahdersion system, figure open sourcing it will help others use it and make it better |
| 02:41:06 | ezmobius | its damned hard to test all the combinations a telophony system can get itself into |
| 02:41:47 | tarcieri | the stuff he wrote for metaprogramming the dialplan is completely absurd |
| 02:42:17 | tarcieri | (in a good way) |
| 02:42:17 | tarcieri | heh |
| 02:43:32 | headius leaves the room. | |
| 02:45:40 | anteaya leaves the room. | |
| 02:46:16 | VVSiz_ enters the room. | |
| 02:50:07 | imperator2 enters the room. | |
| 02:51:49 | fbuilesv | This looks applicable with XFREE instead of free, any objections? http://rubinius.lighthouseapp.com/attachments/28639/0001-plug-memory-leak-in-ffi.patch |
| 02:53:45 | evan | fbuilesv: thats correct |
| 02:53:48 | evan | should be XFREE. |
| 02:53:54 | ezmobius leaves the room. | |
| 02:53:57 | evan | so the GC knows about external allocations. |
| 02:54:15 | fbuilesv | evan: cool, thanks. |
| 02:58:02 | evan | fbuilesv: well, only use XFREE if ALLOC is used |
| 02:58:16 | evan | but ALLOC should always be used instead of malloc/calloc |
| 02:58:21 | fbuilesv | evan: ALLOC_N, right? |
| 02:58:24 | evan | yeah |
| 02:58:34 | fbuilesv | ok, gonna apply that then. |
| 02:58:34 | evan | ALLOC == malloc, ALLOC_N == calloc |
| 02:58:54 | evan | but we typically just use ALLOC_N with 1 even, since calloc zeros out the memory. |
| 02:59:03 | fbuilesv | yes, nicer. |
| 03:03:19 | boyscout | 1 commit by Federico Builes |
| 03:03:20 | boyscout | * Replacing the usage of free for XFREE in the last patch.; 8589957 |
| 03:03:24 | VVSiz leaves the room. | |
| 03:04:04 | fbuilesv | weird, once again boyscout didn't report the commit before that. |
| 03:04:16 | wycats | evan: what did you do now? |
| 03:04:19 | wycats | saw your tweet |
| 03:05:56 | evan | I didn't. |
| 03:06:02 | evan | it was headius's live demo. |
| 03:06:04 | evan | i'm just watching. |
| 03:07:26 | wycats | ha |
| 03:07:28 | wycats | what did he do? |
| 03:10:18 | evan | he was demoing warbler |
| 03:12:25 | anteaya enters the room. | |
| 03:13:28 | wycats | ah |
| 03:13:35 | wycats | I keep meaning to try it with Merb |
| 03:16:57 | c0sin leaves the room. | |
| 03:18:08 | rubuildius_ppc | Federico Builes: 858995738; 2451 files, 8143 examples, 27595 expectations, 0 failures, 0 errors |
| 03:20:01 | rubuildius_amd64 leaves the room. | |
| 03:20:43 | rubuildius_amd64 enters the room. | |
| 03:20:43 | wmoxam enters the room. | |
| 03:20:45 | headius enters the room. | |
| 03:30:20 | antares leaves the room. | |
| 03:30:34 | loincloth leaves the room. | |
| 03:35:31 | mitchellvriley2 enters the room. | |
| 03:44:13 | evanlight enters the room. | |
| 03:47:16 | twbray enters the room. | |
| 03:47:32 | Maledictus leaves the room. | |
| 03:51:49 | twbray leaves the room. | |
| 03:59:27 | rubuildius_amd64 | Federico Builes: 858995738; 2451 files, 8144 examples, 27575 expectations, 0 failures, 0 errors |
| 04:02:27 | cezarsa | hey guys, i'm trying to get rid of the rb_global_variable() hack |
| 04:03:12 | cezarsa | thinking of having a hash of global address, and making handle_is_global seek that hash |
| 04:03:49 | cezarsa | is this a good approach? |
| 04:16:21 | headius leaves the room. | |
| 04:18:09 | lchin_ enters the room. | |
| 04:18:17 | lchin leaves the room. | |
| 04:20:36 | yugui leaves the room. | |
| 04:28:53 | mernen leaves the room. | |
| 04:31:31 | derencius leaves the room. | |
| 04:31:50 | ancible enters the room. | |
| 04:36:57 | wmoxam leaves the room. | |
| 04:38:27 | lchin_ leaves the room. | |
| 04:41:40 | Rich_Morin__ enters the room. | |
| 04:42:28 | twbray enters the room. | |
| 04:44:12 | twbray leaves the room. | |
| 04:47:42 | benburkert enters the room. | |
| 04:52:29 | yasuhito enters the room. | |
| 04:52:47 | benny leaves the room. | |
| 04:55:22 | wmoxam enters the room. | |
| 04:58:17 | Fullmoon enters the room. | |
| 04:58:44 | benburkert leaves the room. | |
| 04:59:09 | anteaya leaves the room. | |
| 05:03:25 | loincloth enters the room. | |
| 05:09:17 | Fullmoon leaves the room. | |
| 05:09:38 | obvio171 enters the room. | |
| 05:09:52 | obvio171 leaves the room. | |
| 05:16:20 | evanlight leaves the room. | |
| 05:23:59 | yasuhito leaves the room. | |
| 05:25:14 | lstoll enters the room. | |
| 05:30:02 | wmoxam leaves the room. | |
| 05:30:36 | stouset enters the room. | |
| 05:32:24 | Fullmoon enters the room. | |
| 05:34:16 | mitchellvriley2 leaves the room. | |
| 05:39:50 | stouset leaves the room. | |
| 05:39:50 | lstoll leaves the room. | |
| 05:40:39 | lchin enters the room. | |
| 05:41:41 | headius enters the room. | |
| 05:42:37 | boyscout | 1 commit by Cezar Sa Espinola |
| 05:42:38 | boyscout | * Adding rb_define_{hooked, ...}_variable to subtend, with specs.; 9613d4c |
| 05:44:09 | headius leaves the room. | |
| 05:45:40 | headius enters the room. | |
| 05:49:32 | yugui enters the room. | |
| 05:53:56 | Fullmoon leaves the room. | |
| 05:54:09 | rubuildius_amd64 | Cezar Sa Espinola: 9613d4ced; 2451 files, 8147 examples, 27580 expectations, 0 failures, 0 errors |
| 05:54:22 | obvio171 enters the room. | |
| 05:58:05 | rubuildius_ppc | Cezar Sa Espinola: 9613d4ced; 2451 files, 8146 examples, 27600 expectations, 0 failures, 0 errors |
| 06:00:12 | twbray enters the room. | |
| 06:06:43 | yugui leaves the room. | |
| 06:07:01 | yugui enters the room. | |
| 06:13:26 | shame enters the room. | |
| 06:16:27 | twbray leaves the room. | |
| 06:33:46 | shame leaves the room. | |
| 06:40:49 | njackson enters the room. | |
| 06:42:28 | njackson | hello |
| 06:42:32 | ancible | hello |
| 06:50:10 | yugui leaves the room. | |
| 06:50:15 | sambo82 enters the room. | |
| 06:51:51 | yugui enters the room. | |
| 07:02:26 | headius leaves the room. | |
| 07:08:50 | mitchellvriley5 enters the room. | |
| 07:12:12 | yasuhito enters the room. | |
| 07:13:50 | te leaves the room. | |
| 07:14:05 | mitchellvriley5 leaves the room. | |
| 07:20:52 | yugui_ enters the room. | |
| 07:21:40 | yugui leaves the room. | |
| 07:32:41 | sambo82 leaves the room. | |
| 07:38:06 | yugui enters the room. | |
| 07:38:50 | yugui_ leaves the room. | |
| 07:39:23 | jorgenpt leaves the room. | |
| 07:39:23 | rudebwoy_ leaves the room. | |
| 07:39:23 | jazen leaves the room. | |
| 07:39:23 | dgtized leaves the room. | |
| 07:39:23 | zf leaves the room. | |
| 07:39:23 | ko1_ leaves the room. | |
| 07:40:12 | rudebwoy_ enters the room. | |
| 07:40:12 | jazen enters the room. | |
| 07:40:12 | jorgenpt enters the room. | |
| 07:40:12 | dgtized enters the room. | |
| 07:40:12 | zf enters the room. | |
| 07:40:12 | ko1_ enters the room. | |
| 07:40:33 | Yurik enters the room. | |
| 07:41:25 | Yurik leaves the room. | |
| 07:54:26 | lchin_ enters the room. | |
| 07:55:49 | lchin leaves the room. | |
| 07:57:16 | yugui leaves the room. | |
| 07:59:47 | radarek enters the room. | |
| 08:04:34 | headius enters the room. | |
| 08:05:19 | lchin enters the room. | |
| 08:06:35 | naeu enters the room. | |
| 08:08:05 | headius leaves the room. | |
| 08:09:55 | obvio171 leaves the room. | |
| 08:13:45 | yugui enters the room. | |
| 08:17:25 | headius enters the room. | |
| 08:19:01 | lchin_ leaves the room. | |
| 08:26:44 | dbussink | morning |
| 08:34:20 | yugui leaves the room. | |
| 08:37:45 | headius | g'day |
| 08:37:51 | headius | morning in EU? |
| 08:42:42 | dbussink | headius: yeah, 9:45 over here |
| 08:43:06 | dbussink | how's kaigi? |
| 08:43:37 | headius | fun...somewhat exhausting to see talks and talk to people when it's mostly japanese |
| 08:43:55 | gnufied leaves the room. | |
| 08:43:59 | dbussink | headius: you're japanese isn't that good? ;) |
| 08:44:37 | Defiler | Raise your hand if you are less Japanese than headius :) |
| 08:45:21 | headius | I think I have some belgian in me, does that count? |
| 08:45:46 | headius | dbussink: being here makes me want to learn, but I know from talking to enebo it's a nearly impossible task |
| 08:46:02 | headius | unless you want to cut your available time per day basically in half |
| 08:46:06 | Defiler | Hrm.. I think this is the best real-world BDD talk I have heard |
| 08:46:14 | Defiler | the one that yugui is giving right now |
| 08:46:20 | headius | I'm in the other room |
| 08:46:24 | dbussink | Defiler: in english? |
| 08:46:27 | headius | sequel and datamapper discussion |
| 08:46:34 | Defiler | dbussink: Japanese, sadly |
| 08:47:06 | dbussink | headius: ah, i've working quite actively with datamapper for my project lately |
| 08:47:23 | dbussink | works quite nice, a lot easier to understand and extend then activerecord |
| 08:47:32 | elight enters the room. | |
| 08:47:44 | headius | I'm all set to use it once do for jdbc works |
| 08:48:00 | headius | merb + datamapper + jruby could be crazy fun stuff |
| 08:48:02 | dbussink | i've seen work for that in head |
| 08:48:06 | headius | no more N runtime nonsense |
| 08:48:11 | dbussink | dunno if it works though |
| 08:48:12 | headius | one runtime per app per machine |
| 08:48:23 | headius | yeah, there's a couple different jdbc backends, none complete yet |
| 08:48:29 | dbussink | headius: maybe that'll be the way i'll go for deployment ;) |
| 08:48:46 | headius | really once it works for one database 90% of the work is done |
| 08:48:53 | headius | DO maps really well to JDBC's noral API |
| 08:48:56 | headius | normal |
| 08:52:14 | dbussink | no experience with sequel though |
| 08:53:02 | dbussink | headius: do you know how fast merb is in jruby? |
| 08:53:45 | Defiler | Haha this guy is asking such a long question |
| 08:53:48 | headius | not really |
| 08:54:13 | headius | we only recently had a nice way to run it with all the trimmings since nick added rack support to warbler |
| 08:54:39 | headius | definitely worth trying it out...I'd wager merb eliminates a lot of the "dark matter" that prevents Rails from running as well as we'd like |
| 08:57:18 | elight leaves the room. | |
| 08:59:33 | dbussink | headius: well, that's my hope too |
| 09:01:35 | yugui enters the room. | |
| 09:09:26 | jacen_ enters the room. | |
| 09:14:07 | jorgenpt leaves the room. | |
| 09:14:07 | dgtized leaves the room. | |
| 09:14:07 | jazen leaves the room. | |
| 09:14:07 | zf leaves the room. | |
| 09:14:07 | rudebwoy_ leaves the room. | |
| 09:14:07 | ko1_ leaves the room. | |
| 09:15:51 | rudebwoy_ enters the room. | |
| 09:15:51 | jazen enters the room. | |
| 09:15:51 | jorgenpt enters the room. | |
| 09:15:51 | dgtized enters the room. | |
| 09:15:51 | zf enters the room. | |
| 09:15:51 | ko1_ enters the room. | |
| 09:16:44 | lchin_ enters the room. | |
| 09:21:26 | lchin leaves the room. | |
| 09:25:16 | yugui leaves the room. | |
| 09:26:20 | headius leaves the room. | |
| 09:26:25 | jazen leaves the room. | |
| 09:27:12 | lchin_ leaves the room. | |
| 09:34:11 | yasuhito leaves the room. | |
| 09:34:48 | yugui enters the room. | |
| 09:38:16 | mjwhitt leaves the room. | |
| 09:43:02 | lchin enters the room. | |
| 09:47:12 | robin_dewd enters the room. | |
| 09:48:00 | benny enters the room. | |
| 09:57:32 | headius enters the room. | |
| 10:06:09 | qwert666 enters the room. | |
| 10:12:45 | nicksieger enters the room. | |
| 10:13:58 | thehcdreamer enters the room. | |
| 10:25:54 | TheVoice leaves the room. | |
| 10:37:16 | yroc enters the room. | |
| 10:37:23 | gnufied enters the room. | |
| 10:43:59 | headius leaves the room. | |
| 10:57:30 | yugui leaves the room. | |
| 10:57:55 | lstoll enters the room. | |
| 11:05:05 | lchin leaves the room. | |
| 11:11:29 | lstoll leaves the room. | |
| 11:13:08 | lstoll enters the room. | |
| 11:22:31 | yroc leaves the room. | |
| 11:26:46 | loincloth leaves the room. | |
| 11:30:36 | wycats | drbrain: is there overhead in RubyInline that is not there in regular C extensions? |
| 11:30:50 | wycats | I went through it and the only thing I could find that I wasn't sure about was the arity stuff in Init_ |
| 11:31:05 | wycats | zenspider: that's for you too :) :) |
| 11:39:40 | qwert666_ enters the room. | |
| 11:51:36 | bitsweat leaves the room. | |
| 11:56:20 | qwert666 leaves the room. | |
| 12:05:11 | lstoll leaves the room. | |
| 12:13:27 | loincloth enters the room. | |
| 12:38:30 | marcushd enters the room. | |
| 12:45:14 | botanicus enters the room. | |
| 12:47:46 | headius enters the room. | |
| 12:50:21 | mutle_ enters the room. | |
| 13:04:20 | mutle leaves the room. | |
| 13:06:21 | Maledictus enters the room. | |
| 13:07:45 | naeu leaves the room. | |
| 13:12:13 | lstoll enters the room. | |
| 13:13:24 | lstoll leaves the room. | |
| 13:25:33 | marcushd leaves the room. | |
| 13:26:36 | lstoll enters the room. | |
| 13:29:24 | lstoll leaves the room. | |
| 13:44:47 | boyscout | 1 commit by pluskid |
| 13:44:48 | boyscout | * Added document for FFI in the vm doc.; 58bbfa8 |
| 13:54:08 | rubuildius_amd64 | pluskid: 58bbfa8db; 2451 files, 8147 examples, 27580 expectations, 0 failures, 0 errors |
| 14:00:10 | rubuildius_ppc | pluskid: 58bbfa8db; 2451 files, 8146 examples, 27600 expectations, 0 failures, 0 errors |
| 14:14:37 | headius leaves the room. | |
| 14:17:28 | binary42 leaves the room. | |
| 14:18:39 | robin_dewd leaves the room. | |
| 14:20:07 | jero5 leaves the room. | |
| 14:27:45 | jero5 enters the room. | |
| 15:00:48 | wmoxam enters the room. | |
| 15:01:13 | yasuhito enters the room. | |
| 15:04:11 | mjwhitt enters the room. | |
| 15:09:27 | wmoxam leaves the room. | |
| 15:09:33 | Yurik enters the room. | |
| 15:19:54 | foysavas leaves the room. | |
| 15:22:02 | anteaya enters the room. | |
| 15:22:11 | twbray enters the room. | |
| 15:28:04 | foysavas enters the room. | |
| 15:34:14 | antares enters the room. | |
| 15:38:01 | lstoll enters the room. | |
| 15:41:23 | gnufied leaves the room. | |
| 15:46:55 | binary42 enters the room. | |
| 15:47:32 | twbray leaves the room. | |
| 15:53:51 | stouset enters the room. | |
| 16:13:12 | lstoll leaves the room. | |
| 16:16:17 | mjwhitt leaves the room. | |
| 16:16:22 | mjwhitt enters the room. | |
| 16:18:06 | mjwhitt leaves the room. | |
| 16:18:13 | mjwhitt enters the room. | |
| 16:18:46 | mjwhitt leaves the room. | |
| 16:18:52 | mjwhitt enters the room. | |
| 16:20:10 | rue | Actually, I am not sure calloc() can be relied on to zero, was there not an issue related to that recently? Or was it a realloc() problem I remember |
| 16:35:56 | michalw enters the room. | |
| 16:37:57 | wmoxam enters the room. | |
| 16:44:28 | twbray enters the room. | |
| 16:47:04 | naeu enters the room. | |
| 16:50:31 | stouset leaves the room. | |
| 16:51:18 | yugui enters the room. | |
| 16:51:31 | krsh enters the room. | |
| 16:52:07 | yasuhito leaves the room. | |
| 16:54:24 | shame enters the room. | |
| 16:56:20 | wmoxam leaves the room. | |
| 16:56:35 | maharg_ enters the room. | |
| 16:57:17 | wmoxam enters the room. | |
| 17:00:50 | boyscout | 1 commit by Gianluigi Spagnuolo |
| 17:00:51 | boyscout | * Updated BigDecimal#quo; 3e70451 |
| 17:01:20 | lchin enters the room. | |
| 17:02:02 | twbray leaves the room. | |
| 17:03:02 | benburkert enters the room. | |
| 17:03:11 | maharg leaves the room. | |
| 17:09:57 | imajes enters the room. | |
| 17:10:17 | boyscout | 1 commit by Chuck Remes |
| 17:10:18 | boyscout | * fixed typos: NonImplementedError should be NotImplementedError; 1f8dfa4 |
| 17:16:17 | maharg_ leaves the room. | |
| 17:20:08 | michalw leaves the room. | |
| 17:20:19 | maharg enters the room. | |
| 17:20:29 | michalw enters the room. | |
| 17:20:29 | rubuildius_amd64 | Chuck Remes: 1f8dfa449; 2451 files, 8147 examples, 27580 expectations, 0 failures, 0 errors |
| 17:20:30 | rubuildius_amd64 | Gianluigi Spagnuolo: 3e70451dd; 2451 files, 8147 examples, 27580 expectations, 0 failures, 0 errors |
| 17:21:27 | wmoxam leaves the room. | |
| 17:22:24 | wmoxam enters the room. | |
| 17:26:25 | mutle_ enters the room. | |
| 17:28:19 | rubuildius_ppc | Chuck Remes: 1f8dfa449; 2451 files, 8146 examples, 27600 expectations, 0 failures, 0 errors |
| 17:28:20 | rubuildius_ppc | Gianluigi Spagnuolo: 3e70451dd; 2451 files, 8146 examples, 27600 expectations, 0 failures, 0 errors |
| 17:30:00 | nicksieger leaves the room. | |
| 17:36:09 | mutle leaves the room. | |
| 17:42:27 | maharg leaves the room. | |
| 17:49:34 | anteaya leaves the room. | |
| 17:51:39 | botanicus leaves the room. | |
| 17:55:50 | naeu leaves the room. | |
| 18:03:41 | dfg59 enters the room. | |
| 18:08:39 | maharg enters the room. | |
| 18:13:23 | lchin leaves the room. | |
| 18:13:40 | Yurik_ enters the room. | |
| 18:22:16 | botanicus enters the room. | |
| 18:23:15 | yugui leaves the room. | |
| 18:24:02 | anteaya enters the room. | |
| 18:25:13 | pauldix enters the room. | |
| 18:30:39 | michalw leaves the room. | |
| 18:34:37 | krsh leaves the room. | |
| 18:35:40 | rue | Dammit, this thing is returning nil for some reason |
| 18:35:47 | rue | dbussink: Tough one ahead |
| 18:38:32 | lstoll enters the room. | |
| 18:49:10 | maharg_ enters the room. | |
| 18:49:48 | maharg leaves the room. | |
| 18:54:50 | lstoll leaves the room. | |
| 18:55:30 | Neelance enters the room. | |
| 18:57:21 | twbray enters the room. | |
| 19:02:29 | twbray leaves the room. | |
| 19:12:20 | maharg_ leaves the room. | |
| 19:15:09 | lstoll enters the room. | |
| 19:16:14 | twbray enters the room. | |
| 19:16:57 | lstoll leaves the room. | |
| 19:20:25 | twbray leaves the room. | |
| 19:21:54 | loincloth leaves the room. | |
| 19:29:17 | maharg enters the room. | |
| 19:44:12 | benburkert leaves the room. | |
| 19:50:06 | lstoll enters the room. | |
| 20:07:40 | twbray enters the room. | |
| 20:10:02 | wycats | evan: so Rails is now doing an eval for every call to tag() so it can determine whether the block comes form ERB-land or not |
| 20:10:11 | wycats | it sounds like crazytown but I couldn't figure out a better way |
| 20:10:29 | wycats | the best I could do was drop into c and use ruby_frame, but that was only 25% or so faster |
| 20:10:53 | wycats | (which seems surprising... that eval is only a bit slower than accessing the node itself) |
| 20:14:23 | gnufied enters the room. | |
| 20:19:37 | twbray leaves the room. | |
| 20:27:21 | FooBarWidget enters the room. | |
| 20:32:04 | imperator2 leaves the room. | |
| 20:34:26 | marcushd enters the room. | |
| 20:35:11 | FooBarWidget leaves the room. | |
| 20:35:16 | marcushd leaves the room. | |
| 20:46:50 | lstoll leaves the room. | |
| 20:48:26 | mernen enters the room. | |
| 20:49:55 | FoobarWidget enters the room. | |
| 21:00:41 | benny leaves the room. | |
| 21:06:31 | vlorch enters the room. | |
| 21:08:13 | moofbong enters the room. | |
| 21:10:12 | vlorch leaves the room. | |
| 21:33:03 | Yurik leaves the room. | |
| 21:36:59 | moofbong leaves the room. | |
| 21:38:28 | Neelance leaves the room. | |
| 21:41:20 | yipstar leaves the room. | |
| 21:50:10 | pauldix leaves the room. | |
| 22:00:00 | bitsweat enters the room. | |
| 22:00:11 | akshay enters the room. | |
| 22:25:36 | imperator2 enters the room. | |
| 22:26:14 | imperator2 leaves the room. | |
| 22:40:20 | anteaya leaves the room. | |
| 22:40:35 | anteaya enters the room. | |
| 22:40:42 | akshay leaves the room. | |
| 22:41:42 | ezmobius enters the room. | |
| 23:04:26 | radarek leaves the room. | |
| 23:12:26 | robin_dewd enters the room. | |
| 23:15:56 | lchin enters the room. | |
| 23:18:36 | mernen leaves the room. | |
| 23:20:30 | Maledictus leaves the room. | |
| 23:21:21 | rubuildius_amd64 leaves the room. | |
| 23:24:25 | willl leaves the room. | |
| 23:27:28 | mjwhitt leaves the room. | |
| 23:27:56 | mjwhitt enters the room. | |
| 23:30:56 | elight enters the room. | |
| 23:32:08 | headius enters the room. | |
| 23:37:49 | mjwhitt leaves the room. | |
| 23:38:03 | mjwhitt enters the room. | |
| 23:38:34 | rubuildius_amd64 enters the room. | |
| 23:38:45 | twbray enters the room. | |
| 23:41:48 | lchin leaves the room. | |
| 23:45:07 | evanlight enters the room. | |
| 23:46:24 | Yurik enters the room. | |
| 23:48:27 | evanlight_ enters the room. | |
| 23:55:34 | qwert666_ leaves the room. | |
| 23:58:46 | twbray leaves the room. |