Index

Show enters and exits. Hide enters and exits.

00:11:48kallistecanyone know anything about ld failures building libev on Snow Leopard?
00:13:35kallistecspecifically ld: file not found: 4, which I *think* is caused by configure making a borken Makefile
00:21:40boyscoutpass the raised exception to raise_func in rb_rescue - 2aab6ce - Jake Douglas
00:23:31yakischlobakallistec: are you at rubyconf?
00:23:43kallistecyakischloba: yessir
00:24:15yakischlobakallistec: we're in the courtyard (w/ tmm1)
00:24:24boyscoutCI: 2aab6ce success. 3004 files, 11431 examples, 35502 expectations, 0 failures, 0 errors
00:24:35kallistecyakischloba: where at?
05:52:17DefilerHrm.. is there still an easy way to get sexps out of irb in rbx?
05:52:22DefilerLike the old command-line options, that is
06:14:33brixenDefiler: there is no longer any sexps in rbx
06:14:48brixenhowever, I can add a way to create them very easily
06:15:36brixenyou can see the ast with bin/rbx compile -A file.rb
06:17:18Defileraah
06:17:22Defilercool
06:21:19rueI think that file not found error was due to an invalid -arch flag
06:57:45slavabrixen: 1.0rc1?
07:11:24Defilerhrm.. library not found for class Digest::SHA1 -- digest/sha1
07:11:26Defilerthat's new
07:12:37DefilerOh, I'll bet I know
07:56:05postmoderncurious, what does rubinius use udis86 for?
07:56:16postmoderni notice it gets compiled in the bootstrap phase
07:57:16slavafor debugging the jit
07:57:54postmodernalso what version of LLVM is required for 0.13
07:58:17postmodernrubinius is looking for llvm/CodeGen/MachineCodeInfo.h
07:58:25postmodernand i dont think llvm 2.5 has that file
07:59:38postmodernim trying to compile it with a vanilla version of LLVM i have on my system
08:01:22DefilerI've got 2.6
08:01:49DefilerI know rbx was packaging a version from llvm trunk until recently
08:01:55Defilerso I assume there are some features that 2.5 lacks
08:03:04postmodernalright i'll upgrade to 2.6
08:31:40rueThere should also be some prebuilt binaries for LLVM, I think
08:31:50rueI have no idea how that system works
08:58:04postmodernhttp://pastie.org/709728
08:58:20postmoderngot this error when running `rake` with rubinius edge using LLVM 2.6
08:58:53postmodernim also running gcc 4.3.4
09:03:00ruepostmodern_: Those should be getting set in vm.rake, check the conditions there
09:03:17postmodernwould `rake clean`
09:03:23postmodernclear all the settings
09:04:26rueMm, dunno if it clears the config, it should not
09:04:43rueRerunning ./configure is not harmful anyway
09:05:22postmodernhmm what am i looking for in vm.rake?
09:05:49postmodernwait a minute
09:07:44postmodernconflicting installations of LLVM
09:15:30postmodernnope still getting the error
09:16:49rueYou are looking for those defines is vm.rake
09:17:44postmodernvm.rake doesn't contain INT or UINT
09:18:37rue/usr/local/include/llvm/Support/DataTypes.h:47:3: error: #error "Must #define __STDC_LIMIT_MACROS before
09:19:49postmodernhmm that macro appears to be commented out in vm.rake
09:20:12postmodernvm.rake:190
09:25:40postmodernuncommenting those defines seems to work
09:39:45postmodernand new errors
12:04:34boyscoutBe sure to check whether the given file could actually be opened, Closes #81 - 9e68dd7 - Dirkjan Bussink
12:06:27boyscoutCI: 9e68dd7 success. 3004 files, 11432 examples, 35504 expectations, 0 failures, 0 errors
12:24:29boyscoutAdd AccessVariable#arity and fix UnboundMethod#inspect, Closes #51 - 1844c35 - Dirkjan Bussink
12:26:20boyscoutCI: 1844c35 success. 3004 files, 11442 examples, 35528 expectations, 0 failures, 0 errors
12:34:18boyscoutNew compiler passes the source_location specs - 843a8e3 - Dirkjan Bussink
12:36:10boyscoutCI: 843a8e3 success. 3004 files, 11446 examples, 35534 expectations, 0 failures, 0 errors
13:37:09boyscoutRemove usage of non-existant Rubinius::DelegateMethod - 2eb9734 - Dirkjan Bussink
13:39:01boyscoutCI: 2eb9734 success. 3004 files, 11448 examples, 35536 expectations, 0 failures, 0 errors
17:12:16boyscoutRemove tags for passing specs - 8f363fb - Dirkjan Bussink
17:14:08boyscoutCI: 8f363fb success. 3004 files, 11452 examples, 35569 expectations, 0 failures, 0 errors
19:37:26dbussinkbrixen: you there?
20:05:47pablohis the rubyconf 2009 rubinius' presentation avaible somewhere?