shellac has quit [Quit: Computer has gone to sleep.]
alex0ptr has joined #jruby
alex0ptr has quit [Ping timeout: 255 seconds]
Guest69 has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
Guest69 has joined #jruby
Guest69 has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
Aethenelle has joined #jruby
Guest69 has joined #jruby
kares has quit [Quit: ...]
Guest69 has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
kares has joined #jruby
alex0ptr has joined #jruby
alex0ptr has quit [Ping timeout: 255 seconds]
Aethenelle has quit [Quit: Aethenelle]
tcrawley-away is now known as tcrawley
tcrawley is now known as tcrawley-away
alex0ptr has joined #jruby
Guest69 has joined #jruby
alex0ptr has quit [Ping timeout: 240 seconds]
yfeldblum has joined #jruby
yfeldblu_ has joined #jruby
yfeldblu_ has quit [Remote host closed the connection]
yfeldblum has quit [Ping timeout: 255 seconds]
marc_andre has joined #jruby
marc-andre has quit [Ping timeout: 255 seconds]
Liothen has quit [Quit: The Dogmatic Law of Shadowsong]
Liothen has joined #jruby
<nirvdrum>
lopex: I still some work on it. But I consider it basically feature complete.
Guest69 has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
cpuguy83 has quit [Ping timeout: 248 seconds]
cpuguy83 has joined #jruby
thedarkone2 has quit [Quit: thedarkone2]
shellac has joined #jruby
quadz has joined #jruby
thedarkone2 has joined #jruby
thedarkone2 has quit [Client Quit]
shellac has quit [Quit: Computer has gone to sleep.]
drbobbeaty has joined #jruby
shellac has joined #jruby
vtunka has joined #jruby
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
c0de1 has quit [Quit: Left...]
c0de1 has joined #jruby
c0de1 has joined #jruby
c0de1 has quit [Changing host]
bbrowning_away is now known as bbrowning
drbobbeaty has joined #jruby
hobodave has joined #jruby
hobodave has quit [Quit: Computer has gone to sleep.]
drbobbeaty has quit [Ping timeout: 240 seconds]
drbobbeaty has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
lance|afk is now known as lanceball
shellac has joined #jruby
enebo has joined #jruby
<nirvdrum>
enebo, headius: FYI, I finally set up an OpenBSD VM and filled in missing constants last night.
<enebo>
nirvdrum: w00t
<nirvdrum>
Outside of Windows, which is a bit of a crapshoot anyway, I think all our supported platforms are up-to-date.
<nirvdrum>
I have a jnr-constants PR open to add Locale constants for setlocale(3). I'm still a bit unsure on the process for that one. Should I add you guys as reviewers?
<enebo>
nirvdrum: add headius
<enebo>
:)
eugenmayer has joined #jruby
<eugenmayer>
anybody has currently an issue with using remote jruby with intellij? It seems to be not able to fetch the gems since 2016.3?
<GitHub140>
jruby/deopt 02fe562 Thomas E. Enebo: Add deopt recovery in interpreter if it is already running in interpreter (-X-C optimized fallback to full)
<nirvdrum>
eugenmayer: I don't think I've had that issue. But 2016.3 added support for polyglot maven, so I moved over to the pom.rb file.
<eugenmayer>
nirvdrum: since 2016.3 i cannot use jruby as remote SDK. now gems are fetched and therefore the whole integration is useless
<eugenmayer>
nirvdrum: i am not sure i understand what polyglot maven is and how that compares to remote SDK
<GitHub29>
jruby/master f792cb2 Thomas E. Enebo: Fixes #4457. system and spawn raise 'wrong exec redirect action' when redirecting given `out: tempfile` or `err: tempfile`
<GitHub104>
[jruby] enebo closed issue #4457: system and spawn raise 'wrong exec redirect action' when redirecting given `out: tempfile` or `err: tempfile` https://git.io/vMAjA
marciol has quit [Read error: Connection reset by peer]
marciol has joined #jruby
marciol has quit [Remote host closed the connection]
marciol has joined #jruby
hobodave has joined #jruby
alex0ptr has quit [Remote host closed the connection]
<kenrestivo>
still struggling to get the gem path to work properly in jruby
<kenrestivo>
surprisingly frustrating
pawnbox has quit [Remote host closed the connection]
<kenrestivo>
i have set JRUBY_HOME, JRUBY_LIB, and GEM_PATH, and still neither jirb nor gem are finding the packages
pawnbox has joined #jruby
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
thedarkone2 has joined #jruby
enebo has quit [Quit: enebo]
kylo has joined #jruby
Guest69 has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
esmiurium has quit [Ping timeout: 240 seconds]
thedarkone2 has quit [Quit: thedarkone2]
Guest69 has joined #jruby
camlow325 has quit [Ping timeout: 240 seconds]
pawnbox_ has joined #jruby
marciol has quit [Remote host closed the connection]
pawnbox has quit [Ping timeout: 240 seconds]
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Guest69 has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
enebo has joined #jruby
enebo has quit [Ping timeout: 255 seconds]
alex0ptr has joined #jruby
Guest69 has joined #jruby
alex0ptr has quit [Ping timeout: 258 seconds]
dfdfv has joined #jruby
bbrowning is now known as bbrowning_away
dfdfv has quit [Client Quit]
<kenrestivo>
is GEM_PATH recursive?
esmiurium has joined #jruby
<kenrestivo>
in other words, if my GEM_PATH and classpath for jruby includes /usr/share/logstash/vendor/bundle/jruby/1.9/gems, but the actual rb files are in /usr/share/logstash/vendor/bundle/jruby/1.9/gems/jls-grok-0.11.4/lib , will gem find them?
<kenrestivo>
or do i really need to include every path?
<kenrestivo>
just answered my own question. i need to include manually the path to each rb and its dependencies *sigh*