<rebelwarrior[m]>
Quick question what’s the recommended JDK on a Mac? I have the oracle one JDK 8.
lucasb has quit [Quit: Connection closed for inactivity]
<headius[m]>
Any JDK 8 is good
<headius[m]>
Higher should be good too but they complain about some things we do
adam12 has joined #jruby
sagax has joined #jruby
nirvdrum has joined #jruby
nirvdrum has quit [Ping timeout: 268 seconds]
ur5us__ has quit [Ping timeout: 250 seconds]
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
huiming[m] has joined #jruby
<huiming[m]>
Hi, where can I follow up the progress of running Discourse on JRuby?
ur5us__ has joined #jruby
eregon has quit [*.net *.split]
eregon has joined #jruby
nirvdrum has joined #jruby
ur5us__ has quit [Ping timeout: 250 seconds]
_whitelogger has joined #jruby
eregon has quit [*.net *.split]
rdubya[m] has quit [*.net *.split]
anubhav8421[m] has quit [*.net *.split]
sandio[m] has quit [*.net *.split]
brodock[m] has quit [*.net *.split]
asp_ has quit [*.net *.split]
Freaky has quit [*.net *.split]
lanceball has quit [*.net *.split]
rtyler has quit [*.net *.split]
knu has quit [*.net *.split]
joast has quit [*.net *.split]
subbu has quit [*.net *.split]
_whitelogger has joined #jruby
lanceball has joined #jruby
Freaky has joined #jruby
asp_ has joined #jruby
anubhav8421[m] has joined #jruby
sandio[m] has joined #jruby
Osho has joined #jruby
ilbelkyr has joined #jruby
quadz has joined #jruby
subbu has joined #jruby
rtyler has joined #jruby
joast has joined #jruby
knu has joined #jruby
huiming[m] has joined #jruby
rebelwarrior[m] has joined #jruby
xardion has joined #jruby
satyanash has joined #jruby
ang-st has joined #jruby
claudiuinberlin[ has joined #jruby
victori has joined #jruby
olleolleolle has joined #jruby
jeremyevans_ has joined #jruby
dopplergange has joined #jruby
headius[m] has joined #jruby
daniel_jruby_que has joined #jruby
XavierNoriaGitte has joined #jruby
UweKuboschGitter has joined #jruby
JulesIvanicGitte has joined #jruby
cshupp[m] has joined #jruby
JesseChavezGitte has joined #jruby
BlaneDabneyGitte has joined #jruby
FlorianDoubletGi has joined #jruby
TimGitter[m]1 has joined #jruby
MattPattersonGit has joined #jruby
KarolBucekGitter has joined #jruby
liamwhiteGitter[ has joined #jruby
enebo[m] has joined #jruby
cbruckmayer[m] has joined #jruby
Jyrki[m] has joined #jruby
metafr[m] has joined #jruby
CharlesOliverNut has joined #jruby
donv[m] has joined #jruby
rwilliams[m] has joined #jruby
ThomasEEneboGitt has joined #jruby
haze has joined #jruby
NightMonkey has joined #jruby
rtyler_ has joined #jruby
justinmcp_ has joined #jruby
michael_mbp has joined #jruby
vanaltj has joined #jruby
Liothen has joined #jruby
Iambchop has joined #jruby
ChrisBr has joined #jruby
den_d has joined #jruby
bga57 has joined #jruby
vs-de[m] has joined #jruby
ChrisSeatonGitte has joined #jruby
fidothe has joined #jruby
TimGitter[m] has joined #jruby
lopex has joined #jruby
brodock[m] has joined #jruby
rdubya[m] has joined #jruby
Antiarc has joined #jruby
RomainManni-Buca has joined #jruby
ebarrett has joined #jruby
eregon has joined #jruby
lopex[m] has joined #jruby
voloyev[m] has joined #jruby
nirvdrum has joined #jruby
havenwood has joined #jruby
adam12 has joined #jruby
Caerus has joined #jruby
shellac has joined #jruby
drbobbeaty has joined #jruby
lucasb has joined #jruby
<headius[m]>
huiming: You can chat with enebo when he's online in a little while...he has done most of the work
<headius[m]>
I know the basics though... it works at a very rudimentary level but currently does not render content because of some incompatibility with the V8 binding we use (the page data is gathered but the JS-based rendering to HTML does not run properly)
<headius[m]>
it's something we'd like to move forward with but it's mostly at a proof-of-concept stage right now
<rwilliams[m]>
So the first 4 tweets on my timeline today were Chris Seaton, Jruby Team, headius, then ruby inside....I'm noticing a pattern.
<headius[m]>
sounds like you're a Rubyist!
<enebo[m]>
I have been working on discourse but took a pretty long break.
xardion has quit [Remote host closed the connection]
xardion has joined #jruby
lucasb has quit [Quit: Connection closed for inactivity]
shellac has quit [Quit: Computer has gone to sleep.]
shellac has quit [Quit: Computer has gone to sleep.]
lucasb has joined #jruby
<rwilliams[m]>
With regards to https://github.com/jruby/jruby/issues/5981 I'd love to dig into this myself but when i look at the source line mentioned line doesn't seem to exist.
<headius[m]>
rwilliams: ahh yeah...you know what, I think I just deleted that in 9.2.9 because I didn't think anyone would be using it again
<headius[m]>
NailGun always kinda sorta worked but because you had this persistent JVM it leaked and leaked stuff until it went bad
<headius[m]>
Drip was a better option if you could get it to start up something ahead of time but it was easy to get ahead of it if you move fast
<rwilliams[m]>
I'm using theine now which is working pretty well but it's a lot of extra work compared to nailgun or drip. And yeah I tried drip too and it doesn't work for some reason.
<headius[m]>
hmm yeah
<headius[m]>
are you on Linux?
<rwilliams[m]>
yes, well WSL
<headius[m]>
ahh this may not work then... we have been looking at someting called CRIU in Linux that lets you save a process and restore copies of it quickly later
<headius[m]>
I am curious if we could get drip to work for you though...did you file any issue for that?
<headius[m]>
Drip is definitely cleaner than Nailgun