sagax has quit [Remote host closed the connection]
sagax has joined #jruby
_whitelogger has joined #jruby
drbobbeaty has joined #jruby
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
drbobbeaty has joined #jruby
drbobbeaty has quit [Read error: Connection reset by peer]
drbobbeaty has joined #jruby
jrafanie has joined #jruby
lucasb has joined #jruby
jrafanie has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<headius[m]>
enebo: is there a reason RationalNode and ComplexNode return EMPTY_LIST for child nodes?
<headius[m]>
it means their components don't show up in AST printer
<enebo[m]>
headius not that I know of
<headius[m]>
Those seemed to be the only two so I fixed them
<enebo[m]>
headius: was it just hitting a default impl?
<enebo[m]>
or were they exlpicitly returning EMPTY_LIST?
<enebo[m]>
They are the newest AST nodes so it probably just was an oversight when they are added since only ast program really examines by childNodes
<headius[m]>
enebo: explicitly EMPTY_LIST
<headius[m]>
yeah I figure oversight
<headius[m]>
it's fixed now in any case
<headius[m]>
I wanted to see what types of nodes can be inside a complex or rational since they currently are doing indy literals for each element and for the rational or complex itself
<headius[m]>
if it's always numerics (appears to be) they could be a single indy
<headius[m]>
I'm not working on that right now though...pretty unlikely that there's much literal rational or complex usage out there
<havenwood>
headius[m]: It reminds me of `gem env` which kinda makes me want equivalent of `gem env gempath` to dig into the most commonly checked options, like: jruby --environment=home #>> /Users/headius/projects/jruby
<havenwood>
I guess in that case, there's already an easy way to get the info that's more straightforward.
<headius[m]>
Yeah exactly
<headius[m]>
We do this for other stuff... --properties spots out a formatted .jrubyrc with all current settings
<headius[m]>
Spits
jrafanie has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
subbu|busy is now known as subbu
subbu is now known as subbu|lunch
jrafanie has joined #jruby
subbu|lunch is now known as subbu
subbu is now known as subbu|away
sillymob[m] has left #jruby ["User left"]
jrafanie_ has joined #jruby
jrafanie has quit [Ping timeout: 258 seconds]
jrafanie_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<headius[m]>
havenwood: if this weren't written in bash I might do something more elaborate like `gem env gempath` but this is what I've got to work with
<havenwood>
headius[m]: no doubt. i'm not about to write a Thor clone in bash.
<havenwood>
simple option parsing is convoluted enough in shell scripts.
<headius[m]>
haha yeah
<headius[m]>
ok weird breakage coming from my bash script changes
<headius[m]>
not sure how launcher changes broke a tracer.rb test