shellac has quit [Quit: Computer has gone to sleep.]
pitr-ch has quit [Read error: Connection reset by peer]
knowtheory has quit [Ping timeout: 240 seconds]
<GitHub90>
[jruby] lephyrius opened issue #3528: ActiveRecord::StatementInvalid: ArgumentError: wrong number of arguments (1 for 2) for invokedynamic http://git.io/vRhzs
Scorchin has quit [Ping timeout: 240 seconds]
knowtheory has joined #jruby
pitr-ch has joined #jruby
Scorchin has joined #jruby
shellac has joined #jruby
pitr-ch has quit [Read error: Connection reset by peer]
pitr-ch has joined #jruby
pitr-ch has quit [Read error: Connection reset by peer]
pitr-ch has joined #jruby
pitr-ch has quit [Read error: Connection reset by peer]
pitr-ch has joined #jruby
ITXpander has joined #jruby
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
pitr-ch has quit [Read error: Connection reset by peer]
brauliobo has joined #jruby
temporalfox has quit [Ping timeout: 256 seconds]
temporal_ has joined #jruby
pitr-ch has joined #jruby
brauliobo_ has quit [Ping timeout: 256 seconds]
skade has quit [Quit: Computer has gone to sleep.]
skade has joined #jruby
tenderlove has joined #jruby
tenderlove has quit [Remote host closed the connection]
temporal_ has quit [Remote host closed the connection]
pitr-ch has quit [Read error: Connection reset by peer]
temporalfox has joined #jruby
pitr-ch has joined #jruby
pitr-ch has quit [Read error: Connection reset by peer]
pitr-ch has joined #jruby
skade has quit [Quit: Computer has gone to sleep.]
skade has joined #jruby
pitr-ch has quit [Read error: Connection reset by peer]
pitr-ch has joined #jruby
vtunka has joined #jruby
bbrowning has joined #jruby
pitr-ch_ has joined #jruby
pitr-ch has quit [Read error: Connection reset by peer]
pitr-ch_ has quit [Read error: Connection reset by peer]
<chrisseaton>
kkngiht: you can take one of those as a starting point, and you can get lots of help here to solve it
vtunka has quit [Quit: Leaving]
klemanski has joined #jruby
shellac has quit [Client Quit]
<kkngiht>
chrisseaton: How much Jruby is different from Ruby as for my knowledge its ruby running on java platform
<chrisseaton>
kkngiht: yes it's just an implementation of Ruby using the JVM - you can pretend it's exactly the same as MRI if you want to (it is modulo a couple of tiny things and bugs) or you can use it to do things like java interop
<GitHub51>
[jruby] kares pushed 1 new commit to jruby-1_7: http://git.io/v0fTQ
<GitHub51>
jruby/jruby-1_7 e9ff82b kares: handle "junk" tail in BigDecimal parsing like MRI does (fixes #3527)...
<kkngiht>
also somewhere i have found its little bit slower to MRI
<chrisseaton>
kkngiht: it's often slower for a few seconds, and then becomes faster
<kkngiht>
how to make it fast, any clue
<chrisseaton>
just make sure your program is stable and runs for more than a few seconds to see a benefit
<kkngiht>
on your wiki page you have mention lots of project
<GitHub34>
jruby/master 1233813 kares: [test] [stdlib] import test_float.rb from 2.2.3 and fix +0.0 and -0.0 equality
<kkngiht>
and one more thing Ruby organistion participate along with Jruby in Gsoc or both in their own way?
<kkngiht>
means differently
<GitHub28>
[jruby] kares commented on commit 2884969: // cc @eregon and people of [truffle] - please review the new MRI tests (from 2.2.3) http://git.io/v0fZe
<chrisseaton>
kkngiht: they both apply separately
<chrisseaton>
kkngiht: but as I say, JRuby doesn't seem to get accepted anymore
<kkngiht>
i am expecting no java in my Project is it ok
<kkngiht>
to build without java
<kkngiht>
Why Jruby has worked in past with Gsoc?
<chrisseaton>
kkngiht: you can't really work on JRuby without using Java
<chrisseaton>
kkngiht: I don't know why they don't accept us anymore - making space for other projects I guess
<kkngiht>
something like c extension. truffle
<chrisseaton>
kkngiht: C extensions were a previous GSOC, and it didn't work out as well as was hoped
<chrisseaton>
kkngiht: truffle is a great project to work on, but there's a ton to learn for that
<kkngiht>
then for begineers what is good without java
<kkngiht>
much of time is also there
<chrisseaton>
kkngiht: it's not the best project for someone who doesn't want to use any Java tbh
tenderlove has joined #jruby
tenderlove has quit [Remote host closed the connection]
<klemanski>
but I would like to know if it's "all" that it do
<klemanski>
if it's equalt to just setting -J-Djruby.compile.mode=FORCE
tenderlove has quit [Ping timeout: 256 seconds]
<klemanski>
eqcept that it overrides properties (higher priority)
kkngiht has quit [Quit: Leaving]
<klemanski>
ArgumentProcessor suggests that it is only that, but I would like to be sure
kknight has joined #jruby
bbrowning_away is now known as bbrowning
hobodave has joined #jruby
<chrisseaton>
klemanski: sorry, Truffle is also implemented using Java :)
<klemanski>
chrisseaton, NTP?
<klemanski>
Not This Person? :)
<chrisseaton>
kknight: ^
<chrisseaton>
klemanski: enebo or headius are probably the best people to ask about this
<klemanski>
chrisseaton, OK I will wait. I'm grepping the code but can't get sure about "only this"
<kknight>
yeah
<kknight>
i was off for few sec
<chrisseaton>
klemanski: any reason you're interested? Is JRuby too slow for something you're doing?
<kknight>
chrisseaton: do i have missed some imp info?
<chrisseaton>
kknight: I said 'sorry, Truffle is also implemented using Java :)' but mentioned the wrong person
<klemanski>
I've found it inside configuration of one of project I maintain. It works ok, but option is not well described anywhere and if could get sure that all that it does is -J-Djruby.compile.mode=FORCE then i will replace it
<klemanski>
i've done some simple ab -n test and fast without indy is much better it this case than jit+indy
<chrisseaton>
klemanski: but none of that will change how your program runs (unless you have a very extreme program), so either it runs faster or doesn't
<chrisseaton>
klemanski: i would say, try with fast, with indy, without indy, and run whichever works best for you
<chrisseaton>
I think it's very unlikely your program is using this option because they found it was required for something to work properly
<klemanski>
rather for speed, my simple ab -n 100 test confirms that this (--fast + no indy) is a better setting that other options (jit without indy, jit+indy, off+indy)
<klemanski>
at least for this app
<hobodave>
hey guys
tenderlove has joined #jruby
tenderlove has quit [Remote host closed the connection]
tenderlove has joined #jruby
<hobodave>
I'm getting a bizarre error from jruby-9.x
<hobodave>
NoMethodError: undefined method `open?' for #<File:/dev/tty>
<hobodave>
the exception is raised from this line:
<hobodave>
IO.console.winsize.last if @output.tty?
blaxter has quit [Quit: foo]
<hobodave>
what's weird is I'm not actually calling #open?
<hobodave>
the call to .tty? is raising
<chrisseaton>
klemanski: try running for longer - at least a minute
<chrisseaton>
klemanski: unless your app doesn't run for that long
<chrisseaton>
hobodave: can you give us some simple code we can run to reproduce?
tenderlove has quit [Ping timeout: 256 seconds]
<hobodave>
chrisseaton sure, let me see if that is easily reproducible in console
pitr-ch has quit [Read error: Connection reset by peer]
pitr-ch has joined #jruby
tenderlove has quit [Ping timeout: 256 seconds]
pitr-ch has quit [Read error: Connection reset by peer]
pitr-ch has joined #jruby
yfeldblum has joined #jruby
pitr-ch has quit [Read error: Connection reset by peer]
pitr-ch_ has joined #jruby
tenderlove has joined #jruby
pitr-ch_ has quit [Read error: Connection reset by peer]
tenderlove has quit [Remote host closed the connection]
tenderlove has joined #jruby
pitr-ch has joined #jruby
tenderlove has quit [Ping timeout: 256 seconds]
pitr-ch has quit [Read error: Connection reset by peer]
pitr-ch has joined #jruby
pitr-ch_ has joined #jruby
pitr-ch has quit [Read error: Connection reset by peer]
pitr-ch_ has quit [Read error: Connection reset by peer]
pitr-ch has joined #jruby
pitr-ch has quit [Read error: Connection reset by peer]
isjaylee1 has left #jruby [#jruby]
pietr0 has quit [Quit: pietr0]
mkristian has quit [Quit: This computer has gone to sleep]
tenderlove has joined #jruby
tenderlove has quit [Remote host closed the connection]
tenderlove has joined #jruby
pitr-ch has joined #jruby
tenderlove has quit [Ping timeout: 256 seconds]
pitr-ch has quit [Read error: Connection reset by peer]
pitr-ch has joined #jruby
mkristian has joined #jruby
<GitHub199>
[jruby] mohamedhafez opened issue #3531: Net::HTTP can't bind to ipv6 address http://git.io/v0JBd
pitr-ch has quit [Read error: Connection reset by peer]
pitr-ch has joined #jruby
pitr-ch_ has joined #jruby
pitr-ch has quit [Read error: Connection reset by peer]
emakris has joined #jruby
pitr-ch_ has quit [Read error: Connection reset by peer]
mustmodify has joined #jruby
bbrowning is now known as bbrowning_away
brauliobo has joined #jruby
yfeldblum has quit [Ping timeout: 240 seconds]
<mustmodify>
headius: hey in 20 words or less, what should I say to someone who is loading a bunch of files, and wants to skip certain files unless jruby, and his big plan is to raise an exception on the first line and catch it in the loading code?
<mustmodify>
(for some value of 20)
pietr0 has joined #jruby
pitr-ch has joined #jruby
skade has quit [Quit: Computer has gone to sleep.]
pitr-ch has quit [Read error: Connection reset by peer]
mkristian has quit [Quit: This computer has gone to sleep]
pitr-ch has joined #jruby
mkristian has joined #jruby
pitr-ch has quit [Read error: Connection reset by peer]
pitr-ch has joined #jruby
tenderlove has joined #jruby
tenderlove has quit [Remote host closed the connection]
tenderlove has joined #jruby
pitr-ch has quit [Read error: Connection reset by peer]
pitr-ch has joined #jruby
camlow325 has quit [Read error: Connection reset by peer]
camlow325 has joined #jruby
skade has joined #jruby
tenderlove has quit [Ping timeout: 256 seconds]
klemanski has quit [Quit: This computer has gone to sleep]
pitr-ch_ has joined #jruby
pitr-ch has quit [Read error: Connection reset by peer]
ph has quit [Ping timeout: 240 seconds]
mkristian has quit [Quit: This computer has gone to sleep]
<ratnikov_>
hmm =/
<ratnikov_>
Has anyone ever encountered "Regexp Interrupted" error messages while doing regexp search?
<ratnikov_>
I was pretty sure my code runs in single-threaded mode too =/
tenderlove has joined #jruby
tenderlove has quit [Remote host closed the connection]
tenderlove has joined #jruby
skade has quit [Quit: Computer has gone to sleep.]
skade has joined #jruby
tenderlove has quit [Ping timeout: 256 seconds]
pitr-ch_ has quit [Read error: Connection reset by peer]
lanceball is now known as lance|afk
pitr-ch has joined #jruby
enebo has joined #jruby
pitr-ch has quit [Read error: Connection reset by peer]
pitr-ch has joined #jruby
yfeldblum has joined #jruby
tenderlove has joined #jruby
pitr-ch has quit [Read error: Connection reset by peer]
tenderlove has quit [Remote host closed the connection]
tenderlove has joined #jruby
pitr-ch has joined #jruby
enebo has quit [Quit: enebo]
camlow32_ has joined #jruby
pitr-ch has quit [Read error: Connection reset by peer]
tenderlove has quit [Ping timeout: 256 seconds]
mg^^ is now known as mg^
pitr-ch has joined #jruby
camlow325 has quit [Ping timeout: 272 seconds]
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
djellemah has quit [Ping timeout: 240 seconds]
pitr-ch has quit [Read error: Connection reset by peer]
rsim has joined #jruby
brauliobo has quit [Ping timeout: 272 seconds]
tcrawley is now known as tcrawley-away
pitr-ch has joined #jruby
mkristian has joined #jruby
pitr-ch has quit [Read error: Connection reset by peer]
camlow32_ has quit [Remote host closed the connection]
camlow325 has joined #jruby
camlow325 has quit [Read error: Connection reset by peer]
camlow325 has joined #jruby
pitr-ch has joined #jruby
pietr0 has quit [Quit: pietr0]
pitr-ch has quit [Read error: Connection reset by peer]
hobodave has quit [Quit: Computer has gone to sleep.]
hobodave has joined #jruby
skade has quit [Quit: Computer has gone to sleep.]
skade has joined #jruby
tenderlove has joined #jruby
tenderlove has quit [Remote host closed the connection]