subbu has joined #jruby
subbu has quit [Ping timeout: 260 seconds]
mlaug has quit [Quit: The Lounge - https://thelounge.chat]
mlaug has joined #jruby
AnilJaiswal[m] has quit [Ping timeout: 260 seconds]
ChrisSeatonGitte has quit [Ping timeout: 260 seconds]
nilsding has quit [Ping timeout: 260 seconds]
ahorek[m] has quit [Ping timeout: 260 seconds]
AnilJaiswal[m] has joined #jruby
ChrisSeatonGitte has joined #jruby
nilsding has joined #jruby
ahorek[m] has joined #jruby
drbobbeaty has joined #jruby
subbu has joined #jruby
subbu has quit [Quit: Leaving]
<JasonvanZyl[m]> headius: Polyglot Maven 0.4.7 has been released and is in Maven Central
<JasonvanZyl[m]> I just built it with Java8 for the time being
subbu has joined #jruby
subbu has quit [Quit: Leaving]
<headius> Jason van Zyl ok thanks for the update
<puritylake[m]> enebo: having trouble getting sprintf working with the evironmnent variable, it doesn't seem to be using the sprintf it's supposed to be running
<puritylake[m]> Basically I put a debug message in the c format method and it is never displayed
<puritylake[m]> `SPRINTF=1 ./bin/jruby -e 'puts sprintf("%c", "c")'`