Index

Show enters and exits. Hide enters and exits.

00:26:53boyscoutConform NativeMethod accessors to CompiledMethod's. - c1af588 - Brian Ford
00:26:53boyscoutAdded specs for Kernel#clone and Kernel#dup. - cac95c7 - Brian Ford
00:26:53boyscoutObjectSpace#each_object ignores nil superclasses. - 3916799 - Brian Ford
00:26:53boyscoutHack patch for Dir.glob. - d85cf2d - Brian Ford
00:26:53boyscoutRemove kernel task.rb. - 821bbd2 - Brian Ford
00:26:54boyscoutReworked Kernel#dup and Kernel#clone. - 0d746d6 - Brian Ford
00:26:56boyscoutFix for compiler on non-x86 systems. - 07b407d - Brian Ford
00:26:58boyscoutAdd CI canary for C-API. - 6a23aa8 - Brian Ford
00:27:00boyscoutRemoved RuntimePrimitive class. - 9853512 - Brian Ford
00:27:02boyscoutUpdate VM tests for #dup, #clone changes. - ebb3b1b - Brian Ford
00:35:10boyscoutCI: ebb3b1b success. 1501 files, 7214 examples, 23623 expectations, 0 failures, 0 errors
03:01:12boyscoutFixed duping Modules. - e8fe9d5 - Brian Ford
03:02:43boyscoutCI: e8fe9d5 success. 1501 files, 7214 examples, 23623 expectations, 0 failures, 0 errors
05:47:27rueAhh, the magic of IRC
22:26:45rueOK, so Oberon, not Clean
22:36:46tilmanrue: http://d1e91506dbfd4944.paste.se/ i've got a patch that delays those gettimeofday syscalls in Time until they are needed. should i inline the code in build_tm?
22:40:42rueInline the time_switch? I would not bother
22:41:45tilmani meant inline those two lines from build_tm into the callers
22:41:55tilmannot move time_switch to build_tm
22:42:25tilmanmmh, that's a primitive. i probably got you wrong %)
22:45:48rueAh. No, there should be no problem with the primitive call
22:54:01tilmani'll leave it like it's now
22:58:30rueWe should make an unoptimised version of kernel/
23:08:26evanwell, moved my office stuff to the new condo
23:08:56brixencool
23:09:14brixendebugging bigdecimal ext
23:09:17brixengot it built
23:09:38evancool.
23:09:43evanhows the code for bigdecimal?
23:09:44evancrazy?
23:09:58brixenit's MRI code ;)
23:10:14evanfun.
23:10:34brixennot terrible so far
23:10:42brixenc-api is pretty solid
23:10:53brixenI've only worked on it a few hours
23:11:02evanawesome
23:13:46brixenevan: you've got the ruby debugger working partly right?
23:15:49evanbarely
23:16:00brixenhow do you invoke it?
23:16:18evanI was using the CLI option
23:16:45evanie, -debug
23:16:49brixenah ok
23:17:24evanyou should be able to set breakpoints
23:17:30brixenI was deep into rails require/autoload/1 zillion files last night
23:17:37evanand use next
23:17:39evanbut thats abuot it.
23:17:44brixenk
23:17:46evanstep is pretty complicated
23:17:49brixenthat will be golden
23:18:09brixenI just need to find where I am easier
23:19:15evank
23:19:48tilmanevan: i've got a desribe_rbc.rb that will generate output identical to the current rbc format. does that work for you?
23:20:02evanyeah
23:20:47tilmanokay
23:21:15tilmanwhat about the unused Marshaller c++ code? do i need to update that to the new format? afaics that code isn't used at all