Show enters and exits. Hide enters and exits.
| 00:25:21 | boyscout | Moved implementation classes under Rubinius namespace. - 1822f69 - Brian Ford |
| 00:25:22 | boyscout | Fixed names for namespaced classes. - 2040dc0 - Brian Ford |
| 00:25:22 | boyscout | Deleted unused List. If you want it, revert. - b7d484b - Brian Ford |
| 00:25:22 | boyscout | Fixed profiler lines omitted output. - b7ea17e - Brian Ford |
| 00:25:22 | boyscout | Fixed specs for Module#private_method_defined? - 3ac2da4 - Brian Ford |
| 00:25:22 | boyscout | Cleaned up (public|protected|private)method_defined? - ca5fc36 - Brian Ford |
| 00:25:24 | boyscout | Don't segfault if a NULL vm is in VMManager's list. - fce1888 - Brian Ford |
| 00:25:53 | brixen | let's see if boyscout give us dots on this one |
| 00:33:44 | boyscout | CI: fce1888 success. 1503 files, 7251 examples, 23662 expectations, 0 failures, 0 errors |
| 00:34:15 | brixen | boyscout: botsnack |
| 00:34:20 | brixen | we should unmute boyscout |
| 03:42:09 | boyscout | hello |
| 13:02:19 | tilman | i'd like to kill the compiledfile_load primitive. i fixed up the ruby version -- it works, but ofc it's slower (10% slower CI run) |
| 13:02:23 | tilman | opinion? |
| 13:02:26 | tilman | s |
| 13:03:19 | slava | I don't know if the rubinius devs have a 'no regressions' policy or not |
| 13:04:11 | tilman | i think in general they do, but sometimes there are regressions anyway :D |
| 17:41:30 | brixen | tilman: don't remove the primitive for now |
| 17:41:40 | brixen | there are much bigger fish to fry |
| 17:42:25 | brixen | and I may be using that primitive to load kernel files instead of the load order mechanism we use now |
| 17:47:35 | brixen | test/unit output makes no sense to me |
| 17:47:40 | brixen | how can you have 258 tests, 155 assertions |
| 17:48:20 | brixen | what are the other 103 tests doing if not asserting anything |
| 17:52:16 | tilman | brixen: maybe those bigger fish are out of my reach o don't seem like fun to me though :] |
| 17:56:01 | brixen | tilman: :( |
| 17:56:25 | brixen | the bigger issue than the fish is I want that primitive for loading :) |
| 17:56:33 | brixen | I need to run that by evan though |
| 17:57:58 | brixen | tilman: did you find anything out about the weird profile output? |
| 18:13:09 | tilman | nope |
| 21:01:16 | boyscout | StringIO#read, #sysread specs when passed nil at EOF. - b461163 - Brian Ford |
| 21:01:16 | boyscout | A couple fixes to get Sinatra tests running. - 2dd5281 - Brian Ford |
| 21:05:42 | boyscout | CI: 2dd5281 success. 1503 files, 7251 examples, 23662 expectations, 0 failures, 0 errors |