enebo has joined #rubinius
enebo has quit [Ping timeout: 250 seconds]
P0w3r3d has quit [Quit: Leaving]
josh-k has joined #rubinius
meh` has quit [Ping timeout: 272 seconds]
guilleiguaran___ has joined #rubinius
|jemc| has joined #rubinius
meh` has joined #rubinius
havenwood has quit [Remote host closed the connection]
havenwood has joined #rubinius
lbianc has quit [Ping timeout: 246 seconds]
josh-k has quit [Remote host closed the connection]
josh-k has joined #rubinius
josh-k has quit [Ping timeout: 240 seconds]
meh` has quit [Ping timeout: 260 seconds]
saline has quit [Remote host closed the connection]
saline has joined #rubinius
|jemc| has quit [Read error: Connection reset by peer]
|jemc| has joined #rubinius
havenwood has quit []
Benny1992_AFK is now known as Benny1992
<Benny1992> morning :)
GitHub128 has joined #rubinius
GitHub128 has left #rubinius [#rubinius]
<GitHub128> [rubinius] seanchas116 opened pull request #3144: Add rb funcall with block (master...add-rb-funcall-with-block) http://git.io/HKu2hw
josh-k has joined #rubinius
cremes has quit [Ping timeout: 246 seconds]
GitHub168 has joined #rubinius
<GitHub168> [rubinius] YorickPeterse closed pull request #3131: PowerPC64 support for LLVM and Atomic (master...support-llvm-ppc64) http://git.io/t9Sbng
GitHub103 has left #rubinius [#rubinius]
GitHub103 has joined #rubinius
GitHub168 has left #rubinius [#rubinius]
<GitHub103> [rubinius] YorickPeterse pushed 2 new commits to master: http://git.io/FtwwBQ
<GitHub103> rubinius/master 2ceec59 Yorick Peterse: Merge pull request #3131 from gustavotemple/support-llvm-ppc64...
<GitHub103> rubinius/master 795c485 Gustavo Frederico Temple Pedrosa: PowerPC64 support for LLVM and Atomic...
GitHub7 has joined #rubinius
<GitHub7> [rubinius] YorickPeterse closed pull request #3141: vm capi: more MRI C API enum types compatibility. (master...mri-capi-enum-types) http://git.io/BrH0Vg
GitHub7 has left #rubinius [#rubinius]
GitHub106 has joined #rubinius
<GitHub106> [rubinius] YorickPeterse pushed 2 new commits to master: http://git.io/DXC6iQ
GitHub106 has left #rubinius [#rubinius]
<GitHub106> rubinius/master 2a09134 Yorick Peterse: Merge pull request #3141 from cosmo0920/mri-capi-enum-types...
<GitHub106> rubinius/master 96cf03a cosmo0920: vm capi: more MRI C API enum types compatibility....
postmodern has quit [Quit: Leaving]
josh-k_ has joined #rubinius
josh-k has quit [Ping timeout: 272 seconds]
travis-ci has joined #rubinius
travis-ci has left #rubinius [#rubinius]
<travis-ci> [travis-ci] rubinius/rubinius/master (2ceec59 - Yorick Peterse): The build has errored.
jaffachief has joined #rubinius
travis-ci has joined #rubinius
<travis-ci> [travis-ci] rubinius/rubinius/master (2a09134 - Yorick Peterse): The build has errored.
travis-ci has left #rubinius [#rubinius]
jaffachief has quit [Quit: Computer has gone to sleep.]
houhoulis has quit [Remote host closed the connection]
elia has joined #rubinius
josh-k_ has quit [Remote host closed the connection]
josh-k has joined #rubinius
jaffachief has joined #rubinius
elia has quit [Quit: Computer has gone to sleep.]
cremes has joined #rubinius
houhoulis has joined #rubinius
josh-k has quit [Remote host closed the connection]
josh-k has joined #rubinius
josh-k has quit [Ping timeout: 260 seconds]
jaffachief has quit [Quit: Computer has gone to sleep.]
jaffachief has joined #rubinius
jaffachief has quit [Quit: Computer has gone to sleep.]
meh` has joined #rubinius
rmichael has joined #rubinius
machty has quit [Read error: Connection reset by peer]
machty has joined #rubinius
GitHub142 has joined #rubinius
GitHub142 has left #rubinius [#rubinius]
<GitHub142> [rubinius] jc00ke closed pull request #3143: Coerce Complex with only real part (master...master) http://git.io/82ELDQ
GitHub94 has joined #rubinius
<GitHub94> [rubinius] jc00ke pushed 3 new commits to master: http://git.io/EGS8rw
<GitHub94> rubinius/master 90dbe7c Benny: Try to coerce Complex with only real part....
<GitHub94> rubinius/master 067d546 Benny: added a spec for coercing Complex with only real part into Float
<GitHub94> rubinius/master 093f029 Jesse Cooke: Merge pull request #3143 from Benny1992/master...
GitHub94 has left #rubinius [#rubinius]
travis-ci has joined #rubinius
travis-ci has left #rubinius [#rubinius]
<travis-ci> [travis-ci] rubinius/rubinius/master (093f029 - Jesse Cooke): The build has errored.
jeremyevans has quit [Ping timeout: 240 seconds]
jaffachief has joined #rubinius
elia has joined #rubinius
rmichael has quit [Quit: Leaving...]
soulhacker has joined #rubinius
<soulhacker> hi, I seem to be getting random ENOENT errors when using bundle like "Errno::ENOENT: No such file or directory - .ruby-gemset" or "Errno::ENOENT: No such file or directory - CHANGELOG.markdown", has anybody else experienced this?
<brixen> soulhacker: which version of bundler?
<brixen> if you're using later than 1.6.4, you are most likely hitting the rubygems thread-safety bug
<brixen> so, try on 1.6.4
<soulhacker> oh ok thanks
amclain has joined #rubinius
<soulhacker> @brixen its still happening
<brixen> ok, then probably not rubygems thread-safety issue
<brixen> what's the full log look like?
<brixen> I wonder if 1.6.4 is safe
<soulhacker> let me try 1.6.3
<brixen> you can 1. try with 1.6.2/3 (which should be bundled with rbx 2.2.10)
<brixen> and 2. run with RUBYOPT=-d in the env
elia has quit [Quit: Computer has gone to sleep.]
<brixen> so that you get more info about the exceptions
<soulhacker> @brixen ok doing that
<brixen> sorry, gotta run
<brixen> but you can leave comments here, I'll see them later
<soulhacker> thanks! I will
<soulhacker> @brixen if you are still here, 1.6.3 solved it :)
<brixen> ah, good to know!
<brixen> someone suggested that up to 1.6.4 should be safe
Benny1992 is now known as Benny1992_AFK
<brixen> I'll have to investigate the difference between 1.6.3 and 1.6.4
<soulhacker> thanks this was inside a docker container if that makes a difference, anyways thanks for the help again
<brixen> ok, cool, thanks
elia has joined #rubinius
<yorickpeterse> brixen: bundler itself should be fine
<yorickpeterse> bundler 1.6.5 finally includes my change for it to use threads for parallel installs on Rbx
<yorickpeterse> But current RubyGems is not thread-safe, not sure when a new release will come out with my patches for that
<headius> yorickpeterse: where's the PR? I can try to coax it along
<yorickpeterse> It's already merged, I'm just not sure what the release interval is of RG
<yorickpeterse> hm, apparently it will be in RG 2.5
<headius> oh I see
<headius> ok
jeremyevans has joined #rubinius
soulhacker has quit [Quit: Textual IRC Client: www.textualapp.com]
nirix has quit [Quit: ZNC - http://znc.in]
nirix has joined #rubinius
havenwood has joined #rubinius
josh-k has joined #rubinius
josh-k_ has joined #rubinius
josh-k has quit [Ping timeout: 260 seconds]
josh-k has joined #rubinius
josh-k_ has quit [Ping timeout: 250 seconds]
havenwood has quit [Remote host closed the connection]
havenwood has joined #rubinius
havenwood has quit [Ping timeout: 264 seconds]
havenwood has joined #rubinius
elia has quit [Read error: Connection reset by peer]
elia has joined #rubinius
elia has quit [Quit: Computer has gone to sleep.]
josh-k_ has joined #rubinius
josh-k has quit [Ping timeout: 244 seconds]