Show enters and exits. Hide enters and exits.
| 00:11:48 | kallistec | anyone know anything about ld failures building libev on Snow Leopard? |
| 00:13:35 | kallistec | specifically ld: file not found: 4, which I *think* is caused by configure making a borken Makefile |
| 00:21:40 | boyscout | pass the raised exception to raise_func in rb_rescue - 2aab6ce - Jake Douglas |
| 00:23:31 | yakischloba | kallistec: are you at rubyconf? |
| 00:23:43 | kallistec | yakischloba: yessir |
| 00:24:15 | yakischloba | kallistec: we're in the courtyard (w/ tmm1) |
| 00:24:24 | boyscout | CI: 2aab6ce success. 3004 files, 11431 examples, 35502 expectations, 0 failures, 0 errors |
| 00:24:35 | kallistec | yakischloba: where at? |
| 05:52:17 | Defiler | Hrm.. is there still an easy way to get sexps out of irb in rbx? |
| 05:52:22 | Defiler | Like the old command-line options, that is |
| 06:14:33 | brixen | Defiler: there is no longer any sexps in rbx |
| 06:14:48 | brixen | however, I can add a way to create them very easily |
| 06:15:36 | brixen | you can see the ast with bin/rbx compile -A file.rb |
| 06:17:18 | Defiler | aah |
| 06:17:22 | Defiler | cool |
| 06:21:19 | rue | I think that file not found error was due to an invalid -arch flag |
| 06:57:45 | slava | brixen: 1.0rc1? |
| 07:11:24 | Defiler | hrm.. library not found for class Digest::SHA1 -- digest/sha1 |
| 07:11:26 | Defiler | that's new |
| 07:12:37 | Defiler | Oh, I'll bet I know |
| 07:56:05 | postmodern | curious, what does rubinius use udis86 for? |
| 07:56:16 | postmodern | i notice it gets compiled in the bootstrap phase |
| 07:57:16 | slava | for debugging the jit |
| 07:57:54 | postmodern | also what version of LLVM is required for 0.13 |
| 07:58:17 | postmodern | rubinius is looking for llvm/CodeGen/MachineCodeInfo.h |
| 07:58:25 | postmodern | and i dont think llvm 2.5 has that file |
| 07:59:38 | postmodern | im trying to compile it with a vanilla version of LLVM i have on my system |
| 08:01:22 | Defiler | I've got 2.6 |
| 08:01:49 | Defiler | I know rbx was packaging a version from llvm trunk until recently |
| 08:01:55 | Defiler | so I assume there are some features that 2.5 lacks |
| 08:03:04 | postmodern | alright i'll upgrade to 2.6 |
| 08:31:40 | rue | There should also be some prebuilt binaries for LLVM, I think |
| 08:31:50 | rue | I have no idea how that system works |
| 08:58:04 | postmodern | http://pastie.org/709728 |
| 08:58:20 | postmodern | got this error when running `rake` with rubinius edge using LLVM 2.6 |
| 08:58:53 | postmodern | im also running gcc 4.3.4 |
| 09:03:00 | rue | postmodern_: Those should be getting set in vm.rake, check the conditions there |
| 09:03:17 | postmodern | would `rake clean` |
| 09:03:23 | postmodern | clear all the settings |
| 09:04:26 | rue | Mm, dunno if it clears the config, it should not |
| 09:04:43 | rue | Rerunning ./configure is not harmful anyway |
| 09:05:22 | postmodern | hmm what am i looking for in vm.rake? |
| 09:05:49 | postmodern | wait a minute |
| 09:07:44 | postmodern | conflicting installations of LLVM |
| 09:15:30 | postmodern | nope still getting the error |
| 09:16:49 | rue | You are looking for those defines is vm.rake |
| 09:17:44 | postmodern | vm.rake doesn't contain INT or UINT |
| 09:18:37 | rue | /usr/local/include/llvm/Support/DataTypes.h:47:3: error: #error "Must #define __STDC_LIMIT_MACROS before |
| 09:19:49 | postmodern | hmm that macro appears to be commented out in vm.rake |
| 09:20:12 | postmodern | vm.rake:190 |
| 09:25:40 | postmodern | uncommenting those defines seems to work |
| 09:39:45 | postmodern | and new errors |
| 12:04:34 | boyscout | Be sure to check whether the given file could actually be opened, Closes #81 - 9e68dd7 - Dirkjan Bussink |
| 12:06:27 | boyscout | CI: 9e68dd7 success. 3004 files, 11432 examples, 35504 expectations, 0 failures, 0 errors |
| 12:24:29 | boyscout | Add AccessVariable#arity and fix UnboundMethod#inspect, Closes #51 - 1844c35 - Dirkjan Bussink |
| 12:26:20 | boyscout | CI: 1844c35 success. 3004 files, 11442 examples, 35528 expectations, 0 failures, 0 errors |
| 12:34:18 | boyscout | New compiler passes the source_location specs - 843a8e3 - Dirkjan Bussink |
| 12:36:10 | boyscout | CI: 843a8e3 success. 3004 files, 11446 examples, 35534 expectations, 0 failures, 0 errors |
| 13:37:09 | boyscout | Remove usage of non-existant Rubinius::DelegateMethod - 2eb9734 - Dirkjan Bussink |
| 13:39:01 | boyscout | CI: 2eb9734 success. 3004 files, 11448 examples, 35536 expectations, 0 failures, 0 errors |
| 17:12:16 | boyscout | Remove tags for passing specs - 8f363fb - Dirkjan Bussink |
| 17:14:08 | boyscout | CI: 8f363fb success. 3004 files, 11452 examples, 35569 expectations, 0 failures, 0 errors |
| 19:37:26 | dbussink | brixen: you there? |
| 20:05:47 | pabloh | is the rubyconf 2009 rubinius' presentation avaible somewhere? |