dfr has quit [Ping timeout: 260 seconds]
dfr has joined #jruby
deobalds has joined #jruby
<GitHub157> [jruby] trejkaz closed issue #2404: File.mtime and friends return a date incorrect by an hour if created half a year ago https://git.io/mObLSw
<GitHub158> [jruby] trejkaz closed issue #4612: REGRESSION - File.realpath fails on classpath paths https://git.io/v9hL0
deobalds has quit [Quit: Computer has gone to sleep.]
deobalds has joined #jruby
prasunanand has joined #jruby
donV has joined #jruby
deobalds has quit [Quit: Textual IRC Client: http://www.textualapp.com/]
prasunanand has quit [Ping timeout: 245 seconds]
donV has quit [Quit: donV]
prasunanand has joined #jruby
donV has joined #jruby
olle has joined #jruby
donV has quit [Quit: donV]
donV has joined #jruby
olle has quit [Quit: olle]
olle has joined #jruby
shellac has joined #jruby
drbobbeaty has quit [Ping timeout: 272 seconds]
olle has quit [Quit: olle]
jhass has quit [*.net *.split]
joevandyk has quit [*.net *.split]
headius has quit [*.net *.split]
qmx has quit [*.net *.split]
ericu-spicworks has quit [*.net *.split]
esmiurium has quit [*.net *.split]
prasunanand has quit [Ping timeout: 245 seconds]
jhass has joined #jruby
qmx has joined #jruby
ericu-spicworks has joined #jruby
esmiurium has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
olle has joined #jruby
shellac has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
drbobbeaty has joined #jruby
donV has quit [Quit: donV]
bbrowning_away is now known as bbrowning
Alex23333 has joined #jruby
alex___ has joined #jruby
<alex___> Hello
<alex___> to everyone
<alex___> I need a bit help with JRuby
<alex___> is there anyone
<alex___> ?
alex___ has quit [Client Quit]
<Alex23333> Just a quick question
<Alex23333> how to get value from servlet session ?
<Alex23333> Please someone help me
olle has quit [Quit: olle]
donV has joined #jruby
donV has quit [Quit: donV]
<Alex23333> hi
<Alex23333> anyone?
prasunanand has joined #jruby
olle has joined #jruby
prasunanand has quit [Ping timeout: 272 seconds]
Alex23333 has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
prasunanand has joined #jruby
hobodave has joined #jruby
olle has quit [Quit: olle]
shellac has joined #jruby
kegster has joined #jruby
donV has joined #jruby
camlow325 has joined #jruby
lanceball is now known as lance|afk
camlow325 has quit [Quit: WeeChat 1.5]
<GitHub91> [jruby] nateberkopec opened issue #4634: ENV.replace not working as expected https://git.io/vHlQA
cschneid_ has joined #jruby
<cschneid_> I have a gem that uses a C extensions for a small bit of it - its easy to stub out in plain ruby - is there a way to tell JRuby's gem install that its an optional extra, and that the library works ok w/o it?
<cschneid_> looks like other libs have a separate breakout library that users can optionally install, but that's not the best user experience
<GitHub94> [jruby] muga opened pull request #4635: [WIP] Implement RubyDateParser in Java (master...implement_rubydateparser_in_java) https://git.io/vHl5V
shellac has quit [Quit: Computer has gone to sleep.]
hobodave has quit [Quit: Computer has gone to sleep.]
donV has quit [Quit: donV]
hobodave has joined #jruby
nirvdrum has quit [Ping timeout: 268 seconds]
<chrisseaton> cschneid_: I think that is indeed how it's usually done. I think it's a pretty nice user experience - it's clear when you're using it and when you don't need it you can avoid it totally.
<cschneid_> @chrisseaton I'm from scoutapp.com - doing ruby monitoring. So trying to keep the install as easy as possible is pretty important. I was thinking I'd reverse it - the `scout_apm` gem has C ext stuff, and requires a no-C `scout_apm_base` gem. Then jruby & no-c-compiler situations can use that base one....
<chrisseaton> That seems good to me
<matthewd> cschneid_: The only danger there is if other gems start depending on the "wrong" one. We have that problem in Rails.
nirvdrum has joined #jruby
<cschneid_> matthewd: since it's the agent for a paid product, that seems unlikely that anybody would list us as a dependency. But yeah, that's the gotcha
<matthewd> Yeah, agree it seems unlikely to be a problem in this case
<cschneid_> Just a lot of rejiggering of all my code bases :)
<matthewd> cschneid_: I think you should also be able to publish a scout_apm gem specifically for the java platform that does a straight pass-through to the _base
<cschneid_> matthewd: ah perhaps - I don't know much about per-platform gems.
<cschneid_> Is that a flag you can set "this is for jruby", "this is for mri" as part of the gem spec?
<matthewd> So special cases like MRI-but-no-C-compiler can use it directly, but happy-path on jruby would just work
<matthewd> Yeah, AFAIK you just set spec.platform = 'java' (or something like that?)
<cschneid_> thanks for helping me think this through :)
lance|afk is now known as lanceball
hobodave has quit [Remote host closed the connection]
hobodave has joined #jruby
shellac has joined #jruby
subbu is now known as subbu|lunch
shellac has quit [Quit: Computer has gone to sleep.]
hobodave has quit [Quit: Computer has gone to sleep.]
drbobbeaty has quit [Read error: Connection reset by peer]
drbobbeaty has joined #jruby
shellac has joined #jruby
camlow325 has joined #jruby
prasunanand has quit [Ping timeout: 272 seconds]
hobodave has joined #jruby
camlow325 has quit [Quit: WeeChat 1.5]
camlow325 has joined #jruby
hobodave has quit [Quit: Computer has gone to sleep.]
hobodave has joined #jruby
subbu|lunch is now known as subbu
<GitHub17> [jruby] headius pushed 1 new commit to master: https://git.io/vH8WN
<GitHub17> jruby/master 9da60d7 Charles Oliver Nutter: Update jnr-ffi (along with jffi) to fix #4625.
<GitHub26> [jruby] headius closed issue #4625: FFI memory leak regression https://git.io/vHOu9
<GitHub83> [jruby] headius pushed 1 new commit to master: https://git.io/vH8Bl
<GitHub83> jruby/master 6b6f27b Charles Oliver Nutter: Add a "slow" test for FFI memory leaks, for #4625.
donV has joined #jruby
<travis-ci> jruby/jruby (master:9da60d7 by Charles Oliver Nutter): The build was fixed. (https://travis-ci.org/jruby/jruby/builds/237652303)
shellac has quit [Quit: Computer has gone to sleep.]
<travis-ci> jruby/jruby (master:6b6f27b by Charles Oliver Nutter): The build was fixed. (https://travis-ci.org/jruby/jruby/builds/237659233)
shellac has joined #jruby
hobodave has quit [Quit: Computer has gone to sleep.]
camlow325 has quit [Ping timeout: 245 seconds]
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
shellac has quit [Quit: Computer has gone to sleep.]
camlow325 has joined #jruby
lanceball is now known as lance|afk
Guest69 has joined #jruby
camlow325 has quit [Quit: WeeChat 1.5]
bbrowning is now known as bbrowning_away
cschneid_ has quit [Remote host closed the connection]
donV has quit [Quit: donV]
Guest69 has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
Guest69 has joined #jruby
camlow325 has joined #jruby