ur5us has quit [Ping timeout: 250 seconds]
drbobbeaty has quit [Read error: Connection reset by peer]
drbobbeaty has joined #jruby
drbobbeaty has quit [Read error: Connection reset by peer]
drbobbeaty has joined #jruby
drbobbeaty has quit [Read error: Connection reset by peer]
drbobbeaty has joined #jruby
nirvdrum has quit [Ping timeout: 276 seconds]
drbobbeaty has quit [Read error: Connection reset by peer]
drbobbeaty has joined #jruby
ur5us has joined #jruby
rusk has joined #jruby
drbobbeaty has quit [Ping timeout: 276 seconds]
nirvdrum has joined #jruby
_whitelogger has joined #jruby
ur5us has quit [Ping timeout: 250 seconds]
Specialist has joined #jruby
nirvdrum has quit [Ping timeout: 240 seconds]
nirvdrum has joined #jruby
justinmcp_ has joined #jruby
justinmcp has quit [Quit: No Ping reply in 180 seconds.]
drbobbeaty has joined #jruby
rusk has quit [Read error: Connection reset by peer]
rusk has joined #jruby
xardion has quit [Remote host closed the connection]
xardion has joined #jruby
<rwilliams[m]> Is there something like 'time' for windows so i can see how long a cmd line process takes?
<rwilliams[m]> I'm trying to compare jruby startup times in native windows vs inside WSL2
<enebo[m]> Jyrki: I have not even tried it past 8 so it likely requires some add-opens for jruby-core -> javafx module
<rwilliams[m]> Looks like i found this for power shell Measure-Command {start-process whateveryouwantexecute -Wait}
<Jyrki[m]> <enebo[m] "Jyrki: I have not even tried it "> Is this something I can set somehow via a java cli arg?
<enebo[m]> Jyrki: yeah and with .jruby.java_opts as well
<rwilliams[m]> So 'rails routes' takes 20 seconds with --dev and 27 seconds without it on Windows 10. It was 15 seconds with --dev in WSL2 and 22 seconds without. Do these startup times seem normal? It's killing me for running rake/rails tasks
<enebo[m]> Jyrki: trying to find wiki page since I believe we have updates this
<enebo[m]> rwilliams: it sounds somewhat slow to me but I always feel windows is slower FS-wise so I guess it depends
<rwilliams[m]> I'll give it a whirl on my mac later. But it's a lot slower of a machine than my windows machine.
<enebo[m]> Some times Java itself in warnings will tell you the CLI command to add but with .jruby.java_opts you can add those and not have a massive command line
nirvdrum has quit [Ping timeout: 245 seconds]
rusk has quit [Remote host closed the connection]
nirvdrum has joined #jruby
Specialist has quit [Ping timeout: 252 seconds]
rsim[m] has joined #jruby
* rsim[m] sent a long message: < >
<rwilliams[m]> just installed jruby from rbenv on mac os catalina and i'm getting this
* rwilliams[m] uploaded an image: Screen Shot 2019-11-25 at 10.22.32 AM.png (54KB) < https://matrix.org/_matrix/media/r0/download/matrix.org/tfXnvENzqRlGcZYecCyXfrPs >
* rsim[m] sent a long message: < >
<havenwood> rwilliams[m]: Curious to sanity check that you're really on 9.2.9.0? Did you have an earlier JRuby installed?
Antiarc has quit [Ping timeout: 240 seconds]
Antiarc has joined #jruby
<havenwood> rwilliams[m]: No reason to think it's involved, but I usually suggest an `rbenv rehash` with rbenv for good measure.
* rwilliams[m] uploaded an image: Screen Shot 2019-11-25 at 10.38.37 AM.png (58KB) < https://matrix.org/_matrix/media/r0/download/matrix.org/qhsjbpqukQcMCzXjIBruzJMQ >
<rwilliams[m]> @heavenwood
<rwilliams[m]> how to you @
<rwilliams[m]> havenwood: I reshashed too.
Specialist has joined #jruby
<rsim[m]> Found the JRuby issue https://github.com/jruby/jruby/issues/5969 which probably is causing these illegal access errors in JRuby 9.2.9.0
<havenwood> rwilliams[m]: Thanks, so it really is JRuby 9.2.9.0 with OpenJDK JDK 13.
lucasb has joined #jruby
<rwilliams[m]> havenwood:
<rwilliams[m]> havenwood: Thanks
sagax has quit [Ping timeout: 240 seconds]
<rwilliams[m]> enebo: I did some bench marking for WSL2/Windows/OSX/Docker for 'rails routes' on my app. https://gist.github.com/rwilliams/a4201e142c72239ddd4ac7c7dccb9d50 I guess it's just something i'll have to get used to unless i can somehow integrate something like Nailgun into my docker workflow
subbu is now known as subbu|lunch
<enebo[m]> rwilliams: on native windows (not WSL) some of that is that we use Java IO and not native IO and because of this we also have an explicit \r\n handling. WSL2 speed I have no answer for. drip might be worth a try vs nailgun which traditionally have had some issues with IO
<rwilliams[m]> enebo: I'll give drip another go today
<enebo[m]> rwilliams: personally I have always felt windows FS as not doing well with lots of file opening
<headius[m]> And this was on wsl also?
<headius[m]> Which is slower
Specialist has quit [Ping timeout: 276 seconds]
Specialist has joined #jruby
<rsim[m]> headius: Could you look at my comment at https://github.com/jruby/jruby/issues/5969 and confirm that we get the same known issue on Java 11 and getting "illegal access" for some public methods?
subbu|lunch is now known as subbu
joast has quit [Quit: Leaving.]
<rwilliams[m]> @he
<rwilliams[m]> headius: Windows is slower that WSL2, WSL2 docker is a decent bit slower than WSL2. WSL2 was faster than my macbook pro. Docker on the macbook is terrible but this is a known issue.
joast has joined #jruby
Antiarc has quit [Read error: Connection reset by peer]
Antiarc has joined #jruby
ur5us has joined #jruby
ur5us has quit [Remote host closed the connection]
ur5us has joined #jruby
ur5us has quit [Remote host closed the connection]
ur5us has joined #jruby
Specialist has quit [Ping timeout: 276 seconds]
<rwilliams[m]> I'm trying to build nailgun and I'm getting Buildfile: build.xml does not exist! I'm using the jruby:9.2-jdk docker image
<rwilliams[m]> I'm trying to use jruby with nailgun and I get /opt/jruby/bin/jruby: line 488: org.jruby.util.NailMain: command not found
* rwilliams[m] uploaded an image: Annotation 2019-11-25 151522.png (40KB) < https://matrix.org/_matrix/media/r0/download/matrix.org/KuBHcstqdYLuwLeYdLNVYTqx >
NightMonkey has quit [Quit: ZNC - http://znc.in]
NightMonkey has joined #jruby
subbu is now known as subbu|afk