lopex has quit [Quit: Connection closed for inactivity]
bga57 has joined #jruby
rrutkowski has quit [Ping timeout: 264 seconds]
olle has quit [Quit: olle]
shellac has quit [Quit: Leaving]
drbobbeaty has joined #jruby
<GitHub158>
[jruby] thbar opened issue #4894: Is there a way to fail-fast on ambiguous arguments? https://git.io/vbgND
ragge_ has quit []
ragge_ has joined #jruby
Puffball_ has joined #jruby
Puffball has quit [Ping timeout: 248 seconds]
<reto_>
Hmm,... I just have a case of a trival script that runs faster with mri than with jruby
<reto_>
(even after warmup)
<reto_>
(even after warmup)
<reto_>
oops
bbrowning_away is now known as bbrowning
olle has joined #jruby
olle has quit [Client Quit]
olle has joined #jruby
joast has joined #jruby
Puffball_ has quit [Remote host closed the connection]
Puffball has joined #jruby
bbrowning is now known as bbrowning_away
shellac has joined #jruby
bbrowning_away is now known as bbrowning
subbu is now known as subbu|afk
<enebo>
reto_: open an issue or even post it here for now
shellac has quit [Quit: Computer has gone to sleep.]
rrutkowski has joined #jruby
<headius>
enebo: yeah, we'd love to see it
<headius>
rtyler: yeah pretty much
subbu|afk is now known as subbu
rrutkowski has quit [Client Quit]
rrutkowski has joined #jruby
lopex has joined #jruby
<rtyler>
headius: if I provisioned an account on https://codevalet.io to experiment with times and performance compared to Travis, would you be amenable to a Jenkinsfile in the jruby/jruby repo?
<headius>
rtyler: yeah sure, it would be worth exploring
shellac has joined #jruby
<rtyler>
I got some budget to onboard more open source projects to do some dogfooding of the leetest and greetest stuff coming down the Jenkins pipe :D
<headius>
well I'm glad you thought of us then!
<rtyler>
it was somewhat selfish
<rtyler>
the second platform I added support for after Ubuntu was FreeBSD, and I have hit a few FreeBSD issues with JRuby in my past :)
<headius>
that would be great to have CI for
<enebo>
rtyler: if it is not obvious where we will be using that config from can you add a comment in the file where we can see where it is used
<enebo>
lopex: but asJavaString supposedly will get 8859_1 Charset
<bascule>
there's the code in question
<bascule>
I'm trying to do the same thing as #to_java_bytes
<enebo>
bascule: you can do getByteList().bytes() and it should be fine
<bascule>
oh ho JavaArrayUtilities.ruby_string_to_bytes()
<lopex>
enebo: a question, why a c macro name would appear in binary ?
<enebo>
bascule: there is something I do not understand about our asJavaString(). Seemingly it should be 8859_1 bytes but if it grows that means it is something else
<bascule>
enebo: how can I inspect that?
* bascule
hits merge, lol
<enebo>
bascule: in Java? or Ruby?
olle has quit [Quit: olle]
<enebo>
bascule: primitives suck in Java for displaying I generally just make a simple loop but there is probably a nicer way
<bascule>
err I meant how can I inspect the encoding of the Java string
<enebo>
(googled... :) ). When I do this for reals I usually look at it in a debugger
<enebo>
bascule: you can't
<lopex>
enebo: so you thinks it's an external encoding artifact or something ?
<bascule>
the problem with getByteList() is it's implemented on RubyString... is there a simple conversion from IRubyObject to RubyString that raises a Ruby TypeError?