sagax has quit [Write error: Connection reset by peer]
sagax has joined #jruby
shellac has joined #jruby
mat_bug has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
shellac has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
rusk has joined #jruby
shellac has joined #jruby
mat_bug has quit [Remote host closed the connection]
mat_bug has joined #jruby
mat_bug has quit [Remote host closed the connection]
mat_bug has joined #jruby
mat_bug has quit [Remote host closed the connection]
mat_bug has joined #jruby
<kares[m]>
btw. RG.org does provide database dumps, so we can populate gem data
<kares[m]>
it would be a good way to "show off", eventually, having better numbers for common paths such as viewing a gem
<kares[m]>
its obviously tight to a single Rails version (not following upstream closely) and Postgres
<kares[m]>
but still ...
mat_bug has quit [Remote host closed the connection]
shellac has quit [Quit: Computer has gone to sleep.]
mat_bug has joined #jruby
Antiarc_ has joined #jruby
Antiarc has quit [Ping timeout: 245 seconds]
mat_bug has quit [Remote host closed the connection]
mat_bug has joined #jruby
shellac has joined #jruby
shellac has quit [Ping timeout: 272 seconds]
mat_bug has quit [Remote host closed the connection]
lucasb has joined #jruby
shellac has joined #jruby
mat_bug has joined #jruby
shellac has quit [Ping timeout: 245 seconds]
nirvdrum_ has joined #jruby
shellac has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
mat_bug has quit [Remote host closed the connection]
mat_bug has joined #jruby
mat_bug has quit [Remote host closed the connection]
mat_bug has joined #jruby
mat_bug has quit [Remote host closed the connection]
<enebo[m]>
kares: if I can understand how that is done/setup I would love to test it. The other issue is setting up prod + fake cert
<enebo[m]>
kares: part of where I got stuck for last conferences presentation was wanting to do localhost testing so I faked out s3 stuff with toxiproxy but then also disabled https
rusk has quit [Remote host closed the connection]
xardion has quit [Remote host closed the connection]
xardion has joined #jruby
TimGitter[m]1 has quit [Remote host closed the connection]
rdubya[m] has quit [Remote host closed the connection]
just_another_use has quit [Remote host closed the connection]
ChrisSeatonGitte has quit [Remote host closed the connection]
XavierNoriaGitte has quit [Remote host closed the connection]
enebo[m] has quit [Remote host closed the connection]
cheald[m] has quit [Remote host closed the connection]
OlleJonssonGitte has quit [Remote host closed the connection]
MarcinMielyskiGi has quit [Remote host closed the connection]
KarolBucekGitter has quit [Remote host closed the connection]
lemonandroid[m] has quit [Write error: Connection reset by peer]
JesseChavezGitte has quit [Remote host closed the connection]
RomainManni-Buca has quit [Remote host closed the connection]
ThomasEEneboGitt has quit [Read error: Connection reset by peer]
kares[m] has quit [Read error: Connection reset by peer]
liamwhiteGitter[ has quit [Write error: Connection reset by peer]
sillymob[m] has quit [Read error: Connection reset by peer]
FlorianDoubletGi has quit [Remote host closed the connection]
CharlesOliverNut has quit [Remote host closed the connection]
MattPattersonGit has quit [Remote host closed the connection]
GitterIntegratio has quit [Remote host closed the connection]
_whitelogger has joined #jruby
GitterIntegratio has joined #jruby
lopex[m] has joined #jruby
headius[m] has joined #jruby
MarcinMielyskiGi has joined #jruby
KarolBucekGitter has joined #jruby
JesseChavezGitte has joined #jruby
kares[m] has joined #jruby
rdubya[m] has joined #jruby
OlleJonssonGitte has joined #jruby
ThomasEEneboGitt has joined #jruby
BlaneDabneyGitte has joined #jruby
lemonandroid[m] has joined #jruby
MattPattersonGit has joined #jruby
cheald[m] has joined #jruby
JulesIvanicGitte has joined #jruby
just_another_use has joined #jruby
sillymob[m] has joined #jruby
FlorianDoubletGi has joined #jruby
TimGitter[m] has joined #jruby
brometeo[m] has joined #jruby
RomainManni-Buca has joined #jruby
enebo[m] has joined #jruby
XavierNoriaGitte has joined #jruby
TimGitter[m]1 has joined #jruby
CharlesOliverNut has joined #jruby
liamwhiteGitter[ has joined #jruby
ChrisSeatonGitte has joined #jruby
UweKuboschGitter has joined #jruby
<UweKuboschGitter>
@headius I have some progress on Ruboto.
subbu is now known as subbu|break
<kares[m]>
that is fine I disabled https completely and did not test with s3 or es available. just the rails part. a patch to disable https with an env should be easy and hopefully acceptable by RG
<headius[m]>
our module wrangling is still not quite right (unsurprisingly) but this should allow opening up a package and then you can call protected methods from its classes
<headius[m]>
I have another diff that might make this work for non-visible classes but I have not tested (bug report does not appear to need it)
<headius[m]>
I only discovered this by reading through some old modules-dev emails
<headius[m]>
so we could basically just ship a file with JRuby, point at it, and then anyone who wants to add to it or make their own can also do it
<headius[m]>
hell we could even make a little tool to update it
<enebo[m]>
@foo is insane
<headius[m]>
this changes everything
just_another_use has quit [Quit: Idle kick: User has been idle for 30+ days.]
<headius[m]>
ok this seems to be a generic JAVA_OPTS thing
<headius[m]>
so basically you can put all JVM opts you want in a file and then at the java command line specify @my_opts and it will use that
<headius[m]>
maybe I did know about this
<headius[m]>
JAVA_OPTS=@somefile isn't bad though
cheald[m] has quit [Quit: Idle kick: User has been idle for 23+ days.]
lemonandroid[m] has quit [Quit: Idle kick: User has been idle for 23+ days.]
<headius[m]>
kares: I pushed the accessibility fix to master...it also appears to fix the problems of calling protected superclass methods from a Ruby-based subclass (if you open up the superclass's package)
<headius[m]>
I think we need a better way to inform people how to do these opens...right now we just silently don't bind methods we can't make accessible without a warning, but maybe we should warn or bind dummy methods that tell people what to do?
<headius[m]>
like for the case in GH-5821, maybe when we see that a method is not going to be accessible, we should bind a method that says "if you want to call this method you need to do X"
<headius[m]>
enebo: ^^
<enebo[m]>
headius: yeah for Java 9+ that might be the only thing we can do. Otherwise it is super opaque. It would be even better if we could somehow know this was from module access as well
<headius[m]>
I didn't like the default warning because it tells you nothing about how to fix the problem...but in removing it we made it even more opaque