temporalfox has joined #jruby
_whitelogger has joined #jruby
<GitHub67> [jruby] seanguo opened issue #4796: Possible ChannelFD leak in FilenoUtil? https://git.io/vdTFp
shellac has joined #jruby
claudiuinberlin has joined #jruby
claudiuinberlin has quit [Client Quit]
claudiuinberlin has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
vtunka has joined #jruby
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
claudiuinberlin has joined #jruby
claudiuinberlin has quit [Client Quit]
claudiuinberlin has joined #jruby
shellac has joined #jruby
scatterp has joined #jruby
<scatterp> hi how can i install quickfix-jruby i think maybe i need to install jruby its self first i am new to jruby quickfix-ruby installs but not quickfix-jruby
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
vtunka has quit [Quit: Leaving]
vtunka has joined #jruby
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<kares> scatterp: what - there's no such thing as quickfix-jruby, are you talking about a gem?
<scatterp> yes
shellac has quit [Remote host closed the connection]
<kares> scatterp: ok but that seems smt different than quickfix_ruby
<kares> are you sure you want that? they're probably just named similarly
<scatterp> yes i heard it works
<scatterp> quickfix-ruby does not work
<kares> so than you just install JRuby as a standalone Ruby
<kares> you could use RVM or RB-Env or simply download a release .zip and extract if you want to set it up manually
<scatterp> when i run jruby -v
<scatterp> it seems installed
<kares> obviously having Java 7 or 8 is a must
<kares> scatterp: I see, so what is the issue than? you can not install the gem?
<scatterp> and i also setup some kind of switching thing to support swaping between ruby and jruby
<scatterp> currently yes let me try something
<kares> you better make sure its a good kind - not to mix-up GEM_HOMEs etc
shellac has joined #jruby
<scatterp> yes
<scatterp> seems like everything is a mess
<scatterp> let me start from the begining :)
<scatterp> so i have a project peatio (github open source) runing on ruby (i would like to keep it that way)
<scatterp> another project "Krypto-trading-bot" (github open source) which is c++ mostly and i would like to connect it to the peatio project via API
<scatterp> peatio does not have FIX api
<scatterp> but krypto-trading-bot has FIX api
<scatterp> quickfix-jruby or better agent-fix is a framework for FIX api (which is financial information exchange)
<scatterp> and jruby
<scatterp> did mkdir J
<scatterp> and created a file Gemfile
<scatterp> inside i put
<scatterp> source 'http://rubygems.org'
<scatterp> gem 'agent-fix'
<scatterp> and then i did bundle install and it crashed :)
<scatterp> could not find agent-fix in any of the sources listed in your gemfile
<scatterp> was the error
<scatterp> not sure what to do ?
<kares> scatterp: sounds like more of a Ruby/Bundler issue than a JRuby one
<kares> agent-fix is obviously not released on rubygems.org ... so it can not work
<kares> take a look at Bundler's e.g. point the gem declaration with a path to a location where you have the agent-fix' gemspec locally on your FS
claudiuinberlin has joined #jruby
<scatterp> sorry its agent_fix
<scatterp> i tried instead with quickfix_jruby also thats not looking
<scatterp> *working
<kares> well give it a try using:
<kares> obviously its not named with an underscore!
claudiuinberlin has quit [Client Quit]
<kares> jruby -S gem install quickfix-jruby
<kares> and in the bundle (Gemfile) use the same gem, its a rather large gem so it might take a while to download
claudiuinberlin has joined #jruby
claudiuinberlin has quit [Client Quit]
<kares> scatterp: you seem to have some rather ancien jruby on your system
<kares> `jruby -v` gives you what?
<kares> you should rather uninstall the system jruby package and install latest JRuby 9K: http://jruby.org/download
<kares> download and unpack or use rbenv or rvm to install
<scatterp> 1.5.6
claudiuinberlin has joined #jruby
<scatterp> i have rbenv
<scatterp> should i do apt-get remove jruby
<scatterp> and then install with rbenv
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
lopex has quit [Quit: Connection closed for inactivity]
bbrowning_away is now known as bbrowning
drbobbeaty has joined #jruby
clayton has quit [Ping timeout: 240 seconds]
clayton has joined #jruby
<scatterp> kares i have now got it to work when i do jruby -S gem install quickfix_jruby
<scatterp> but jruby -S bundle install does not work ..
claudiuinberlin has joined #jruby
drbobbeaty has quit [Read error: Connection reset by peer]
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<GitHub108> [jruby] kares pushed 4 new commits to master: https://git.io/vdkn7
<GitHub108> jruby/master f4326bd kares: un-used SIMPLE_METHOD_INTERPRETER; mark callback field final
<GitHub108> jruby/master d2523b7 kares: hide Interpreter's LOG field from leaking as public while not used
<GitHub108> jruby/master d1bed31 kares: sync call-count on mixed block (like mixed method) + fix no JIT condition
drbobbeaty has joined #jruby
claudiuinberlin has joined #jruby
joast has quit [Quit: Leaving.]
drbobbeaty has quit [Ping timeout: 240 seconds]
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
claudiuinberlin has joined #jruby
drbobbeaty has joined #jruby
vtunka has quit [Quit: Leaving]
vtunka has joined #jruby
<kares> scatterp: you must `jruby -S gem install bundler` first
<kares> otherwise you do not have bundler installed
<scatterp> thanks
<scatterp> got it!
<scatterp> now the complicated question
<scatterp> the agent-fix is runing as a require in myfile.rb
<scatterp> no errors under jruby
<scatterp> peatio is running no errors under ruby 2.2.0
<scatterp> i want to create inside peatio a file.rb
<scatterp> that calls myfile.rb leting it of course execute in jruby
vtunka has quit [Quit: Leaving]
vtunka has joined #jruby
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
vtunka has quit [Ping timeout: 246 seconds]
claudiuinberlin has joined #jruby
<GitHub86> [jruby] eregon opened issue #4797: Global variables read stale values https://git.io/vdkES
vtunka has joined #jruby
joast has joined #jruby
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
lopex has joined #jruby
lanceball is now known as lance|afk
claudiuinberlin has joined #jruby
vtunka has quit [Quit: Leaving]
drbobbeaty has quit [Ping timeout: 260 seconds]
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
claudiuinberlin has joined #jruby
<GitHub133> [jruby] kares pushed 4 new commits to master: https://git.io/vdkMt
<GitHub133> jruby/master 97c8e92 kares: [travis-ci] let's have some diversity running against OpenJDK as well
<GitHub133> jruby/master 35b0321 kares: re-invent aryToAry - do less checking + pass down context to helpers
<GitHub133> jruby/master a962b22 kares: cleanup block-body impls - consistently use signature; less volatile reads
<GitHub49> [jruby] ketan opened issue #4798: Broken on java 9 https://git.io/vdkSX
subbu is now known as subbu|busy
lance|afk is now known as lanceball
subbu|busy is now known as subbu
bbrowning is now known as bbrowning_away
Puffball has joined #jruby
shellac_ has joined #jruby
rdubya has joined #jruby
drbobbeaty has joined #jruby
bbrowning_away is now known as bbrowning
shellac_ has quit [Quit: Computer has gone to sleep.]
subbu is now known as subbu|lunch
claudiuinberlin has quit [Quit: Textual IRC Client: www.textualapp.com]
subbu|lunch is now known as subbu
shellac_ has joined #jruby
<GitHub87> [jruby] kares pushed 3 new commits to master: https://git.io/vdILA
<GitHub87> jruby/master 7b650bd kares: pbly do not want nil ever to replace value and be returned as [ nil ]
<GitHub87> jruby/master c55574d kares: name method arguments so its clear - easier to read through the code
<GitHub87> jruby/master b4eb354 kares: use static enum VALUES along the way instead of clonig every time
claudiuinberlin has joined #jruby
<GitHub122> [jruby] kares pushed 1 new commit to master: https://git.io/vdIq7
<GitHub122> jruby/master cf86c33 kares: [travis-ci] unset var to avoid "Picked up _JAVA_OPTIONS:" being printed
shellac_ has quit [Quit: Computer has gone to sleep.]
gerhard has joined #jruby
<gerhard> Hello! I'm using JRuby for about ten years now, but I'm new to the contributing community. I started to change the File.symlink? method (see also https://github.com/jruby/jruby/issues/3953), but after building JRuby with ./mvnw and running an rb file with java -jar lib/jruby.jar test.rb it crashed with a java.lang.VerifyError (see also https://gist.github.com/gerhardgruber/a0621ff2ddde58da30c21011e0f6cef4). Can someone tell me, what I'm d
<gerhard> oing wrong?
gerhard has quit [Quit: Leaving.]
claudiuinberlin has quit [Quit: Textual IRC Client: www.textualapp.com]
rdubya has quit [Quit: Leaving.]
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
bbrowning is now known as bbrowning_away
lanceball is now known as lance|afk
temporalfox has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
rdubya has joined #jruby
rdubya has quit [Client Quit]
scatterp has quit [Ping timeout: 240 seconds]
scatterp has joined #jruby