nirvdrum has quit [Quit: Leaving]
GitHub58 has joined #rubinius
<GitHub58> [rubinius] CodeGnome opened pull request #3297: Add support for automatic configuration of llvm-config under MacPorts. (master...feature/llvm-config_support_for_macports) http://git.io/F8W0
GitHub58 has left #rubinius [#rubinius]
|jemc| has quit [Ping timeout: 265 seconds]
elia has quit [Quit: Computer has gone to sleep.]
cypher23 has joined #rubinius
pietr0 has quit [Quit: pietr0]
|jemc| has joined #rubinius
amsi has quit [Quit: Leaving]
amclain has joined #rubinius
RageLtMan has quit [Remote host closed the connection]
Bwild has quit [Ping timeout: 244 seconds]
Bwild has joined #rubinius
Bwild has quit [Ping timeout: 272 seconds]
DireFog has quit [Remote host closed the connection]
DireFog has joined #rubinius
Bwild has joined #rubinius
sferik has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Bwild has quit [Ping timeout: 252 seconds]
craigp has quit [Remote host closed the connection]
dimday has joined #rubinius
diegoviola has quit [Quit: WeeChat 1.1.1]
Bwild has joined #rubinius
Bwild has quit [Ping timeout: 255 seconds]
amclain has quit [Quit: Leaving]
Bwild has joined #rubinius
Bwild has quit [Ping timeout: 255 seconds]
noop has joined #rubinius
meh` has quit [Ping timeout: 245 seconds]
craigp has joined #rubinius
craigp has quit []
craigp has joined #rubinius
flavio has joined #rubinius
flavio has joined #rubinius
elia has joined #rubinius
dimday has quit [Ping timeout: 265 seconds]
Caius has quit [Quit: ""]
Caius has joined #rubinius
<yorickpeterse> morning
havenwood has quit [Remote host closed the connection]
djellemah has joined #rubinius
Bwild has joined #rubinius
Dyrim has quit [Ping timeout: 272 seconds]
djellemah_ has joined #rubinius
djellemah has quit [Ping timeout: 276 seconds]
djellemah_ has quit [Quit: Leaving]
|jemc| has quit [Ping timeout: 265 seconds]
nirvdrum has joined #rubinius
nirvdrum has quit [Read error: Connection reset by peer]
<cremes> yorickpeterse: morning!
nirvdrum has joined #rubinius
benlovell has joined #rubinius
JohnBat26 has joined #rubinius
sferik has joined #rubinius
pwh has joined #rubinius
Bwild has quit [Quit: leaving]
meh` has joined #rubinius
_ko1 has joined #rubinius
noop has quit [Ping timeout: 272 seconds]
craigp has quit [Ping timeout: 265 seconds]
benlovell has quit [Ping timeout: 240 seconds]
mustmodify has joined #rubinius
mustmodify has left #rubinius [#rubinius]
elia has quit [Quit: (IRC Client: textualapp.com)]
elia has joined #rubinius
craigp has joined #rubinius
JohnBat26 has quit [Quit: KVIrc 4.3.1 Aria http://www.kvirc.net/]
sferik has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
|jemc| has joined #rubinius
sferik has joined #rubinius
<brixen> cremes: bob is looking pretty promising!
<cremes> brixen: good to hear! hope it saves you some time in implementing your dream build process.
havenwood has joined #rubinius
<brixen> well, it looks like it will at least be a step in that direction
<brixen> I'll know more once I try building :)
<brixen> maybe we can have a regular Homebrew package soon!
<brixen> and so many packagers will be very happy
<cremes> oh yeah...
benlovell has joined #rubinius
GitHub123 has joined #rubinius
GitHub123 has left #rubinius [#rubinius]
<GitHub123> [rubinius] brixen closed pull request #3297: Add support for automatic configuration of llvm-config under MacPorts. (master...feature/llvm-config_support_for_macports) http://git.io/F8W0
GitHub110 has joined #rubinius
<GitHub110> rubinius/master 4f74fe8 Todd A. Jacobs: Configure#macports? checks for MacPorts....
<GitHub110> [rubinius] brixen pushed 6 new commits to master: http://git.io/FElp
<GitHub110> rubinius/master ecbb46f Todd A. Jacobs: Configure#macports_llvm_config finds llvm-config....
GitHub110 has left #rubinius [#rubinius]
<GitHub110> rubinius/master fc07f47 Todd A. Jacobs: Branch on MacPorts/Homebrew for llvm-config....
<yorickpeterse> brixen: no remarks on the comments?
<brixen> yorickpeterse: it's good enough to merge
<brixen> no point wasting time assuming something is going to happen
<brixen> if someone pops up with a non-standard Ports install, we can deal with it
benlovell has quit [Ping timeout: 255 seconds]
<yorickpeterse> right
<yorickpeterse> The PATH stuff was a moot point anyway, the shell commands wouldn't work with duplicate port commands
<yorickpeterse> (assuming incorrect order)
flavio has quit [Quit: WeeChat 1.0]
amsi has joined #rubinius
nirvdrum has quit [Ping timeout: 252 seconds]
pietr0 has joined #rubinius
travis-ci has joined #rubinius
<travis-ci> rubinius/rubinius/master (35425c6 - Brian Shirai): http://travis-ci.org/rubinius/rubinius/builds/48646886: The build passed.
travis-ci has left #rubinius [#rubinius]
lbianc_ has joined #rubinius
lbianc has quit [Ping timeout: 245 seconds]
lbianc_ is now known as lbianc
elia has quit [Quit: Computer has gone to sleep.]
lbianc_ has joined #rubinius
lbianc has quit [Ping timeout: 256 seconds]
lbianc_ is now known as lbianc
max96at|off is now known as max96at
nirvdrum has joined #rubinius
craigp has quit [Remote host closed the connection]
craigp has joined #rubinius
pchalupa has quit [Quit: Leaving]
craigp has quit [Ping timeout: 256 seconds]
craigp has joined #rubinius
<cremes> sheesh, took me 3 hours to figure out where and how to reset the $stdin/$stdout/$stderr globals when I redefined IO for STDIN, etc.
<cremes> replacing a major subsystem in rubinius ain’t easy, folks! especially when you are replacing the system that is in charge of printing out errors and backtraces!
<brixen> it sounds akin to replacing the wings on a flying aircraft
<brixen> but I'm just guessing on that
<brixen> cremes: also, we try to hide the globals in kernel/common/global.rb to confuse you :p
<cremes> brixen: ha, i know. obvious in hindsight. i was grepping for “$stdout =“ but that didn’t appear anywhere.
<brixen> I have considered adding metadata to globals and constants to tell you where they are defined
<cremes> i had to grep for “$stdout” and look through a few hundred (thousand?) lines to find that it’s used as a key in a hash.
<brixen> ahh
<brixen> yeah, grepping skills are an unteachable art :)
<cremes> it’s stored as @internal[:$sdout], etc
<cremes> so I needed to find: @internal[:$stdout] = STDOUT
<cremes> anyway, solved it. moving on to the next problem.
havenwood has quit []
GitHub86 has joined #rubinius
<GitHub86> [rubinius] brixen pushed 6 new commits to master: http://git.io/FzrU
<GitHub86> rubinius/master 01389d4 Brian Shirai: Tweak Travis deploy check.
<GitHub86> rubinius/master 70d919b Brian Shirai: Clean up threads properly.
GitHub86 has left #rubinius [#rubinius]
<GitHub86> rubinius/master d94f2fd Brian Shirai: Fixed trampoline function names.
slaught has joined #rubinius
pietr0_ has joined #rubinius
pietr0 has quit [Ping timeout: 255 seconds]
pietr0_ is now known as pietr0
[spoiler] has quit [Quit: WeeChat 1.1]
pietr0 has quit [Remote host closed the connection]
GitHub145 has joined #rubinius
<GitHub145> [rubinius] brixen pushed 3 new commits to 1.8.7: http://git.io/FzSA
<GitHub145> rubinius/1.8.7 c25dddb Brian Shirai: Merge remote-tracking branch 'origin' into 1.8.7...
<GitHub145> rubinius/1.8.7 b717480 Brian Shirai: Merge branch '1.8.7' of github.com:rubinius/rubinius into 1.8.7
GitHub145 has left #rubinius [#rubinius]
<GitHub145> rubinius/1.8.7 034f958 Brian Shirai: Merge branch '1.8.7' of github.com:rubinius/rubinius into 1.8.7
travis-ci has joined #rubinius
<travis-ci> rubinius/rubinius/master (e641668 - Brian Shirai): http://travis-ci.org/rubinius/rubinius/builds/48676101: The build passed.
travis-ci has left #rubinius [#rubinius]
dmilith has quit [Ping timeout: 272 seconds]
[spoiler] has joined #rubinius
dmilith has joined #rubinius
[spoiler] has quit [Client Quit]
[spoiler] has joined #rubinius
djellemah has joined #rubinius
GitHub65 has joined #rubinius
<GitHub65> [rubinius] brixen pushed 1 new commit to 1.8.7: http://git.io/Fzdn
<GitHub65> rubinius/1.8.7 34e71c6 Brian Shirai: Merge remote-tracking branch 'origin' into 1.8.7...
GitHub65 has left #rubinius [#rubinius]
travis-ci has joined #rubinius
<travis-ci> rubinius/rubinius/1.8.7 (034f958 - Brian Shirai): http://travis-ci.org/rubinius/rubinius/builds/48678965: The build was fixed.
travis-ci has left #rubinius [#rubinius]
djellemah has quit [Quit: Leaving]
craigp has quit [Remote host closed the connection]
craigp has joined #rubinius
sferik has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
travis-ci has joined #rubinius
<travis-ci> rubinius/rubinius/1.8.7 (34e71c6 - Brian Shirai): http://travis-ci.org/rubinius/rubinius/builds/48680446: The build has errored.
travis-ci has left #rubinius [#rubinius]
sferik has joined #rubinius
pwh has quit []
havenwood has joined #rubinius
sferik has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Bwild has joined #rubinius
GitHub185 has joined #rubinius
<GitHub185> [rubinius] CodeGnome opened pull request #3298: Search PATH for "port" command. (master...feature/search_path_for_port_cmd) http://git.io/FgB2
GitHub185 has left #rubinius [#rubinius]
max96at is now known as max96at|off
GitHub29 has joined #rubinius
<GitHub29> [rubinius] chuckremes pushed 3 new commits to ffi-io: http://git.io/Fg0Z
<GitHub29> rubinius/ffi-io 8fe4536 Chuck Remes: to swap in new IO we need it to happen early enough in the load order before STDIN/etc are used
<GitHub29> rubinius/ffi-io 6a54342 Chuck Remes: need to redefine STDIN/etc and /etc when we swap in new IO object
GitHub29 has left #rubinius [#rubinius]
<GitHub29> rubinius/ffi-io cf0480f Chuck Remes: begin refactoring IO internals to make support and expansion simpler hopefully
<cremes> still a bunch of breakage but i think with the refactoring i’ll be able to solve most/all of the failing specs without making code spaghetti.
<cremes> i’m done for today, see y’all tomorrow.
travis-ci has joined #rubinius
<travis-ci> rubinius/rubinius/1.8.7 (34e71c6 - Brian Shirai): http://travis-ci.org/rubinius/rubinius/builds/48680446: The build was fixed.
travis-ci has left #rubinius [#rubinius]
craigp has quit [Remote host closed the connection]
<brixen> cremes: awesome, thanks!
craigp has joined #rubinius
sferik has joined #rubinius
sferik has quit [Client Quit]
sferik has joined #rubinius