Show enters and exits. Hide enters and exits.
| 00:07:55 | slava | evan, brixen: do you guys attempt to trap callstack overflow? |
| 00:15:34 | brixen | slava: like runaway recursion? |
| 00:15:38 | slava | yeah |
| 00:15:40 | brixen | yes |
| 00:15:53 | slava | what if the overflow is inside the VM, for example the GC, and the heap is now in an inconsistent state |
| 00:15:57 | slava | imagine a runaway recursion that also allocates |
| 00:16:17 | slava | and on the last iteration, it runs out of space one or two frames inside a primitive call |
| 00:16:28 | brixen | hm, we don't track in the GC, no |
| 00:16:36 | brixen | only the Ruby method call stack |
| 00:16:42 | slava | so if the stack overflows from compiled code you bomb? |
| 00:16:42 | brixen | ie, stack of interp invocations |
| 00:16:46 | slava | ok |
| 00:16:49 | brixen | yeah |
| 00:18:27 | brixen | slava: did you see evan added call_custom instruction? |
| 00:18:41 | slava | what does that do? |
| 00:18:44 | brixen | I'm playing with implementing method calls in Poison with it right now |
| 00:18:50 | slava | what's Poison? |
| 00:18:54 | brixen | basically, invoke dynamic analog for rbx vm |
| 00:19:01 | slava | aren't all your invokes already dynamic? |
| 00:19:04 | brixen | it's an implementation of _why's Potion lang |
| 00:19:09 | brixen | heh, yes |
| 00:19:14 | slava | where do you find the time to work on two language implementations? |
| 00:19:16 | brixen | but this is custom call site logic |
| 00:19:28 | brixen | I don't find the time, but I'm stealing some time |
| 00:19:31 | slava | heh |
| 00:19:35 | brixen | I'm speaking on it at oscon |
| 00:19:43 | slava | at the emerigng languages thing? |
| 00:19:56 | brixen | nah, at oscon proper, but I'll be at emerging langs |
| 00:19:59 | slava | cool |
| 00:19:59 | brixen | will you be there |
| 00:20:05 | slava | yes! I'm giving a talk |
| 00:20:09 | slava | you better show up |
| 00:21:44 | brixen | awesome! |
| 00:21:51 | brixen | you better tell me when so I do show up |
| 00:23:20 | slava | its 4pm on the 22nd or something |
| 00:23:36 | slava | I only get 20 minutes to talk |
| 00:23:47 | slava | they really crammed a lot of speakers into those 2 days of the summit |
| 00:24:06 | slava | I'm looking forward to it |
| 00:24:14 | slava | lots of interesting people lined up to talk |
| 00:25:29 | brixen | awesome, yeah looking forward to it too |
| 00:25:42 | brixen | double-checking when my talk is |
| 00:26:12 | brixen | 7/22 5:20-6pm |
| 00:26:14 | slava | I'm looking forward to checking out the food carts |
| 00:26:20 | brixen | so I'll be able to see yours |
| 00:26:27 | brixen | oh yeah! lots of great food carts |
| 00:26:41 | slava | I've only been to portland once |
| 00:26:53 | brixen | this will be fun! I wish evan were able to make it |
| 00:26:58 | brixen | how long are you in town? |
| 00:27:07 | slava | I haven't planned my trip yet, but I'll stay for a few days |
| 00:27:18 | brixen | cool |
| 01:34:05 | wayneeseguin | brixen: Can you hop in #rvm for a few ? |
| 01:34:10 | wayneeseguin | dblack is in there now |
| 01:34:12 | wayneeseguin | brixen: |
| 01:34:12 | wayneeseguin | gcc version 4.1.2 20070925 (Red Hat 4.1.2-33) on fedora 8 |
| 01:41:10 | wayneeseguin | brixen: here's a gist of doing 'rake' in there: https://gist.github.com/0be0f7a6386e3318062b |
| 01:41:26 | wayneeseguin | (manually that is) |
| 01:43:29 | brixen | wayneeseguin: one sec, lost my mouse, gotta reboot |
| 01:47:26 | wayneeseguin | brixen: NO problem, my wife wants me to spend some time with her. so if you can hop in #rvm and talk to dblack tha'd be great :) |
| 01:49:19 | brixen | ok |
| 04:09:29 | wmoxam | are there currently dns issues? I cant' resolve 'asset.rubini.us' |
| 04:10:17 | wmoxam | hrmm, nm, now it works after failing in the first few attempts. Weird |
| 16:51:46 | gavinstark | What process removes fails: tags from spec/tags/** While hunting failing specs to fix I see that BigDecimal#power now passes but is still listed with a fails tag. |
| 16:54:16 | gavinstark | Hmmm, bin/mspec tags --del fails /path/to/file it seems. |
| 17:02:24 | VVSiz | gavinstark: mspec tag -g fails --del fails --pass -fs language/precedence_spec.rb |