<GitHub190>
[jruby] cprice404 opened issue #3928: File descriptors from stdlib jars are leaked when ScriptingContainers are terminated https://git.io/vrXVu
pitr-ch has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<GitHub41>
jruby/master 47a9386 Stefan Huber: fix four additional MRI string tests
<GitHub41>
jruby/master 8847b78 Stefan Huber: revert rpartition changes (TestM17NComb#test_str_rpartition failed)
<GitHub41>
jruby/master 4d9c129 Charles Oliver Nutter: Merge pull request #3912 from MSNexploder/string_tests...
<GitHub38>
[jruby] headius closed pull request #3911: Unify super and call splatting logic in interpreter and JIT. (master...zsuper_splatmap) https://git.io/vrgt7
<headius>
just about got red black below 0.4s... only a couple times slower than truffle, last time I checked
<headius>
neato
pawnbox has joined #jruby
pawnbox has quit [Ping timeout: 264 seconds]
drbobbeaty has quit [Ping timeout: 264 seconds]
drbobbeaty has joined #jruby
pawnbox has joined #jruby
thedarkone2 has quit [Quit: thedarkone2]
ryez has quit [Ping timeout: 250 seconds]
prasunanand has quit [Ping timeout: 260 seconds]
colinsurprenant has quit [Quit: colinsurprenant]
prasunanand has joined #jruby
jeremyevans has quit [Ping timeout: 276 seconds]
jeremyevans has joined #jruby
febuiles has quit [Quit: febuiles]
drbobbeaty has quit [Ping timeout: 246 seconds]
drbobbeaty has joined #jruby
yfeldblum has joined #jruby
yfeldblum has quit [Remote host closed the connection]
yfeldblum has joined #jruby
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
<kares>
bga57: hey! what PR did I close for you?
yfeldblum has quit [Ping timeout: 258 seconds]
e_dub has quit [Ping timeout: 244 seconds]
pitr-ch has joined #jruby
pitr-ch has quit [Client Quit]
Caerus|Away is now known as Caerus
drbobbeaty has quit [Ping timeout: 276 seconds]
drbobbeaty has joined #jruby
drbobbeaty has quit [Ping timeout: 244 seconds]
lxsameer has joined #jruby
drbobbeaty has joined #jruby
<lxsameer>
hey folks, When I try to do bundle install using jruby I get ssl cert error even when my sources are not using https. It's not happening with MRI
pitr-ch has joined #jruby
pawnbox has quit [Read error: Connection reset by peer]
pawnbox has joined #jruby
drbobbeaty has quit [Ping timeout: 240 seconds]
brauliobo_ has joined #jruby
<lxsameer>
I think it has some thing to do with java api
vtunka has joined #jruby
pawnbox has quit [Remote host closed the connection]
drbobbeaty has joined #jruby
pawnbox has joined #jruby
vtunka has quit [Quit: Leaving]
drbobbeaty has quit [Ping timeout: 260 seconds]
<GitHub93>
[jruby] jtulach opened pull request #3931: [Truffle] Use private maven repo instead of $HOME/.m2 (master...MavenRepo) https://git.io/vr1kR
pitr-ch has quit [Ping timeout: 240 seconds]
pitr-ch has joined #jruby
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
prasunanand has quit [Quit: Leaving]
drbobbeaty has joined #jruby
pawnbox has quit [Remote host closed the connection]
drbobbeaty has quit [Ping timeout: 260 seconds]
pitr-ch has quit [Read error: Connection reset by peer]
pitr-ch has joined #jruby
<kares>
lxsameer: you mean you have source 'http://rubygems' ?
vtunka has joined #jruby
drbobbeaty has joined #jruby
pawnbox has joined #jruby
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
lxsameer has quit [Ping timeout: 250 seconds]
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
pawnbox has quit [Remote host closed the connection]
lxsameer has joined #jruby
skade has joined #jruby
pawnbox has joined #jruby
pawnbox has quit [Remote host closed the connection]
skade has quit [Quit: Computer has gone to sleep.]
pawnbox has joined #jruby
pawnbox has quit [Remote host closed the connection]
skade has joined #jruby
<lxsameer>
kares, yeah
pawnbox has joined #jruby
pawnbox has quit [Remote host closed the connection]
shellac has joined #jruby
pawnbox has joined #jruby
vtunka has quit [Quit: Leaving]
skade has quit [Quit: Computer has gone to sleep.]
<GitHub143>
jruby/master 01a69f0 Benoit Daloze: [Truffle] Use CompilerDirectives.bailout() for #require.
drbobbeaty has quit [Ping timeout: 250 seconds]
vtunka has joined #jruby
drbobbeaty has joined #jruby
knu_ has quit [Quit: Reboot...]
knu has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
aadam21 has joined #jruby
<aadam21>
Morning all, I have an issue I've been banging my head against
vtunka has quit [Quit: Leaving]
<aadam21>
I've got a JRuby app I built just like another that's running fine, but this new app is throwing an error "Java::JavaLang::RuntimeException: Unhandled IOException: java.io.IOException: unhandled errno: File name too long"
<chrisseaton>
aadam21: could the filename simply be too long for the system you're running on?
<aadam21>
The file name follows the same structure as those in my other apps and I can't control it. This particular name is CD_112350_677686.XML
halorgium has quit [Ping timeout: 260 seconds]
<aadam21>
@chrisseaton: That's what I thought at first, but my other apps using the same file structure work fine on my machine. I'm testing these on OS X.
aadam21 has quit [Remote host closed the connection]
aadam21 has joined #jruby
shellac has joined #jruby
drbobbeaty has quit [Ping timeout: 240 seconds]
drbobbeaty has joined #jruby
Aethenelle has joined #jruby
drbobbeaty has quit [Ping timeout: 240 seconds]
drbobbeaty has joined #jruby
<aadam21>
Had to cut out a bit - anybody have any ideas about the error "Java::JavaLang::RuntimeException: Unhandled IOException: java.io.IOException: unhandled errno: File name too long"?
<aadam21>
I've tried shortening to a 2 character filename and see the same result
<aadam21>
Or if anyone knows of a better place to ask, I'm all ears!
drbobbeaty has quit [Ping timeout: 240 seconds]
pitr-ch has quit [Ping timeout: 260 seconds]
<codefinger>
kares: did i do something wrong? I'm tinkering with warbler.gemspec now and nothing i do seems to keep spec/ out
pawnbox has quit [Remote host closed the connection]
norc has joined #jruby
pawnbox has joined #jruby
skade has quit [Quit: Computer has gone to sleep.]
drbobbeaty has quit [Ping timeout: 240 seconds]
<headius>
aadam21: can you open an issue and put all your info there please?
<headius>
a RuntimeException normally means we got an error we did not expect
<headius>
the filename error might be valid but we're not expecting it
<headius>
FWIW we have also seen issues on OS X because it has a pretty long tmpdir
drbobbeaty has joined #jruby
<aadam21>
Sure thing - thanks!
<aadam21>
headius: I'll get the issue open now, but the perplexing thing is I have another app running almost identical code, using the same file name structure, and no problems.
drbobbeaty has quit [Ping timeout: 240 seconds]
<headius>
I'll bet something's not quite the same :-)
<headius>
but put the issue together and we'll see what we can see
pietr0 has joined #jruby
<GitHub73>
[jruby] chrisseaton pushed 4 new commits to master: https://git.io/vrMBG
<GitHub73>
jruby/master b2a007c Chris Seaton: [Truffle] Replace Rubinius array @total with size.
<GitHub73>
jruby/master 9a1a1da Chris Seaton: [Truffle] Replace Rubinius array @tuple with self.
<GitHub73>
jruby/master 937e6ad Chris Seaton: [Truffle] Remove assignment of @start in array.rb
pitr-ch has quit [Read error: Connection reset by peer]
pitr-ch has joined #jruby
drbobbeaty has quit [Ping timeout: 240 seconds]
drbobbeaty has joined #jruby
norc has quit [Read error: Connection reset by peer]
drbobbeaty has quit [Ping timeout: 240 seconds]
<GitHub135>
[jruby] enebo pushed 1 new commit to jruby-9.1.2.0: https://git.io/vrDUq
<GitHub135>
jruby/jruby-9.1.2.0 1a69b11 Charles Oliver Nutter: Borrow code from djberg96/win32-file for symlink support....
imperator has joined #jruby
<imperator>
headius, did that solve the warbler issue?
<enebo>
imperator: it does yeah
<imperator>
enebo, great!
<enebo>
imperator: it works even better when it is merged into your releaser branch :)
<enebo>
imperator: but I will regenerate some dist bits and double check again
drbobbeaty has joined #jruby
<imperator>
i did look at trying to auto-elevate privileges for symlinks, but it appears that's not possible
<enebo>
imperator: the second part of this for us at least is warbler removed the softlinks
<enebo>
imperator: does this mean MRI also needs to run as admin for their stuff to work?
drbobbeaty has quit [Ping timeout: 240 seconds]
<imperator>
enebo, yes
uxfi has joined #jruby
<enebo>
imperator: good to know…I hope not many people use softlinks in windows then. It is weird to have to admin for that
<enebo>
err softlinks in gems
uxfi has left #jruby ["Leaving"]
<imperator>
yeah, not sure why MS did that
drbobbeaty has joined #jruby
<imperator>
google tells me it was a security concern
<imperator>
"You see, creating symbolic links can be a security issue. If a user knows of a files existance in a directory that they don't have access to, theoretically they could create a symbolic link to that file and attempt to bypass the security on the file."
<imperator>
the other solution is to add SeCreateSymbolicLinkPrivilege for users/groups
aadam21 has joined #jruby
pitr-ch has quit [Read error: Connection reset by peer]
pitr-ch has joined #jruby
drbobbeaty has quit [Ping timeout: 240 seconds]
aadam21 has quit [Remote host closed the connection]