04:41
temporalfox has joined #jruby
04:55
_whitelogger has joined #jruby
07:26
shellac has joined #jruby
07:28
claudiuinberlin has joined #jruby
07:30
claudiuinberlin has quit [Client Quit]
07:37
claudiuinberlin has joined #jruby
07:54
shellac has quit [Quit: Computer has gone to sleep.]
08:04
vtunka has joined #jruby
08:21
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
08:42
claudiuinberlin has joined #jruby
08:43
claudiuinberlin has quit [Client Quit]
08:47
claudiuinberlin has joined #jruby
08:59
shellac has joined #jruby
09:01
scatterp has joined #jruby
09:02
<
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
09:02
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
09:25
vtunka has quit [Quit: Leaving]
09:27
vtunka has joined #jruby
09:28
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
09:38
<
kares >
scatterp: what - there's no such thing as quickfix-jruby, are you talking about a gem?
09:40
shellac has quit [Remote host closed the connection]
09:41
<
kares >
scatterp: ok but that seems smt different than quickfix_ruby
09:41
<
kares >
are you sure you want that? they're probably just named similarly
09:41
<
scatterp >
yes i heard it works
09:41
<
scatterp >
quickfix-ruby does not work
09:42
<
kares >
so than you just install JRuby as a standalone Ruby
09:42
<
kares >
you could use RVM or RB-Env or simply download a release .zip and extract if you want to set it up manually
09:42
<
scatterp >
when i run jruby -v
09:43
<
scatterp >
it seems installed
09:43
<
kares >
obviously having Java 7 or 8 is a must
09:43
<
kares >
scatterp: I see, so what is the issue than? you can not install the gem?
09:43
<
scatterp >
and i also setup some kind of switching thing to support swaping between ruby and jruby
09:43
<
scatterp >
currently yes let me try something
09:43
<
kares >
you better make sure its a good kind - not to mix-up GEM_HOMEs etc
09:44
shellac has joined #jruby
09:44
<
scatterp >
seems like everything is a mess
09:44
<
scatterp >
let me start from the begining :)
09:45
<
scatterp >
so i have a project peatio (github open source) runing on ruby (i would like to keep it that way)
09:46
<
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
09:46
<
scatterp >
peatio does not have FIX api
09:46
<
scatterp >
but krypto-trading-bot has FIX api
09:46
<
scatterp >
quickfix-jruby or better agent-fix is a framework for FIX api (which is financial information exchange)
09:47
<
scatterp >
and jruby
09:47
<
scatterp >
did mkdir J
09:47
<
scatterp >
and created a file Gemfile
09:47
<
scatterp >
inside i put
09:48
<
scatterp >
gem 'agent-fix'
09:48
<
scatterp >
and then i did bundle install and it crashed :)
09:50
<
scatterp >
could not find agent-fix in any of the sources listed in your gemfile
09:50
<
scatterp >
was the error
09:50
<
scatterp >
not sure what to do ?
09:58
<
kares >
scatterp: sounds like more of a Ruby/Bundler issue than a JRuby one
09:59
<
kares >
agent-fix is obviously not released on rubygems.org ... so it can not work
10:00
<
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
10:01
claudiuinberlin has joined #jruby
10:01
<
scatterp >
sorry its agent_fix
10:01
<
scatterp >
i tried instead with quickfix_jruby also thats not looking
10:01
<
scatterp >
*working
10:02
<
kares >
well give it a try using:
10:02
<
kares >
obviously its not named with an underscore!
10:02
claudiuinberlin has quit [Client Quit]
10:03
<
kares >
jruby -S gem install quickfix-jruby
10:03
<
kares >
and in the bundle (Gemfile) use the same gem, its a rather large gem so it might take a while to download
10:06
claudiuinberlin has joined #jruby
10:06
claudiuinberlin has quit [Client Quit]
10:07
<
kares >
scatterp: you seem to have some rather ancien jruby on your system
10:07
<
kares >
`jruby -v` gives you what?
10:09
<
kares >
download and unpack or use rbenv or rvm to install
10:10
claudiuinberlin has joined #jruby
10:10
<
scatterp >
i have rbenv
10:12
<
scatterp >
should i do apt-get remove jruby
10:12
<
scatterp >
and then install with rbenv
10:23
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
10:42
lopex has quit [Quit: Connection closed for inactivity]
11:15
bbrowning_away is now known as bbrowning
11:23
drbobbeaty has joined #jruby
11:25
clayton has quit [Ping timeout: 240 seconds]
11:30
clayton has joined #jruby
11:32
<
scatterp >
kares i have now got it to work when i do jruby -S gem install quickfix_jruby
11:33
<
scatterp >
but jruby -S bundle install does not work ..
11:37
claudiuinberlin has joined #jruby
11:53
drbobbeaty has quit [Read error: Connection reset by peer]
11:54
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
11:58
<
GitHub108 >
jruby/master f4326bd kares: un-used SIMPLE_METHOD_INTERPRETER; mark callback field final
11:58
<
GitHub108 >
jruby/master d2523b7 kares: hide Interpreter's LOG field from leaking as public while not used
11:58
<
GitHub108 >
jruby/master d1bed31 kares: sync call-count on mixed block (like mixed method) + fix no JIT condition
11:58
drbobbeaty has joined #jruby
12:04
claudiuinberlin has joined #jruby
12:10
joast has quit [Quit: Leaving.]
12:15
drbobbeaty has quit [Ping timeout: 240 seconds]
12:17
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
12:28
claudiuinberlin has joined #jruby
12:29
drbobbeaty has joined #jruby
12:56
vtunka has quit [Quit: Leaving]
12:58
vtunka has joined #jruby
13:08
<
kares >
scatterp: you must `jruby -S gem install bundler` first
13:09
<
kares >
otherwise you do not have bundler installed
13:12
<
scatterp >
now the complicated question
13:12
<
scatterp >
the agent-fix is runing as a require in myfile.rb
13:12
<
scatterp >
no errors under jruby
13:12
<
scatterp >
peatio is running no errors under ruby 2.2.0
13:13
<
scatterp >
i want to create inside peatio a file.rb
13:13
<
scatterp >
that calls myfile.rb leting it of course execute in jruby
13:18
vtunka has quit [Quit: Leaving]
13:21
vtunka has joined #jruby
13:27
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
13:31
vtunka has quit [Ping timeout: 246 seconds]
13:32
claudiuinberlin has joined #jruby
13:46
vtunka has joined #jruby
13:53
joast has joined #jruby
14:08
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
14:12
lopex has joined #jruby
14:16
lanceball is now known as lance|afk
14:17
claudiuinberlin has joined #jruby
14:43
vtunka has quit [Quit: Leaving]
14:47
drbobbeaty has quit [Ping timeout: 260 seconds]
14:56
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
15:02
claudiuinberlin has joined #jruby
15:25
<
GitHub133 >
jruby/master 97c8e92 kares: [travis-ci] let's have some diversity running against OpenJDK as well
15:25
<
GitHub133 >
jruby/master 35b0321 kares: re-invent aryToAry - do less checking + pass down context to helpers
15:25
<
GitHub133 >
jruby/master a962b22 kares: cleanup block-body impls - consistently use signature; less volatile reads
16:00
subbu is now known as subbu|busy
16:13
lance|afk is now known as lanceball
16:29
subbu|busy is now known as subbu
16:37
bbrowning is now known as bbrowning_away
16:40
Puffball has joined #jruby
16:59
shellac_ has joined #jruby
17:06
rdubya has joined #jruby
17:16
drbobbeaty has joined #jruby
17:17
bbrowning_away is now known as bbrowning
17:42
shellac_ has quit [Quit: Computer has gone to sleep.]
17:42
subbu is now known as subbu|lunch
18:21
subbu|lunch is now known as subbu
18:40
shellac_ has joined #jruby
19:00
<
GitHub87 >
jruby/master 7b650bd kares: pbly do not want nil ever to replace value and be returned as [ nil ]
19:00
<
GitHub87 >
jruby/master c55574d kares: name method arguments so its clear - easier to read through the code
19:00
<
GitHub87 >
jruby/master b4eb354 kares: use static enum VALUES along the way instead of clonig every time
19:01
claudiuinberlin has joined #jruby
19:17
<
GitHub122 >
jruby/master cf86c33 kares: [travis-ci] unset var to avoid "Picked up _JAVA_OPTIONS:" being printed
19:24
shellac_ has quit [Quit: Computer has gone to sleep.]
19:33
gerhard has joined #jruby
19:43
<
gerhard >
oing wrong?
19:57
gerhard has quit [Quit: Leaving.]
21:06
rdubya has quit [Quit: Leaving.]
21:14
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
21:39
bbrowning is now known as bbrowning_away
22:02
lanceball is now known as lance|afk
22:27
temporalfox has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
22:57
rdubya has joined #jruby
22:57
rdubya has quit [Client Quit]
23:47
scatterp has quit [Ping timeout: 240 seconds]
23:47
scatterp has joined #jruby