Show enters and exits. Hide enters and exits.
| 11:31:26 | asymmetric | hi guys |
| 11:31:37 | asymmetric | i've had a bug report accepted and merged into rubinius |
| 11:32:37 | asymmetric | (issue #336 for the record) |
| 11:32:45 | asymmetric | how does the commit bit process work from here? |
| 11:35:09 | kronos_vano | asymmetric, ask evan |
| 11:35:47 | kronos_vano | he usually appears here at 20:00 (Moscow time :) |
| 11:40:01 | asymmetric | k, thanks kronos_vano :) |
| 11:40:30 | asymmetric | that seems to be +2 from here, so not too bad ;) |
| 14:08:25 | dbussink | asymmetric: it's railsconf time now though |
| 14:08:42 | asymmetric | dbussink: hmm okay |
| 19:23:45 | asymmetric | hi guys |
| 19:23:54 | asymmetric | is evan here yet? |
| 19:25:31 | asymmetric | i'm asking because i'd like to get bit-enabled :) |
| 19:27:17 | asymmetric | (commit-bit that is) |
| 19:28:27 | cremes | asymmetric: he's busy at railsconf for the next few days; he hasn't been in channel for 2 days |
| 19:32:27 | asymmetric | cremes: oh, i see |
| 19:32:38 | asymmetric | i guess i'll have to wait then! |
| 19:46:37 | kstephens | ++ dbussink: great talk! |
| 20:44:50 | kstephens | Ruby Dark Secrets: |
| 20:45:16 | kstephens | non-MRI String, Array, Hash are not thread-safe. |
| 20:46:30 | kstephens | define_method: captures state, invoking blocks require rebinding closed over state. |
| 20:46:35 | kstephens | use def in a method body. |
| 20:47:35 | kstephens | use class_eval do; def method; ...;end; end |
| 20:53:46 | kstephens | ObjectSpace._id2ref() is pure evil. |
| 20:59:43 | kstephens | weakling: weak maps for rubinius and jruby, yea! |
| 20:59:59 | kstephens | woa wrong channel :) |
| 21:01:56 | kstephens | I shouldn't have had that beer during the break :) |
| 21:06:59 | kronos_vano | kstephens, no, it's right channel. I read all your sentences) |
| 21:08:51 | dbussink | kstephens: hehe :) |
| 21:15:37 | kstephens | Q: would GC.start before forking long-running workers still be helpful?: Evan/Charles: no not really due to OS copy-on-write. |