josh-k_ has quit [Remote host closed the connection]
elia has quit [Quit: Computer has gone to sleep.]
GitHub33 has joined #rubinius
<GitHub33> [rubinius] brixen pushed 2 new commits to master: http://git.io/iohplQ
<GitHub33> rubinius/master 46c1e24 Brian Shirai: Create FSEvent instances pinned.
<GitHub33> rubinius/master 2b43ad5 Brian Shirai: Updated gems_list.txt.
GitHub33 has left #rubinius [#rubinius]
|jemc| has quit [Ping timeout: 245 seconds]
meh` has quit [Ping timeout: 255 seconds]
travis-ci has joined #rubinius
<travis-ci> rubinius/rubinius/master (2b43ad5 - Brian Shirai): http://travis-ci.org/rubinius/rubinius/builds/41666662: The build passed.
travis-ci has left #rubinius [#rubinius]
amsi has quit [Quit: Leaving]
dimday has joined #rubinius
amclain has joined #rubinius
|jemc| has joined #rubinius
tenderlove has quit [Quit: Leaving...]
josh-k has joined #rubinius
pietr0 has quit [Quit: pietr0]
havenwood has joined #rubinius
havenwood has quit [Remote host closed the connection]
amclain has quit [Quit: Leaving]
|jemc|_ has joined #rubinius
|jemc| has quit [Read error: Connection reset by peer]
noop has joined #rubinius
dimday has quit [Quit: Leaving.]
diegoviola has quit [Read error: Connection reset by peer]
josh-k has quit [Remote host closed the connection]
DanielVartanov has joined #rubinius
|jemc|_ has quit [Ping timeout: 265 seconds]
JohnBat26 has joined #rubinius
DanielVartanov has quit [Ping timeout: 264 seconds]
mamantoha_ has joined #rubinius
elia has joined #rubinius
DanielVartanov has joined #rubinius
<yorickpeterse> morning
goyox86 has joined #rubinius
max96at|off is now known as max96at
benlovell has joined #rubinius
<goyox86> morning!
josh-k has joined #rubinius
josh-k has quit [Ping timeout: 256 seconds]
carlosgaldino has joined #rubinius
elia has quit [Quit: Computer has gone to sleep.]
DanielVartanov has quit [Ping timeout: 240 seconds]
DanielVartanov has joined #rubinius
benlovell has quit [Ping timeout: 244 seconds]
meh` has joined #rubinius
benlovell has joined #rubinius
postmodern has quit [Quit: Leaving]
benlovell has quit [Ping timeout: 240 seconds]
thegcat has quit [Ping timeout: 264 seconds]
goyox86 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
DanielVartanov has quit [Ping timeout: 272 seconds]
DanielVartanov has joined #rubinius
josh-k has joined #rubinius
elia has joined #rubinius
goyox86 has joined #rubinius
dreinull has joined #rubinius
dreinull has quit [Remote host closed the connection]
dreinull has quit [Remote host closed the connection]
arrubin has quit [Ping timeout: 272 seconds]
mjc_ has quit [Ping timeout: 272 seconds]
larstobi has quit [Ping timeout: 272 seconds]
dreinull has joined #rubinius
arrubin has joined #rubinius
larstobi has joined #rubinius
mjc_ has joined #rubinius
exgf_u_v has joined #rubinius
exgf_u has quit [Ping timeout: 250 seconds]
benlovell has joined #rubinius
noop has quit [Ping timeout: 240 seconds]
noop has joined #rubinius
josh-k_ has joined #rubinius
josh-k has quit [Ping timeout: 256 seconds]
benlovell has quit [Ping timeout: 240 seconds]
o0oo0o has joined #rubinius
tenderlove has joined #rubinius
mamantoha_ has quit [Ping timeout: 255 seconds]
<yorickpeterse> evan: ping
<yorickpeterse> evan: when Puma does a reboot, does it use fork() or does it spawn off an entirely new process?
<yorickpeterse> (so using exec or w/e)
<yorickpeterse> Hm wait, I can obviously test that
<yorickpeterse> durrr
noop has quit [Ping timeout: 272 seconds]
elia has quit [Ping timeout: 264 seconds]
benlovell has joined #rubinius
mamantoha_ has joined #rubinius
noop has joined #rubinius
elia has joined #rubinius
elia has quit [Quit: Computer has gone to sleep.]
pwh has joined #rubinius
soulhacker has joined #rubinius
DanielVartanov has quit [Ping timeout: 256 seconds]
mamantoha_ has quit [Ping timeout: 240 seconds]
diegoviola has joined #rubinius
elia has joined #rubinius
|jemc| has joined #rubinius
JonathanT has joined #rubinius
benlovell has quit [Ping timeout: 245 seconds]
mamantoha has joined #rubinius
mamantoha has quit [Ping timeout: 265 seconds]
benlovell has joined #rubinius
JohnBat26 has quit [Quit: KVIrc 4.3.1 Aria http://www.kvirc.net/]
pietr0 has joined #rubinius
<pwh> I'm trying to compile rbx locally, set rbenv to use it, and then use it to run a rails app
<pwh> but I'm running into some issues
yipstar has joined #rubinius
<pwh> should it be as simple as ./configure --prefix=~/.rbenv/versions/rbx-local
<pwh> and then in the rails dir, rbenv local rbx-local
<pwh> and then trying to run?
<pwh> or is that missing something important
<pwh> (after running rake to compile it, of course)
amsi has joined #rubinius
<|jemc|> pwh: I use rbenv, and there is a problem with the binstubs
<|jemc|> let me pull up the link...
<tarcieri> _____ ____ ___ ____ _ __ ___ _ _
<tarcieri> | ___| _ \|_ _| _ \ / \\ \ / / | | |
<tarcieri> | |_ | |_) || || | | |/ _ \\ V /| | | |
<tarcieri> | _| | _ < | || |_| / ___ \| | |_|_|_|
<tarcieri> |_| |_| \_\___|____/_/ \_\_| (_|_|_)
<tarcieri>
<|jemc|> I'm not sure what the origin of the disconnect between rbenv and rbx is, but you need to run that bash function to change the directory that rbx installs gem bins to what rbenv expects
mamantoha has joined #rubinius
<pwh> |jemc| thanks, that might be it
<|jemc|> pwh: that's usually my same workflow for using rbx from master
<|jemc|> configure with the prefix pointed to the proper place in ~/.rbenv and then run the binstubs fixer
<|jemc|> which I've saved as a standalone script on my local machine for convenience
<pwh> did you just copy the fixer out into a separate script?
<pwh> ah
<pwh> yes
lucasmartins has joined #rubinius
<|jemc|> if you feel like investigating it, there may be an extra argument you can pass to ./configure to put the gem bins in the 'right' place
<|jemc|> and thus avoid having to run the extra script after
<|jemc|> if you figure out something like that, let me know :)
<|jemc|> I just never got around to investigating it
soulhacker has quit [Quit: Textual IRC Client: www.textualapp.com]
<lucasmartins> anybody compiling 2.3.0 by hand on OS X successfully?
<|jemc|> lucasmartins: brixen develops on OS X I believe :)
<|jemc|> you probably need to brew install llvm
<lucasmartins> I did
<|jemc|> I don't know the details of what's needed on OS X because I don't use it, unfortunately
<lucasmartins> |jemc|: it's ok
<lucasmartins> I'm was just poking to see if there was anybody else with problems
<|jemc|> lucasmartins: I know there have been other people with problems since rbx stopped building its own llvm
<pwh> lucasmartins what're you running into?
mamantoha has quit [Ping timeout: 240 seconds]
<lucasmartins> pwh: the VM is compiling, but when I run anything with it it says it cannot load "thread"
<lucasmartins> I'm building it again from scratch right now
<pwh> hmm, since the llvm change, the only thing I've changed is adding --llvm-config /usr/local/opt/llvm/bin/llvm-config
<lucasmartins> it's probably a newbie mistake, I'm used to install via ruby-build
<pwh> otherwise it's been working fine
<lucasmartins> pwh: yep, I'm doing that
<lucasmartins> pwh: I'm guessing it's not a compile issue
benlovell has quit [Ping timeout: 264 seconds]
<brixen> lucasmartins: if you're using chruby and brew, you can install a binary for 2.3.0
<brixen> lucasmartins: brew update && brew tap rubinius/apps && brew install rubinius
<brixen> then rbx-2.3.0 will be available in chruby
<lucasmartins> brixen: thanks
<lucasmartins> brixen: I'll see were can I get by hand so I can help the ruby-build too
<brixen> lucasmartins: here's a thread on rbenv for 2.3.0 https://github.com/sstephenson/ruby-build/pull/664
<brixen> bbiab...
<lucasmartins> brixen: I'm in it : )
<lucasmartins> are the cool kids using chruby instead of rbenv ?
benlovell has joined #rubinius
<jc00ke> lucasmartins: heh, yes ;)
elia has quit [Quit: Computer has gone to sleep.]
<lucasmartins> jc00ke: I'll try it out
<lucasmartins> I need seamless rbx installing experience in my life
benlovell has quit [Ping timeout: 256 seconds]
<jc00ke> lucasmartins: I've always had good luck with ruby-install from postmodern
<lucasmartins> jc00ke: I'm changing my env to use right now
<lucasmartins> seems to be a lot cleaner
<jc00ke> chruby is just for switching (does a great job!)
havenwood has joined #rubinius
meh` has quit [Ping timeout: 240 seconds]
<lucasmartins> no luck with ruby-install either, I keep getting this corrupt gem error everywhere: invalid gem: package is corrupt, exception while verifying: invalid byte sequence in US-ASCII (ArgumentError) in /Users/lucasmartins/src/rubinius-2.3.0/vendor/cache/bundler-1.7.4.gem (Gem::InstallError)
<lucasmartins> ops, sorry
<lucasmartins> I'll try this on a clean OS X vm and see how it goes.
<jc00ke> lucasmartins: can you echo $LANG and $LC_ALL
<jc00ke> Also, $BUNDLE_JOBS
<jc00ke> and... are you running bundle with --jobs > 1?
<lucasmartins> jc00ke: hmmm
<lucasmartins> interesting hack
<lucasmartins> jc00ke: it was the LANG and LC_ALL vars which needed to be set
<lucasmartins> jc00ke: thanks!
<jc00ke> lucasmartins: good to hear! I've been running into that with rbx runs on Travis
<jc00ke> Setting those env vars helps (though, not all the time, which I need to confirm)
meh` has joined #rubinius
elia has joined #rubinius
<jc00ke> disables --jobs for rbx on Travis, for now
* jc00ke sheds a single tear
elia has quit [Ping timeout: 255 seconds]
<yorickpeterse> jc00ke: yup, had to do the same thing
benlovell has joined #rubinius
postmodern has joined #rubinius
benlovell has quit [Ping timeout: 258 seconds]
JonathanT has quit [Quit: JonathanT]
<pwh> what happened to --enable-version and --default-version?
<yorickpeterse> pwh: they were removed a long time ago
<yorickpeterse> Rubinius 2.x now implements Ruby 2.x, Rubinius 1.x implements 1.8.7
<pwh> heh, okay
<pwh> thanks
goyox86 has quit [Ping timeout: 256 seconds]
josh-k_ has quit [Remote host closed the connection]
josh-k has joined #rubinius
pietr0 has quit [Quit: pietr0]
josh-k_ has joined #rubinius
josh-k has quit [Ping timeout: 256 seconds]
<brixen> there's a fix in bundler that should be released in 1.8 that fixes some race condition
<brixen> said race condition likely the cause of the issues seen bundling on travis
<brixen> ping indirect about a release
<brixen> hopefully, he's not still throwing up
<brixen> I guess I'll ask
lucasmartins has quit [Quit: lucasmartins]
<brixen> ok, he said 1.7.7 has the fix
abbe is now known as thijk
<jc00ke> I'll test it on a test repo asap
thijk is now known as abbe
noop has quit [Ping timeout: 250 seconds]
<brixen> problem is, 1.7.7 isn't on rubygems.org that I can see :)
<jc00ke> Maybe that was a fever-induced release that never happened?
<jc00ke> Hopefully he feels better soon
meh` has quit [Ping timeout: 265 seconds]
meh` has joined #rubinius
elia has joined #rubinius
<brixen> yeah, I was wondering if the delirium was talking
pietr0 has joined #rubinius
elia has quit [Quit: Computer has gone to sleep.]
elia has joined #rubinius
benlovell has joined #rubinius
elia has quit [Quit: Computer has gone to sleep.]
elia has joined #rubinius
dreinull has quit [Remote host closed the connection]
goyox86 has joined #rubinius
benlovell has quit [Ping timeout: 256 seconds]
josh-k_ has quit [Remote host closed the connection]
sshao has joined #rubinius
goyox86 has quit [Max SendQ exceeded]
goyox86 has joined #rubinius