<GitHub79>
[jruby] nbarrientos opened issue #3663: Never ending getaddress() call when using compressed IPv6 nameservers in /etc/resolv.conf https://git.io/vgD0w
shellac has joined #jruby
shellac has quit [Client Quit]
headius2 has joined #jruby
<headius2>
kares: you around? Your commit in 02efc4da301024cafa97b4a8362d4e8c12a9ccd3 broke constant name assignment
<GitHub1>
jruby/ruby-2.3 64bdd25 Charles Oliver Nutter: Clear enc2 if BOM strip does not produce anything. Fixes #3674.
<GitHub168>
[jruby] headius force-pushed ruby-2.3 from 64bdd25 to 9698ca4: https://git.io/v4bsS
<GitHub168>
jruby/ruby-2.3 9698ca4 Charles Oliver Nutter: Clear enc2 if BOM strip does not produce anything. Fixes #3647.
<GitHub181>
[jruby] headius closed issue #3647: Encoding::ConverterNotFoundError when using Encoding.default_internal https://git.io/vgZFa
<ebarrett>
chrisseaton: sorry, was travelling
<chrisseaton>
ebarrett: I think mx respects $JAVA_HOME
<chrisseaton>
I read your arXiv paper - looks good
<ebarrett>
thanks :)
<chrisseaton>
Have you done any graphs where the X axis is time, rather than iteration? It seems like iteration is the least redundant way for showing it, but time could be interesting as well
<ebarrett>
chrisseaton: it's gcc and g++ i need to override
<ebarrett>
we built our own and called in zgcc/zg++
<chrisseaton>
They're just from $PATH I think
<chrisseaton>
So you could alias then and prepend to $PATH
<ebarrett>
I'd prefer (if possible) to set the compiler somehow, but if it really cant be done, i could use a symlink
<ebarrett>
chrisseaton: re graphs, no we have not
<ebarrett>
i guess we could construct such a graph from our existing data
<chrisseaton>
We just use the existing OpenJDK makefiles, and I think they call gcc etc directly
<chrisseaton>
Ah no it looks like it sets a variable called compiler
<chrisseaton>
Set per platform, so you could modify make/linux/platform_whatever
<chrisseaton>
Or you could define a new makefile
<chrisseaton>
I think the easiest option is going to be the alias though
<chrisseaton>
There's no equivalent of ./configure as far as I know
n00bdev has joined #jruby
cremes has joined #jruby
<ebarrett>
chrisseaton: right ok
<ebarrett>
i was digging in the mx code -- made my head hurt
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
pawnbox has quit [Ping timeout: 250 seconds]
Specialist has joined #jruby
pawnbox has joined #jruby
pawnbox has quit [Ping timeout: 260 seconds]
shellac has joined #jruby
<GitHub16>
[jruby] byteit101 opened issue #3664: Tempfile#pos fails for files greater than java.lang.Integer::MAX_VALUE https://git.io/vgyYm
byteit101 has joined #jruby
thedarkone2 has quit [Read error: Connection reset by peer]
pawnbox has joined #jruby
thedarkone2 has joined #jruby
pawnbox has quit [Ping timeout: 264 seconds]
shellac has quit [Quit: Computer has gone to sleep.]
<byteit101>
What are the commands to build jruby from source? I'm getting a 'java.lang.NoSuchFieldError: classLoader' error when I run ./mvnw -Pbootstrap
<chrisseaton>
byteit101: try just ./mvnw to start with
<chrisseaton>
If you still get an error, run with -X and gist us the output
<byteit101>
still got error, gisting...
<chrisseaton>
Also Also give us the result of javac -version