Liothen has quit [Read error: Connection reset by peer]
Liothen has joined #jruby
Liothen has quit [Ping timeout: 244 seconds]
Liothen has joined #jruby
Liothen has quit [Read error: Connection reset by peer]
Liothen has joined #jruby
Liothen has quit [Read error: Connection reset by peer]
Liothen has joined #jruby
ur5us has quit [Ping timeout: 265 seconds]
ur5us has joined #jruby
ur5us has quit [Ping timeout: 264 seconds]
_whitelogger has joined #jruby
<boc_tothefuture[>
Can I ask general ruby questions in here, or only JRuby?
<headius[m]>
Occasional Ruby questions are fine too
<headius[m]>
ok back in the saddle again
<headius[m]>
boc_tothefuture: the load path and the class path are different entities
<headius[m]>
load path will look at classpath but after its own list, and classpath knows nothing about load path
<headius[m]>
you can append to the load path using Ruby code like $LOAD_PATH << "my path"
<headius[m]>
boc_tothefuture: I can
<boc_tothefuture[>
@headius can I do that from a property or only inside of ruby?
<headius[m]>
I can't run your ruby example directly, are you saying that the $foo assignment doesn't show up until a subsequent call?
<headius[m]>
hmm not sure about a property, let me check
<headius[m]>
almost everything has a property but I don't remember them all
<headius[m]>
fwiw you can run jruby --properties to get a list (prepend "jruby." when setting as JVM properties)
<boc_tothefuture[>
ok thanks, didn't know that.. I have only been using the jruby-complete.jar so far.
<headius[m]>
you can just run the jar with that flag too
<headius[m]>
the complete jar should run directly pretty much like the command-line dist (or at least that is the goal)
<headius[m]>
I don't see a property for setting load path unfortunately
<headius[m]>
there are some env vars but that is a bit cumbersome
<headius[m]>
enebo: perhaps a gap in "cli" properties we should remedy
<headius[m]>
boc_tothefuture: the "global_variables" method may also just not be seeing the set value, maybe you could confirm whether reading $foo directly shows the new value
Alex[m] has left #jruby ["User left"]
<boc_tothefuture[>
It doesnt' appear to.. let me see if I can make a test case for you outside of this broader application.
<headius[m]>
ok
ur5us has joined #jruby
ur5us has quit [Remote host closed the connection]
ur5us has joined #jruby
sagax has joined #jruby
_whitelogger has joined #jruby
ur5us_ has joined #jruby
ur5us has quit [Read error: Connection reset by peer]
<headius[m]>
woah I did not see that kares has been doing a bunch of cleanup work on the embedding subsystem