phrinx has quit [Remote host closed the connection]
baroquebobcat has joined #jruby
colinsurprenant has joined #jruby
dinfuehr has joined #jruby
pietr0 has quit [Ping timeout: 264 seconds]
colinsurprenant has quit [Quit: colinsurprenant]
fvf has quit [Ping timeout: 250 seconds]
baroquebobcat has quit [Quit: baroquebobcat]
bjfish2 has joined #jruby
subbu|away has joined #jruby
yfeldblu_ has quit [Remote host closed the connection]
samsumika has joined #jruby
Aethenelle has quit [Quit: Aethenelle]
rsim has quit [Quit: Leaving.]
<samsumika>
Hi, testing some SSL code that works in MRI in JRuby. I'm trying to use jruby-openssl. I added 'gem jruby-openssl' to my Gemfile and can see that it's present. However, I'm seeing the same OpenSSL error as I got before I added it.
<samsumika>
What's a good way of checking that its loaded correctly?
samsumika has quit [Ping timeout: 246 seconds]
dinfuehr has quit [Remote host closed the connection]
cremes has quit [Read error: Connection reset by peer]
cremes has joined #jruby
havenwood has joined #jruby
shellac has joined #jruby
colinsurprenant has quit [Quit: colinsurprenant]
digitalextremist has quit [Remote host closed the connection]
dinfuehr has joined #jruby
dinfuehr has quit [Ping timeout: 260 seconds]
skade has quit [Quit: Computer has gone to sleep.]
mje113 has joined #jruby
mkristian has joined #jruby
baroquebobcat has joined #jruby
Aethenelle has quit [Read error: Connection reset by peer]
hobodave has joined #jruby
hobodave has quit [Read error: Connection reset by peer]
hobodave has joined #jruby
bjfish2 has joined #jruby
dinfuehr has joined #jruby
dinfuehr has quit [Ping timeout: 246 seconds]
subbu|away has joined #jruby
erikhatcher has quit [Quit: erikhatcher]
subbu|away is now known as subbu
enebo has joined #jruby
phrinx has joined #jruby
baroquebobcat has quit [Quit: baroquebobcat]
skade has joined #jruby
phrinx has quit [Ping timeout: 255 seconds]
phrinx has joined #jruby
hobodave has quit [Quit: Computer has gone to sleep.]
mkristian has quit [Quit: This computer has gone to sleep]
skade has quit [Quit: Computer has gone to sleep.]
hobodave has joined #jruby
camlow325 has joined #jruby
camlow325 has quit [Remote host closed the connection]
camlow325 has joined #jruby
rcvalle has joined #jruby
JRubyGithub has joined #jruby
<JRubyGithub>
[jruby] enebo pushed 1 new commit to master: http://git.io/v3lQs
<JRubyGithub>
jruby/master a373306 Thomas E. Enebo: Unbreak indy
JRubyGithub has left #jruby [#jruby]
dinfuehr has joined #jruby
dinfuehr has quit [Ping timeout: 250 seconds]
pietr0 has joined #jruby
vtunka has quit [Quit: Leaving]
<bjfish2>
general ruby question , is there a way to fully qualify a specific Module instance method if the method name is also being in the class including the module, example: https://gist.github.com/bjfish/84bab14f6f335db1a176
drbobbeaty has quit [Read error: Connection reset by peer]
drbobbeaty has joined #jruby
samphippen has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
hobodave has quit [Quit: Computer has gone to sleep.]
<bjfish2>
enebo that’s what i’ve ended up doing for now to workaround!
<enebo>
bjfish2: I keep thinking there is a way for you to get this as an UnboundMethod then bind and call it
<enebo>
oh yeah I nearly have it
<enebo>
m = Test1.instance_method(:call_me)
<enebo>
m.bind(self).call
<enebo>
bjfish2: ^
<bjfish2>
enebo awesome thanks
<enebo>
bjfish2: I never rememer which reflective method to use…method only works in the instance
<bjfish2>
enebo i need to learn more about UnboundMethod, seems like there should be a more straightforward way to call this type of method, maybe it’s not a common situation
hobodave has joined #jruby
<enebo>
bjfish2: you can stash that away too so you need not look it up over and over but Ruby using the sole word super I think make the granularity of what you call more difficult
<enebo>
bjfish2: the second flaw is without exact targetting like unbound method your code would break if there was a way with super and you happened to later include another module at some point with the same-named method
<bjfish2>
enebo yeah i’d prefered to fully qualify because of that possible additional include situation
<rtyler>
interesting, I thought european countries could buy/sell power easily between them
<lopex>
they say its not as easy
<nirvdrum>
enebo: Did you end up merging that no_newline branch?
<enebo>
nirvdrum: yeah
<nirvdrum>
Cool. I guess I missed that.
<enebo>
so transparent no one noticed :)
skade has joined #jruby
<rtyler>
lopex: I would email you some extra watts from california but we probably can't spare any either
<enebo>
except you who had the pain of changing BodyTranslator
skade has quit [Client Quit]
<lopex>
rtyler: otoh we havent seen any blackouts since the 80s
drbobbeaty has quit [Read error: Connection reset by peer]
drbobbeaty has joined #jruby
balo has quit [Quit: leaving]
<enebo>
lopex: I guess Tokyo had a record heatwave last week as well
<nirvdrum>
enebo: It was annoying, but the AST hasn't really changed in a while so I'm not terribly worried about ongoing maintenance.
<nirvdrum>
Someday, someone will miss one of those wrapped calls. But not my chair, not my problem.
<enebo>
nirvdrum: I have thought about more wacky memory reduction ideas but if I do them I will probably just fix truffle as well
hobodave has joined #jruby
erikhatcher has quit [Quit: erikhatcher]
JRubyGithub has joined #jruby
<JRubyGithub>
[jruby] pitr-ch pushed 1 new commit to master: http://git.io/v38Ad
JRubyGithub has left #jruby [#jruby]
<JRubyGithub>
jruby/master 488cf2e Petr Chalupa: Revert "[Truffle] skip mri test ruby/test_not.rb which causes parsing error"...
<enebo>
lopex: “Ikea Poland Takes Meatballs Off Menu, Shuts Shop Amid Power Cuts"
<lopex>
:)
mkristian has joined #jruby
<enebo>
lopex: interesting headline
<lopex>
enebo: I know my country is a joke
erikhatcher has joined #jruby
<enebo>
lopex: I don’t think so but I had several interesting conversations about labor costs and surviving increased costs as your software economy improves
phrinx_ has joined #jruby
<enebo>
lopex: all conversations ended with not exporting your talents for external software but focusing on software which other polish folks will buy
<lopex>
enebo: also political lobbying and making national assets depending on some major polish companies
erikhatcher has quit [Client Quit]
phrinx has quit [Ping timeout: 265 seconds]
mkristian has quit [Ping timeout: 272 seconds]
mkristian_ has joined #jruby
phrinx has joined #jruby
phrinx_ has quit [Read error: Connection reset by peer]
shellac has quit [Quit: Computer has gone to sleep.]
dinfuehr has quit [Ping timeout: 265 seconds]
erikhatcher has quit [Quit: erikhatcher]
shellac has joined #jruby
erikhatcher has joined #jruby
tkrajcar has joined #jruby
pitr-ch has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
pitr-ch has joined #jruby
pitr-ch has quit [Client Quit]
mkristian_ has quit [Quit: This computer has gone to sleep]
subbu is now known as subbu|lunch
pitr-ch has joined #jruby
pitr-ch has quit [Client Quit]
pitr-ch has joined #jruby
skade has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
shellac has joined #jruby
shellac has quit [Client Quit]
skade has quit [Quit: Computer has gone to sleep.]
bb010g has joined #jruby
dinfuehr has joined #jruby
dinfuehr has quit [Ping timeout: 260 seconds]
robbyoconnor has quit [Ping timeout: 255 seconds]
pitr-ch has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
subbu|lunch is now known as subbu
samphippen has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
hobodave has joined #jruby
samphippen has joined #jruby
yfeldblum has quit [Remote host closed the connection]
erikhatcher has quit [Quit: erikhatcher]
yfeldblum has joined #jruby
<tarcieri>
so much jruby-openssl sadness
<tarcieri>
does anyone who works on jruby-openssl live in SF?
mkristian has joined #jruby
<rtyler>
i'm in SF and I work with mkristian who works on jruby-openssl :P
<rtyler>
jordansissel is in SJ and he's touched it before too
<rtyler>
tarcieri: what's making you sad?
<tarcieri>
about 15 different things
<tarcieri>
weird BouncyCastle errors
<tarcieri>
random certificate verification errors, both server certs and client certs, that randomly pop up between minor jruby-openssl version changes
<rtyler>
tarcieri: so what are you looking for from somebody in SF, just somebody to yell at for a bit?
<tarcieri>
I would like to get Zachary Scott and a jruby-openssl person in a room
<tarcieri>
with a bunch of frustrated Squares
<tarcieri>
and try to merge the gems together
<tarcieri>
so we can help write regression tests (or rather, capture regressions) and test them against both the MRI cext backend and the JRuby backend
<tarcieri>
and solve this problem once
<tarcieri>
we run into MRI regressions too, but jruby-openssl regressions are much, much more frequent
samphippen has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<rtyler>
tarcieri: one option might be, if folks can come to Lookout's office, I can get mkristian up on a big mondopda videoconferenced in from Germany :P
samphippen has joined #jruby
<tarcieri>
haha, ok
<rtyler>
headius is in santa clara this week, but I'm not sure how easily he is swaye dfrom JVMLS
robbyoconnor has joined #jruby
Bloop_ has joined #jruby
<rtyler>
tarcieri: i'll ping him and get back to you
dinfuehr has joined #jruby
<tarcieri>
sweet
<rtyler>
tarcieri: would you be able to pull something off this week if I made it hapen?
<tarcieri>
maybe, depends when
* rtyler
is in Santa Rosa most of the week
<rtyler>
week/life
<tarcieri>
heh
<rtyler>
tarcieri: our office is at 1 Front St, so if we can rally people there, it's super easy to get people BARTed in
yfeldblum has quit [Remote host closed the connection]
camlow325 has quit [Read error: Connection reset by peer]
camlow325 has joined #jruby
<subbu>
may not be the best channel to ask this, but doesn't hurt. :-) Anyone here know if there are thin wrapper libs on top of the servlet api .. apparently the servlet api doesn't provide multipart encoded form params .. you have to do it yourself by decoding the POST body.
hobodave has quit [Quit: Computer has gone to sleep.]