nateberkopec has quit [Quit: Leaving...]
elia has joined #jruby
camlow32_ has joined #jruby
camlow32_ has quit [Remote host closed the connection]
nateberkopec has joined #jruby
camlow32_ has joined #jruby
elia has quit [Client Quit]
camlow325 has quit [Ping timeout: 264 seconds]
mcclurmc has quit [Remote host closed the connection]
mje113__ has quit [Quit: Connection closed for inactivity]
Aethenelle has quit [Quit: Aethenelle]
<headius> ahh yeah that stuff is a conundrum because of our custom versions of things using FFI instead of dl
<headius> most of the MRI side of things have been modified to use fiddle, so in most cases hopefully we just need to shore up fiddle
<headius> (our version is pure Ruby using FFI)
camlow32_ has quit [Remote host closed the connection]
<headius> imperator: you have FFI versions of some of this, don't you?
<imperator> not of win32-registry specifically
<headius> if the fix would be to incorporate your stuff, I'd be more than happy to go that way
<imperator> but it would be easy to do
<headius> that would be excellent
<imperator> never did that because...it was in stdlib
<headius> it's all just ruby and ffi right now
<headius> in JRuby
<imperator> for win32/registry looks like you're using win32api
<imperator> (sorry, guess i misunderstood what you meant there)
<headius> well I mean it eventually gets to FFI through all paths...as in no C or Java code
subbu has quit [Ping timeout: 264 seconds]
<imperator> ah, ok
<headius> for 9k.pre1 I copied over the pieces of DL that were still needed, which I believe is exactly what ruby-core did to get rid of dl
<headius> not sure if that was tenderlove (since he did fiddle originally) or someone else
<imperator> methinks it's a wide char issue....checking
<headius> interesting
<headius> could be a problem in how we're turning wchar_t from FFI into strings
<imperator> just made a little test script, seems to work ok with the ansi func version
<headius> we do have both A and W versions of several functions mapped
shellac has quit [Quit: Computer has gone to sleep.]
<headius> FFI probably should recognize wchar_t if it doesn't already
Aethenelle has joined #jruby
mitchellhenke has joined #jruby
<imperator> yep, here we go
<imperator> one sec
baroquebobcat has quit [Quit: baroquebobcat]
<headius> out param not mapping right?
<headius> if it's totally empty and the call succeeded, that seems like the next guess
mcclurmc has joined #jruby
camlow325 has joined #jruby
<imperator> oops, good to check return values
<imperator> yeah, the call itself is failing
<headius> ok
<headius> probably not mapped right...let me check something
<imperator> updated gist
<imperator> note it works ok with the "A" functions
baroquebobcat has joined #jruby
<imperator> also, i'd rip out all that win9x crap, but that's me
<headius> I agree
<headius> we can use W everywhere, can't we?
<headius> everything is NT-based now
<headius> imperator: hmm
<headius> shouldn't you be passing an array that's size * sizeof(wchar_t)?
<headius> and by you I mean we, if it's our bug
<imperator> might be my mistake, hang on
calavera has joined #jruby
<headius> data = "\0".force_encoding('ASCII-8BIT') * unpackdw(size)
<headius> from registry.rb QueryValue
<imperator> all that does is append [0].pack('V')
<headius> some day I'll memorize the pack language
<headius> yeah
<imperator> don't think the size is wrong, works with MRI, and doubling it had no effect
<headius> ok
<headius> ohh!
<headius> what is size after the first call?
calavera_ has joined #jruby
<headius> RegQueryValueEx updates that size, and maybe we're not treating it as an inout param
calavera has quit [Ping timeout: 244 seconds]
<imperator> aha, with jruby it's 0
<headius> there ya go
<imperator> hm, why is it 0 though?
<headius> yeah I'm looking at msdn now
<imperator> guess i need to check the error code
<imperator> error_more_data vs something else
<headius> there are a few paths in docs that have undefined result
<headius> which could be 0
<headius> I love win32: "If the function succeeds, the return value is ERROR_SUCCESS."
fivebats has joined #jruby
<headius> imperator: I have to bail out for dinner...update an issue with your findings, and feel free to suggest your favorite path forward on improving our versions of this stuff :-)
Hobogrammer has joined #jruby
<headius> I'd love to see your win32 ffi stuff replace what we hacked together from MRI's logic
<imperator> ok
yfeldblum has quit [Ping timeout: 272 seconds]
* imperator updated gist again to show real failure point
sferik has joined #jruby
triple_b has joined #jruby
calavera_ is now known as calavera
<sferik> headius: I’m working on my first JRuby patch and failing miserably
mitchellhenke has quit [Quit: Computer has gone to sleep.]
mrmargolis has joined #jruby
<chrisseaton> sferik: what's the problem?
<sferik> hey chrisseaton…to be honest, I’m not sure
mcclurmc has quit [Remote host closed the connection]
<sferik> chrisseaton: here’s the pull request in question: https://github.com/jruby/jruby/pull/2520
<sferik> chrisseaton: the build is already failing on Travis CI
<sferik> chrisseaton: and I’m unable to build locally, even on master
<sferik> chrisseaton: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (anno) on project jruby-core: Compilation failure
<sferik> chrisseaton: (master is at c9ae6abb0dee9b8acc1f50439bfe8871d783d040)
<chrisseaton> maven gets very confused with jruby sometimes - not sure why. try a clean checkout of master and mvn -Pbootstrap install
<imperator> headius, when you get back, see my last comment here: https://github.com/jruby/jruby/issues/2500
ivan\ has quit [Read error: Connection reset by peer]
* imperator is off to get dinner too
ivan\ has joined #jruby
pietr0 has quit [Quit: pietr0]
baroquebobcat has quit [Quit: baroquebobcat]
yfeldblum has joined #jruby
calavera has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<sferik> chrisseaton: same erro with clean checkout and mvn -Pbootstrap install
<sferik> chrisseaton: I think the issue may be related to my maven version
<sferik> chrisseaton: or the version of Java that maven is build against
<chrisseaton> I'm on Apache Maven 3.2.3, and you should be using at least Java 7 to build
<sferik> chrisseaton: I installed maven via homebrew
<chrisseaton> that should be fine
<sferik> chrisseaton: so I have java 7 installed
<sferik> chrisseaton: java version "1.7.0_51"
<chrisseaton> can you gist the full compiler output?
<sferik> chrisseaton: but when I install maven from homebrew, it seems to use system java (1.6.0_65)
<chrisseaton> ah that might be the problem
<sferik> chrisseaton: i just tried reinstalling maven but that didn't fix it
marr has quit [Ping timeout: 246 seconds]
fivebats has quit [Quit: quit]
<sferik> chrisseaton: thanks! that seems to have worked
<sferik> chrisseaton: at least maven is using the right java version
<sferik> chrisseaton: bootstrap install appears to be working
<sferik> chrisseaton: at least, it's not failing immediately anymore ;)
Aethenelle has quit [Quit: Aethenelle]
e_dub has joined #jruby
calavera has joined #jruby
camlow325 has quit []
pietr0 has joined #jruby
calavera has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
calavera has joined #jruby
calavera has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
calavera has joined #jruby
calavera has quit [Client Quit]
<headius> sferik: hiya
<sferik> headius: hi!
<sferik> headius: I’ve made some good progress since I first hailed you
<sferik> headius: the code seems to be compiling in my branch now
<sferik> headius: now I just need to wait to see if it builds on Travis
<sferik> headius: I just force-pushed rebased commits
<headius> oh ok, yeah I saw most recent build was looking ok
<sferik> headius: but maybe you can tell me if I’m doing something obviously wrong https://github.com/jruby/jruby/pull/2520/files
<sferik> headius: :D
<headius> how was it failing?
<headius> that looks ok to me
<sferik> headius: I was having all sorts of trouble setting up maven, so I couldn't compile the code locally
<headius> oh yeah
<sferik> headius: once I got that working, I think it was failing because I forgot to add the line…
<sferik> headius: import org.jruby.anno.JRubyMethod;
<sferik> headius: to the top of core/src/main/java/org/jruby/RubyObject.java
<headius> that should help you in the future
<sferik> headius: thanks!
<headius> that's probably all that was wrong then...by default, even with newer JDKs installed, it seems like OS X tries to load its own Java 6 from 8 years ago
pietr0 has quit [Quit: pietr0]
<sferik> headius: so, I’m somewhat baffled that this error was even possible in the first place
<headius> which error do you mean?
<sferik> headius: the bug that my patch is attempting to fix
<sferik> headius: it seems like there ought to be a test suite that calls the #methods method for every type of object in CRuby and make sure the equivalent objects in JRuby respond to the same methods
<sferik> headius: I know JRuby has some extra methods that it adds to Object
<headius> ahh yes
<sferik> headius: I guess it’s just very surprising to me that such a fundamental bug could still exist in JRuby
<headius> well there's lots of those tests, but none of them confirm they're *not* defined too high in the hierarchy
<sferik> headius: I suspect someone else would have caught it before me ;)
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] chrisseaton pushed 3 new commits to master: http://git.io/Fste
<JRubyGithub> jruby/master 9549565 Chris Seaton: [Truffle] Remove dead getCurrentMethod (Truffle provides it now).
<JRubyGithub> jruby/master 17be927 Chris Seaton: [Truffle] -Xtruffle.passalot option to periodically pass between threads.
<JRubyGithub> jruby/master 0919714 Chris Seaton: [Truffle] Stack server (jstack for Truffle) prototype.
JRubyGithub has left #jruby [#jruby]
<headius> sferik: that surprises us every bug we get
<headius> some more than others
mrmargolis has quit [Remote host closed the connection]
<headius> we have meant to build a nice tool for auditing our method defs versus MRI, but it's a messy script to write and we've just one-offed it periodically
<sferik> headius: fair enough
<headius> these have also moved around from version to version
metadave has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<headius> a tool would be nice
<sferik> headius: fair point
<sferik> headius: (about things moving around)
<sferik> headius: I was surprised to find Rubinius code in core/src/main/ruby/jruby/truffle/core
<sferik> headius: how is that code used?
<sferik> headius: or is it just to make RubySpec happy?
calavera has joined #jruby
<chrisseaton> sferik: that's Truffle code - it's only used for the new Truffle backend, not conventional JRuby
<chrisseaton> chrisseaton: we're experimenting with using Rubinius' core library implementation
<chrisseaton> sferik: it has plusses and minuses we're finding
<sferik> chrisseaton: what are some of the plusses and minuses?
<headius> talking to ones' self among them
<chrisseaton> ha ha
<chrisseaton> the primitive system is pretty nice, but it seems to define lots of extra non-standard methods and we'd like to hide those
saga65 has quit [Quit: (null)]
<chrisseaton> also we're finding it's quite complicated in places - I think on Friday I found that Time.now.to_f creates several temporary Rational objects
<chrisseaton> but all in all, it's massively accelerating our pace of development
<sferik> chrisseaton: that's good to hear
pietr0 has joined #jruby
<headius> no coding is almost always faster than any coding :-)
<chrisseaton> yes that is the advantage which trumps all others
<chrisseaton> we support 25% of core today
pgokeeffe has joined #jruby
nateberkopec has quit [Quit: Leaving...]
<headius> imperator: very nice
<imperator> :)
calavera has quit [Ping timeout: 264 seconds]
mcclurmc has joined #jruby
imperator has quit [Quit: Valete!]
nateberkopec has joined #jruby
nateberkopec has quit [Client Quit]
pgokeeffe has quit [Quit: pgokeeffe]
sferik has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
yfeldblum has quit [Remote host closed the connection]
pietr0 has quit [Quit: pietr0]
pgokeeffe has joined #jruby
ivan\ has quit [Remote host closed the connection]
ivan\ has joined #jruby
ivan\ has joined #jruby
ivan\ has quit [Changing host]
Who has joined #jruby
<headius> boo overcast, no asteroid-gazing tonight
yfeldblu_ has joined #jruby
Who has quit [Quit: Who]
deobalds has joined #jruby
deobalds has quit [Client Quit]
<yipdw> that or use Qt and let it handle all the stuff that I don't want to use
<yipdw> oops
<yipdw> tricky mice
Neomex has quit [Ping timeout: 252 seconds]
metadave has joined #jruby
colinsurprenant has joined #jruby
mcclurmc has quit [Remote host closed the connection]
colinsurprenant has quit [Client Quit]
colinsurprenant has joined #jruby
colinsurprenant has quit [Client Quit]
metadave has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] headius opened issue #2521: Require order appears to impact JRuby extensions [9k] http://git.io/FsKa
JRubyGithub has left #jruby [#jruby]
diegoviola has quit [Quit: WeeChat 1.1]
pgokeeffe has quit [Quit: pgokeeffe]
colinsurprenant has joined #jruby
kares has joined #jruby
pgokeeffe has joined #jruby
johnmuhl has quit [Quit: Connection closed for inactivity]
triple_b has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
colinsurprenant has quit [Quit: colinsurprenant]
deobalds has joined #jruby
pgokeeffe has quit [Quit: pgokeeffe]
yfeldblu_ has quit [Remote host closed the connection]
yfeldblum has joined #jruby
ivan\ has quit [Remote host closed the connection]
ivan\ has joined #jruby
slyphon has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
subbu has joined #jruby
pchalupa has quit [Quit: Computer has gone to sleep.]
yfeldblum has quit [Ping timeout: 245 seconds]
yfeldblum has joined #jruby
yfeldblum has quit [Remote host closed the connection]
pgokeeffe has joined #jruby
noop has joined #jruby
skade has joined #jruby
JohnBat26 has joined #jruby
yfeldblum has joined #jruby
skade has quit [Ping timeout: 256 seconds]
skade has joined #jruby
subbu has quit [Ping timeout: 244 seconds]
pchalupa has joined #jruby
temporalfox has joined #jruby
deobalds has quit [Quit: Computer has gone to sleep.]
skade has quit [Quit: Computer has gone to sleep.]
pgokeeffe has quit [Quit: pgokeeffe]
skade has joined #jruby
skade has quit [Ping timeout: 265 seconds]
pgokeeffe has joined #jruby
ivan\ has quit [Read error: Connection reset by peer]
ivan\ has joined #jruby
multibot_ has quit [Remote host closed the connection]
multibot_ has joined #jruby
kares has quit [Ping timeout: 264 seconds]
kares has joined #jruby
shellac has joined #jruby
elia has joined #jruby
pgokeeffe has quit [Quit: pgokeeffe]
shellac has quit [Quit: Computer has gone to sleep.]
dinfuehr has joined #jruby
vtunka has joined #jruby
Hobogrammer has quit [Ping timeout: 255 seconds]
pgokeeffe has joined #jruby
drbobbeaty has joined #jruby
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] GennadySpb opened pull request #2522: Implement pack & unpacking ipv6 address in sockaddr (master...master) http://git.io/FGS5
JRubyGithub has left #jruby [#jruby]
yfeldblum has quit [Read error: Connection reset by peer]
yfeldblum has joined #jruby
deobalds has joined #jruby
pgokeeffe has quit [Quit: pgokeeffe]
havenwood has quit [Remote host closed the connection]
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
marr has joined #jruby
deobalds has quit [Ping timeout: 245 seconds]
PragTob has joined #jruby
deobalds has joined #jruby
kaawee has joined #jruby
deobalds has quit [Ping timeout: 264 seconds]
deobalds has joined #jruby
ivan\ has quit [Read error: Connection reset by peer]
ivan\ has joined #jruby
kaawee has quit [Quit: Konversation terminated!]
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] eregon pushed 1 new commit to master: http://git.io/FZTA
JRubyGithub has left #jruby [#jruby]
<JRubyGithub> jruby/master 0f550c5 Benoit Daloze: [Truffle] Use a ThreadPassNode directly rather than resolving constant and such....
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] eregon pushed 1 new commit to master: http://git.io/FZIo
<JRubyGithub> jruby/master a12b6f1 Benoit Daloze: [Truffle] Rename socket to port.
JRubyGithub has left #jruby [#jruby]
dinfuehr_ has joined #jruby
dinfuehr_ has quit [Remote host closed the connection]
dinfuehr has quit [Ping timeout: 255 seconds]
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] djberg96 opened pull request #2523: Modified the make_wstr method so that it appends a null character. (master...master) http://git.io/FZmW
JRubyGithub has left #jruby [#jruby]
Neomex has joined #jruby
deobalds has quit [Ping timeout: 264 seconds]
deobalds has joined #jruby
skade has joined #jruby
mje113__ has joined #jruby
travis-ci has joined #jruby
<travis-ci> jruby/jruby (master:a12b6f1 by Benoit Daloze): The build has errored. (http://travis-ci.org/jruby/jruby/builds/48468250)
travis-ci has left #jruby [#jruby]
deobalds has quit [Ping timeout: 256 seconds]
deobalds has joined #jruby
drbobbeaty has joined #jruby
elia has quit [Quit: Computer has gone to sleep.]
yfeldblum has quit [Remote host closed the connection]
deobalds has quit [Ping timeout: 252 seconds]
deobalds has joined #jruby
deobalds has quit [Ping timeout: 264 seconds]
deobalds has joined #jruby
deobalds has quit [Client Quit]
deobalds has joined #jruby
bbrowning_away is now known as bbrowning
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] eregon pushed 2 new commits to master: http://git.io/FZiF
<JRubyGithub> jruby/master 20dad68 Benoit Daloze: [Truffle] Float#=== is alias of Float#==.
<JRubyGithub> jruby/master 0251509 Benoit Daloze: [Truffle] Array#sort always creates a new Array.
JRubyGithub has left #jruby [#jruby]
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] eregon pushed 1 new commit to master: http://git.io/FZMs
JRubyGithub has left #jruby [#jruby]
<JRubyGithub> jruby/master 9bf06cf Benoit Daloze: [Truffle] JT: Add `test pe`
ivan\ has quit [Read error: Connection reset by peer]
ivan\ has joined #jruby
pgokeeffe has joined #jruby
travis-ci has joined #jruby
<travis-ci> jruby/jruby (master:0251509 by Benoit Daloze): The build has errored. (http://travis-ci.org/jruby/jruby/builds/48478415)
travis-ci has left #jruby [#jruby]
metadave has joined #jruby
elia has joined #jruby
fridim_ has joined #jruby
nateberkopec has joined #jruby
triple_b has joined #jruby
thsig has joined #jruby
travis-ci has joined #jruby
<travis-ci> jruby/jruby (master:9bf06cf by Benoit Daloze): The build passed. (http://travis-ci.org/jruby/jruby/builds/48479259)
travis-ci has left #jruby [#jruby]
Aethenelle has joined #jruby
noop has quit [Remote host closed the connection]
marr has quit [Ping timeout: 264 seconds]
warbot_ has joined #jruby
<warbot_> Hello, I've got a small problem building capybara-webkit gem with jruby 1.7.18: mkmf.rb can't find header files for ruby at /jruby-1.7.18/lib/native/include/ruby/ruby.h
<warbot_> `find /jruby-1.7.18 -name ruby.h -print` gives no result. Could anyone help, please?
tcrawley-away is now known as tcrawley
BurningChrome_ has joined #jruby
deobalds has quit [Quit: Computer has gone to sleep.]
noop has joined #jruby
BurningChrome has quit [Ping timeout: 256 seconds]
shellac has joined #jruby
sferik has joined #jruby
sferik has quit [Client Quit]
<headius> warbot_: JRuby 1.7 doesn't support C extensions..was it capybara-webkit that failed to install?
sferik has joined #jruby
<warbot_> headius: yeah
mrmargolis has joined #jruby
colinsurprenant has joined #jruby
<warbot_> headius: to be precise: `jruby -S gem install capybara-webkit -v '1.4.0'` => Building native extensions. This could take a while... ERROR: Error installing capybara-webkit: ERROR: Failed to build gem native extension.
<warbot_> so there's no way install capybara-webkit with jruby?
<rtyler> wat was the error building native extensions? can you gist the whole thing?
<rtyler> oh, there's the thing up there
<rtyler> ruby.h
<rtyler> warbot_: I'm pretty sure you're up shit's creek, unless you feel like patching capybara-webkit to use FFI
<warbot_> rtyler: :( I see, thanks
<bbrowning> warbot_: I've had good luck using phantomjs and capybara with the poltergeist gem on jruby
<warbot_> bbrowning: heh, I was actually looking for webkit because issues with poltergeist's randomness
<bbrowning> ahh
e_dub has quit [Quit: e_dub]
subbu has joined #jruby
<headius> apparently the javafx webview is webkit-based: http://docs.oracle.com/javafx/2/webview/jfxpub-webview.htm
noop has quit [Ping timeout: 244 seconds]
<chrisseaton> headius: we're still a bit stuck on making -X+T work in bin/jruby - we're not the ones who made the changes so we're not sure what the best thing to do is to make it work again - any advice?
<headius> hmm
<headius> chrisseaton: I thought mkristian was going to take the next step...doesn't a full build put truffle into lib/jruby.jar?
<headius> I didn't like the way it's structured, exactly, but I thought that was working
<headius> I see a lot of truffle stuff in lib/jruby.jar
<chrisseaton> I'll try from scratch...
<headius> how have you been doing incremental builds?
<chrisseaton> mvn package
<headius> my suggestion to mkristian was that we should make the top-level pom.xml responsible for building a working jruby env, which might clean up some of the weirdness
<chrisseaton> (although we're making our own tool for doing builds and running things - I'll show you next time you want to experiment with Truffle as it makes a lot of things easier)
enebo has joined #jruby
thsig has quit [Remote host closed the connection]
<chrisseaton> headius: with what I think is a clean build I still get a message saying Truffle's removed - but maybe I'm not cleaning the right thing, or something else, but as I don't understand the big picture I'm not sure what could be wrong
<chrisseaton> I'll ping mkristian about it, but we're not sure what to do really, and we could do with finding a way to fix it before FOSDEM
colinsurprenant has quit [Quit: colinsurprenant]
mitchellhenke has joined #jruby
<rtyler> chrisseaton: he and I are both coming fwiw
<headius> hmmm
<headius> chrisseaton: ok
<headius> I think I know the problem
thsig has joined #jruby
subbu has quit [Ping timeout: 245 seconds]
mister_solo has joined #jruby
<headius> ahh yes
ivan\ has quit [Read error: Connection reset by peer]
<headius> this explains why it works fine in maven-based test runs
ivan\ has joined #jruby
<chrisseaton> yeah that was also confusing
<headius> ruby.class.getClassLoader() will return null when running on boot classpath
<headius> so if you run with VERIFY_JRUBY=1 it will work
<headius> or if you run after I fix it, it will work
treehau55 has joined #jruby
subbu has joined #jruby
noop has joined #jruby
<headius> chrisseaton: I have a fix for you
<chrisseaton> are you pushing it?
cajone has quit [Remote host closed the connection]
<chrisseaton> got it
<headius> chrisseaton: try that and let me know if it's working right
<headius> worked ok for -e 1
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] eregon pushed 6 new commits to master: http://git.io/FniJ
<JRubyGithub> jruby/master 2840563 Benoit Daloze: [Truffle] Add String#chomp!(str)
<JRubyGithub> jruby/master 27e480c Benoit Daloze: [Truffle] Use the provided HiddenKey so it is not iterated by default.
<JRubyGithub> jruby/master 737a821 Benoit Daloze: [Truffle] Forgot to create a new array in Array(Object[])#sort.
JRubyGithub has left #jruby [#jruby]
<chrisseaton> headius: that looks like it fixes it - thanks very much
nirvdrum has joined #jruby
cajone has joined #jruby
mcclurmc has joined #jruby
subbu has quit [Ping timeout: 256 seconds]
noop has quit [Ping timeout: 245 seconds]
mcclurmc has quit [Ping timeout: 272 seconds]
rsim has quit [Quit: Leaving.]
subbu has joined #jruby
mcclurmc has joined #jruby
havenwood has joined #jruby
pchalupa has quit [Quit: Computer has gone to sleep.]
dinfuehr has joined #jruby
vtunka has quit [Ping timeout: 245 seconds]
calavera has joined #jruby
metadave_ has joined #jruby
marr has joined #jruby
vtunka has joined #jruby
metadave has quit [Ping timeout: 245 seconds]
e_dub has joined #jruby
DrShoggoth has joined #jruby
mister_solo has quit [Ping timeout: 252 seconds]
camlow325 has joined #jruby
slyphon has joined #jruby
<eregon> headius: we have problems that maven also simply never recompiles anything of truffle, so clean+package was needed all the time
kwando has quit [Read error: Connection reset by peer]
kwando has joined #jruby
<eregon> the compile plugin seems very weird and buggy when there are multiple projects :/ it tells you it did not recompile anything but actually does
calavera has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<eregon> how do I get that fix? :)
viking has joined #jruby
viking has joined #jruby
<headius> eregon: hmm
<headius> that's not fun
subbu has quit [Ping timeout: 245 seconds]
<headius> so like, you make a change in truffle stuff and it doesn't pick it up without a clean?
<eregon> I tried replicating the "eclipse hack" of core's pom.xml and it kind of works except it still does not say anything about when it recompiles
<eregon> yeah
<headius> that's weird
<headius> you might try mvn -pl truffle to force that module to rebuild
<headius> I think we need to work with mkristian on restructuring the build a bit...it has gotten hard to follow
<headius> chrisseaton: ok cool
<eregon> do you have any experience with the forceJavacCompilerUse flag?
<eregon> headius: in the ouput I do see
<eregon> [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ jruby-truffle ---
<eregon> [INFO] Nothing to compile - all classes are up to date
<eregon> but it is a lie very clearly
pgokeeffe_ has joined #jruby
<headius> eregon: huh, you're right
<headius> oh what the heck
<headius> there's still truffle sources in core
<eregon> where?
balo_ has joined #jruby
<headius> ahh nevermind, it's just the TruffleBridge interface
<headius> I think this may be a problem with it seeing the end result is jruby.jar
<headius> core builds first, so it builds lib/jruby.jar
<headius> modifications that happened in truffle then look like they're older than the jar, so it doesn't build
<headius> in theory :-)
<eregon> ahah
pgokeeffe has quit [Read error: Connection reset by peer]
pgokeeffe_ is now known as pgokeeffe
brocktimus has quit [Ping timeout: 276 seconds]
balo has quit [Remote host closed the connection]
<eregon> yeah might, although it do seem to work for rtivial changes now, is Maven non-deterministic?
<headius> see, shit like this just pisses me off...this page is absolutely useless but for the tiny link at the bottom: http://maven.apache.org/plugins/maven-shade-plugin/usage.html
<headius> there's basically no information at all
<headius> and the samples page isn't much better
<eregon> yeah :(
brocktimus has joined #jruby
<headius> yeah I think this needs my suggestion...do the final build of lib/jruby.jar in either lib or root poms
<headius> eregon: I will talk to mkristian about fixing this
<chrisseaton> there's also still our core Ruby code in core, I'll move that over
<headius> ok
<eregon> mmh, now it does look like bad Eclipse/mvn interaction
dfr|work has quit [Ping timeout: 245 seconds]
<enebo> Will this get rid of the truffle compile error messages if you make a syntax error in main JRuby sources on second build?
<eregon> headius: sry for bothering you, it seems fixed, I forgot to uncheck some config in Eclipse so it uses a different build dir for all source folders
<enebo> That annoys the shit out of me :)
<eregon> enebo: mvn -pl core should do that, no?
<enebo> I don’t know
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] eregon pushed 1 new commit to master: http://git.io/FcWR
<JRubyGithub> jruby/master 1befb7b Benoit Daloze: [Truffle] JT: -X+T fixed, yeah!
JRubyGithub has left #jruby [#jruby]
<eregon> headius: and thanks for the classpath fix :)
ivan\ has quit [Remote host closed the connection]
ivan\ has joined #jruby
thsig has quit [Remote host closed the connection]
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] emboss opened issue #2524: [bigdecimal] Loss of precision with different execution order http://git.io/FcWN
JRubyGithub has left #jruby [#jruby]
mkristian has joined #jruby
dfr|work has joined #jruby
thsig has joined #jruby
treehau55 has quit [Ping timeout: 246 seconds]
vtunka has quit [Quit: Leaving]
colinsurprenant has joined #jruby
baroquebobcat has joined #jruby
Hobogrammer has joined #jruby
e_dub has quit [Quit: e_dub]
e_dub has joined #jruby
dinfuehr has quit [Quit: dinfuehr]
subbu has joined #jruby
pchalupa has joined #jruby
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] enebo pushed 2 new commits to master: http://git.io/Fcdq
<JRubyGithub> jruby/master 6d9344c Thomas E. Enebo: Add FIXME Comment questioning whether linearlized BBs will preserve recv arg ordering
<JRubyGithub> jruby/master 4d98439 Thomas E. Enebo: Fixes MRI #9669 (2 assertions in MRI test suite pass from this)
JRubyGithub has left #jruby [#jruby]
pietr0 has joined #jruby
calavera has joined #jruby
skade has quit [Quit: Computer has gone to sleep.]
pietr0 has quit [Ping timeout: 246 seconds]
shellac has quit [Quit: Ex-Chat]
colinsurprenant has quit [Quit: colinsurprenant]
temporalfox has quit [Quit: Textual IRC Client: www.textualapp.com]
sferik has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
calavera has quit [Remote host closed the connection]
calavera has joined #jruby
Hobogrammer has quit [Ping timeout: 264 seconds]
metadave_ has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
metadave has joined #jruby
skade has joined #jruby
skade has quit [Client Quit]
sferik has joined #jruby
subbu has quit [Ping timeout: 272 seconds]
ivan\ has quit [Remote host closed the connection]
ivan\ has joined #jruby
colinsurprenant has joined #jruby
subbu has joined #jruby
PragTob has quit [Ping timeout: 264 seconds]
PragTob has joined #jruby
skade has joined #jruby
skade has quit [Client Quit]
skade has joined #jruby
skade has quit [Client Quit]
nirvdrum has quit [Ping timeout: 244 seconds]
skade has joined #jruby
finch has joined #jruby
skade has quit [Ping timeout: 252 seconds]
skade has joined #jruby
sferik_ has joined #jruby
sferik has quit [Ping timeout: 264 seconds]
<jeregrine> sooo does anyont ever have issues with bundler?
<jeregrine> buddy/heroku seem to work but I have issues with a github based gem
<tarcieri> ohai
<tarcieri> headius / enebo: you planning 1.7.19 soon? we're getting bitten by this and Rails 4.2: https://github.com/jruby/jruby/issues/2438
<enebo> tarcieri: ack. Maybe end of next week. We have spent so much time working towards pre1 that we have done very little for 1.7.19 yet
<enebo> tarcieri: Need to review what we have marked for 19
<enebo> tarcieri: but knowing people are hitting common issues in Rails 4.2 is a major motivator
calavera has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
elia has quit [Quit: Computer has gone to sleep.]
shellac has joined #jruby
<headius> hmmm
<headius> well we can spin with what we have if we need something out quickly
<headius> but a triage would be good
<mrmargolis> enebo: yeah, I am also blocked on 4.2 because of that issue and I think also ar-jdbc.
<enebo> heh
<enebo> headius: yeah I just have not seen what has landed on there recently either
<enebo> multi-branch dev is tough :)
<headius> indeed
<enebo> maybe thursday
<enebo> I guess I will spend some quality 1.7 time and see what we planned on doing and what was landed to make sure we did not introduce something icky
camlow32_ has joined #jruby
<enebo> tarcieri: If you or someone you work with can test jruby-1_7 branch against 4.2 and give some seal of approval it will work for you that would be really helpful too
camlow32_ has quit [Read error: Connection reset by peer]
<enebo> I would hate to release for this one API change and have it not be enough
camlow32_ has joined #jruby
<enebo> mrmargolis: not sure about ar-jdbc. That I think is something kares would be able to answer
calavera has joined #jruby
camlow325 has quit [Ping timeout: 276 seconds]
camlow32_ has quit [Remote host closed the connection]
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] headius pushed 1 new commit to master: http://git.io/FCbY
<JRubyGithub> jruby/master c601151 Charles Oliver Nutter: Uh...
JRubyGithub has left #jruby [#jruby]
<tarcieri> enebo: someone's gonna give it a try
<enebo> tarcieri: yeah this is a good opportunity to get something else fixed too :)
camlow325 has joined #jruby
camlow325 has quit [Remote host closed the connection]
<headius> mkristian: so you talked about a compromise on the classloader thing, making it configurable
yfeldblum has joined #jruby
<headius> we accept there are cases where it should be the current way, but I think a majority of users are deploying in situations where that's wrong or unnecessary
<headius> e.g. everyone deploying in a way file potentially setting class collisions
<headius> way=war
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] michaelbuckner opened issue #2525: undefined method `invoke_with_build_args' for nil:NilClass on Windows 7 http://git.io/FCpF
JRubyGithub has left #jruby [#jruby]
subbu has quit [Ping timeout: 240 seconds]
skade has quit [Quit: Computer has gone to sleep.]
<headius> sigh...I guess we deserve to get mostly Windows bugs for shipping without a big Windows push
sferik_ has quit [Quit: Textual IRC Client: www.textualapp.com]
subbu has joined #jruby
<enebo> I do wonder how this is happening. I test gem install using windows 7
bbrowning is now known as bbrowning_away
e_dub has quit [Quit: e_dub]
camlow325 has joined #jruby
camlow325 has quit [Remote host closed the connection]
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] Who828 opened pull request #2526: Fixed a bug with local_variables ordering and duplicate variables (master...local_variables_bug) http://git.io/FWJA
JRubyGithub has left #jruby [#jruby]
sferik has joined #jruby
baroquebobcat has quit [Quit: baroquebobcat]
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] enebo closed pull request #2526: Fixed a bug with local_variables ordering and duplicate variables (master...local_variables_bug) http://git.io/FWJA
JRubyGithub has left #jruby [#jruby]
baroquebobcat has joined #jruby
<mkristian> headius, I wanted to make the jruby-1_7 way the default and the current one the opt-in, just for those few cases where this might solve problems.
<mkristian> will make some time for it tomorrow
ivan\ has quit [Read error: Connection reset by peer]
ivan\ has joined #jruby
<headius> mkristian: that will help us sleep a little easier :-)
<headius> mkristian: I have a local change to make lib build lib/jruby/jar
<headius> spent a little time fiddling with other parts of build to try to speed it up but I can't get below 21s for mvn with no changes
sferik_ has joined #jruby
<mkristian> headius, I was thinking about this. would it be possible to have lib/jruby-core.jar + lib/jruby-truffle.jar ?
<mkristian> bin/jruby.bash can handle this more or less good
<headius> it would, but does it gain us anything over shading?
Who has joined #jruby
<headius> the main challenge there is that jruby-launcher needs to work on 1.7 and 9k and would have to know different layout for 9k
<headius> a legacy issue
<headius> anything we do to jruby.bash has to be done to the launcher
sferik__ has joined #jruby
sferik_ has quit [Read error: Connection reset by peer]
<headius> enebo: what was your issue about building twice after a syntax error?
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] chuckremes opened issue #2527: Can't set a range of cells in Excel using win32ole http://git.io/FWsT
JRubyGithub has left #jruby [#jruby]
<mkristian> the gain would be: mvn -pl core would build the core and mvn -pl truffle the truffle. so whatever you work on you just need to shade one part
sferik has quit [Ping timeout: 264 seconds]
<enebo> headius: if you have a syntax error in somethng you are working on it sometimes will end up complaining about truffle and not the jruby syntax error
<enebo> headius: tbh I do not always get it but when I see it I know I can mvn clean to see my error again
<headius> oh that one...has been around for quite a while?
<headius> so not related to the truffle split
<headius> mkristian: that's a very good point
<headius> honestly lib/jruby.jar could also just look for jruby-truffle.jar in same dir, since we're already doing classloader stuff to get it
<headius> that doesn't even require a launcher change
<mkristian> headius, classloader stuff with truffle - surprised !?
<headius> what I have now is 1:42 for a mvn clean package and :21 for mvn immediately after that
<headius> mkristian: I had to fix your getClass().getClasLoader() call to load truffle...it uses JRubyClassLoader now
<headius> Ruby.class.getClassLoader() is null when running from boot classpath
bbrowning_away is now known as bbrowning
<mkristian> so bin/jruby.bash just adds all the jars from lib/* to the classpath. jruby.jar goes into the bootclassloader
<mkristian> ok the null classloader again - yes.
<headius> correct
<headius> heh, and you just said a magic word if true... the launcher already adds lib/* to classpath?
shellac has quit [Quit: ["Textual IRC Client: www.textualapp.com"]]
<headius> indeed it does in bash
<headius> I had forgotten about that
<mkristian> I played around with lib/jruby-core.jar and lib/jruby-truffle.jar which just worked.
thsig has quit [Remote host closed the connection]
<headius> mkristian: yeah this can work for me
<mkristian> only lib/jruby.jar goes into the bootclassloader
<headius> with my fix it should be fine
<headius> then truffle guys get even better build with -pl truffle if they only want to build truffle
<headius> right
<mkristian> yes
<mkristian> and even core is a bit faster
<headius> yeah, less sources
<headius> fewer
<headius> less source
<headius> whatever
<headius> stupid English
<headius> mkristian: ok, let's do that
<headius> I will back out the shade moves I have locally and just commit one or two other small things
<headius> mkristian: so just so I understand, truffle and core will each have an additional shade step that dumps into lib
<mkristian> yes, unless you want the oracle-truffle jar as well in lib/
<headius> jruby-truffle shading in oracle truffle and core shading what it did before truffle
<headius> I don't think we need to do that
<mkristian> yes
<headius> just shade them to be standalone for lib
<mkristian> yes, core and truffle both shade their dependencies
<headius> ok
<headius> lib should still depend on truffle, so "mvn" builds both
<headius> I will push that
<mkristian> yes, it should do
sferik has joined #jruby
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] headius pushed 2 new commits to master: http://git.io/FWBW
<JRubyGithub> jruby/master 09721d6 Charles Oliver Nutter: Hack to make package-info.java emit a dummy class....
<JRubyGithub> jruby/master dbdfc4e Charles Oliver Nutter: Make lib depend on truffle for jruby-truffle jar.
JRubyGithub has left #jruby [#jruby]
<headius> mkristian: your turn!
sferik__ has quit [Ping timeout: 264 seconds]
<mkristian> headius, but I guess I do the classloader thingy first - for the peace of mind ;)
<headius> ok, I can make the shading changes
skade has joined #jruby
skade has quit [Client Quit]
<mkristian> it should be already there since I need the exact same split for jruby-jars.gem - probably just profile or so
<headius> yeah I'll figure it out
subbu has quit [Ping timeout: 246 seconds]
e_dub has joined #jruby
camlow325 has joined #jruby
subbu has joined #jruby
Who has quit [Quit: Who]
elia has joined #jruby
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] nbroyles opened issue #2528: RegexpError: invalid multibyte character http://git.io/FW2w
JRubyGithub has left #jruby [#jruby]
enebo has quit [Quit: enebo]
subbu has quit [Ping timeout: 245 seconds]
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] headius pushed 1 new commit to master: http://git.io/FWw0
<JRubyGithub> jruby/master 576ecb3 Charles Oliver Nutter: Have jruby-core and jruby-truffle shade into lib.
JRubyGithub has left #jruby [#jruby]
<headius> mkristian: ok, it's in
<mkristian> :)
<headius> chrisseaton, eregon: let me know how that feels... mvn at root should build everything correctly, but mvn -pl truffle is only 6 seconds with no changes
<headius> mvn -pl core is 12 seconds, mvn with no changes is 23s
<headius> I think that's decent
calavera has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
_whitelogger__ has joined #jruby
kares has quit [Ping timeout: 272 seconds]
Freaky has quit [Remote host closed the connection]
halorgium_ has joined #jruby
calavera has joined #jruby
<projectodd-ci> Project jruby-master-test-jruby build #460: FAILURE in 32 min: https://projectodd.ci.cloudbees.com/job/jruby-master-test-jruby/460/
mister_solo has quit [Ping timeout: 245 seconds]
<headius> heh
<headius> blasted ThreadGroup#list spec again
Freaky has joined #jruby
halorgium has quit [*.net *.split]
_whitelogger_ has quit [*.net *.split]
blinsay has quit [*.net *.split]
halorgium_ is now known as halorgium
blinsay_ is now known as blinsay
PragTob has quit [Remote host closed the connection]
yfeldblum has quit [Remote host closed the connection]
warbot_ has quit [Ping timeout: 246 seconds]
elia has quit [Quit: Computer has gone to sleep.]
enebo has joined #jruby
ivan\ has quit [Remote host closed the connection]
ivan\ has joined #jruby
pietr0 has joined #jruby
rsim has joined #jruby
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] nomadium opened issue #2529: Is there a way to clean the source directory completely? http://git.io/FWNg
JRubyGithub has left #jruby [#jruby]
djellemah has joined #jruby
yfeldblum has joined #jruby
camlow32_ has joined #jruby
camlow325 has quit [Ping timeout: 264 seconds]
camlow32_ has quit [Ping timeout: 255 seconds]
<projectodd-ci> Project jruby-master-spec-compiler build #451: FAILURE in 6 min 59 sec: https://projectodd.ci.cloudbees.com/job/jruby-master-spec-compiler/451/
<projectodd-ci> Project jruby-master-spec-ji build #450: FAILURE in 18 min: https://projectodd.ci.cloudbees.com/job/jruby-master-spec-ji/450/
nirvdrum has joined #jruby
havenwood has quit []
Felystirra has joined #jruby
<headius> mkristian: oh, I made those changes in pom.xml too...will fix that
subbu has joined #jruby
sferik has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
travis-ci has joined #jruby
travis-ci has left #jruby [#jruby]
<travis-ci> jruby/jruby (master:7713b6b by Thomas E Enebo): The build was broken. (http://travis-ci.org/jruby/jruby/builds/48529548)
<headius> mkristian: am I nut or does test/pom.rb not match test/pom.xml at all
<headius> if it does I'm not seeing where the extra dependencies are coming from
thsig has quit [Remote host closed the connection]
djellemah has quit [Ping timeout: 256 seconds]
<mkristian> well, usually it does. at least when I did work on it. since I am only touching those pom.rb files
thsig has joined #jruby
bbrowning is now known as bbrowning_away
<projectodd-ci> Yippie, build fixed!
<projectodd-ci> Project jruby-master-test-jruby build #461: FIXED in 27 min: https://projectodd.ci.cloudbees.com/job/jruby-master-test-jruby/461/
<headius> fixed? I didn't do anything
<mkristian> I just pulled master and test/pom.xml and test/pom.rb match
<headius> hmmm
baroquebobcat has quit [Quit: baroquebobcat]
<mkristian> headius, had a chat with jason v.zyl yesterday - after groovy has an uncertain future he is keen in getting the ruby DSL into proper maven. so there is small chance it will happen ;)
baroquebobcat has joined #jruby
<headius> mkristian: that would be spectacular
<headius> rake test:jruby
<headius> oops
baroquebobcat has quit [Client Quit]
rcvalle has joined #jruby
triple_b has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
baroquebobcat has joined #jruby
camlow325 has joined #jruby
elia has joined #jruby
Sinjo has quit [Quit: leaving]
nirvdrum_ has joined #jruby
Sinjo has joined #jruby
Felystirra has quit []
havenwood has joined #jruby
nirvdrum__ has joined #jruby
nirvdrum has quit [Ping timeout: 264 seconds]
JohnBat26 has quit [Quit: KVIrc 4.3.1 Aria http://www.kvirc.net/]
dinfuehr has joined #jruby
tcrawley is now known as tcrawley-away
nirvdrum_ has quit [Ping timeout: 255 seconds]
dinfuehr has quit [Client Quit]
dinfuehr has joined #jruby
ivan\ has quit [Remote host closed the connection]
ivan\ has joined #jruby
camlow325 has quit [Remote host closed the connection]
mkristian has quit [Quit: bye]
nirvdrum_ has joined #jruby
nirvdrum__ has quit [Ping timeout: 240 seconds]
thsig has quit [Ping timeout: 276 seconds]
nirvdrum_ is now known as nirvdrum
<nirvdrum> headius: Can you think of any reason why that truffle shading stuff wouldn't have worked on Windows?
diegoviola has quit [Read error: Connection reset by peer]
<nirvdrum> Does the launcher need to be rebuilt?
diegoviola has joined #jruby
skade has joined #jruby
<headius> nirvdrum: what was the error?
<nirvdrum> Truffle internal error: java.lang.UnsupportedOperationException: Support for Truffle has been removed from this distribution
<headius> nirvdrum: how do you build?
<nirvdrum> mvn package
baroquebobcat has quit [Ping timeout: 240 seconds]
sferik has joined #jruby
calavera has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
dinfuehr has quit [Remote host closed the connection]
<headius> hmmm
<headius> I'll try a clean clone and see
<headius> nirvdrum: I really don't know of a reasons offhand
<headius> it does appear something's not right with dependencies in my change though
<nirvdrum> It appears to have worked fine on Linux.
e_dub has quit [Quit: e_dub]
<headius> same on OS X with a clean clone
<headius> nirvdrum: try mvn -pl truffle
mkristian has joined #jruby
<nirvdrum> No luck.
<headius> show me the output from that
<headius> that's weird
<mkristian> headius, did you commit everything with core + truffle build
<headius> mkristian: I did but builds seem to be failing to build everything
<mkristian> then I try my little fixes now
<headius> I mean they seem to be failing to build lib stuff I set up
<headius> on jenkins at least
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
colinsurprenant has quit [Quit: colinsurprenant]
colinsurprenant has joined #jruby
travis-ci has joined #jruby
<travis-ci> jruby/jruby (master:dbdfc4e by Charles Oliver Nutter): The build was broken. (http://travis-ci.org/jruby/jruby/builds/48533419)
travis-ci has left #jruby [#jruby]
<headius> nirvdrum: did it make a file called "lib/truffle.jar" in the root, perhaps?
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] mkristian pushed 1 new commit to master: http://git.io/Fli4
<JRubyGithub> jruby/master 4f534b8 Christian Meier: [build] bring shaded lib/jruby.jar back and limit lib/jruby-truffle.jar to truffle
JRubyGithub has left #jruby [#jruby]
<headius> it looks like it's ok
<headius> weird
<nirvdrum> Nope. I just have lib\jruby-truffle.jar.
colinsurprenant has quit [Ping timeout: 255 seconds]
<headius> oh!
<mkristian> nirvdrum, lib\jruby-truffle.jar ? \ and not / ?
<headius> well bugger...this might mean the launcher isn't adding lib stuff on Windows
skade has quit [Read error: Connection reset by peer]
<mkristian> sorry - you guys are on windows
<headius> nirvdrum: jruby -J-cp lib/jruby-truffle.jar -X+C ....
<headius> I bet that will work fine
skade has joined #jruby
<nirvdrum> Is that different than what I've been running all week?
<nirvdrum> Not having to set that env var would be nice.
<nirvdrum> Since they're a tad wonky on Windows.
<headius> yeah for sure
<headius> it should be adding lib/*.jar in the launcher
elia has quit [Quit: Computer has gone to sleep.]
<headius> also try jruby.bat
<nirvdrum> No go. That just calls jruby.exe anyway.
<headius> oh
<nirvdrum> How do I rebuild the launcher?
<headius> I thought it was still our epic batch scripts
<headius> vc++ I believe :-\
<headius> enebo: ping
dinfuehr has joined #jruby
travis-ci has joined #jruby
<travis-ci> jruby/jruby (master:dbdfc4e by Charles Oliver Nutter): The build was canceled. (http://travis-ci.org/jruby/jruby/builds/48533419)
travis-ci has left #jruby [#jruby]
<enebo> heh
dinfuehr has quit [Read error: Connection reset by peer]
<enebo> RUST REWRITE STARTED
<enebo> nirvdrum: fix it
dinfuehr has joined #jruby
<enebo> we compile it with mingw
<diegoviola> lol rust
<headius> nirvdrum: the exe may be way behind
<headius> we need someone to set up a cross-compiler so we can build it without Windows
<nirvdrum> I don't know what the exe actually does. Maybe it's a red herring.
<headius> I think it's probably to blame right now
<headius> what does jruby -Xversion give you?
<nirvdrum> 1.1.0
<enebo> I don’t actually know but -Xtrace lame.log will show the CLI or whether it does DLL overlay
camlow325 has joined #jruby
subbu has quit [Ping timeout: 252 seconds]
<nirvdrum> And I didn't actually get around to installing VS before I left.
<nirvdrum> I could try downloading it, but I'll probably hit the bandwidth cap here pretty quickly.
<enebo> Visual Sourcesafe?
<nirvdrum> Visual Studio.
<enebo> we don’t compile it with VS
<headius> nirvdrum: where are you that has a bandwidth cap?
<enebo> although you can no doubt use it if you want
travis-ci has joined #jruby
travis-ci has left #jruby [#jruby]
<travis-ci> jruby/jruby (master:576ecb3 by Charles Oliver Nutter): The build was broken. (http://travis-ci.org/jruby/jruby/builds/48535530)
<nirvdrum> headius: Some hotel in Austria. I'm visiting the Linz team.
<nirvdrum> I was in Zurich last week.
nateberkopec has quit [Quit: Leaving...]
<headius> oh right
<nirvdrum> enebo: Gotcha. I was just going off headius's guess of VC++.
<enebo> nirvdrum: VS and MS sucks ass because every 2 versions of the product they change the CLI so all batch scripts break
travis-ci has joined #jruby
<travis-ci> jruby/jruby (master:576ecb3 by Charles Oliver Nutter): The build was canceled. (http://travis-ci.org/jruby/jruby/builds/48535530)
travis-ci has left #jruby [#jruby]
<enebo> nirvdrum: so it is funny to see OSS projects on windows because they will be using like a 10 year old version of ICC
sferik has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
skade has quit [Read error: Connection reset by peer]
skade has joined #jruby
<nirvdrum> Ahh. The only ones I've seen have used VC++. But then it's always fun to see those using the express editions complaining that they can't compile if the project uses ATL.
subbu has joined #jruby
<nirvdrum> I don't know if that mess is cleared up with the newest community version.
<enebo> nirvdrum: ifyou want to use win32ole you need to have a non-free version because they do not distribute the header files
<headius> ugh
<headius> I wasn't using the launcher either
sferik has joined #jruby
<enebo> YAY
<enebo> EPIC RAGE QUIT
fridim_ has quit [Ping timeout: 264 seconds]
<headius> actually maybe I was
<headius> it does work ok
<headius> yeah it works ok...I think the windows logic in jruby-laucnher is just missing the lib stuff
<headius> bbiab
rsim has quit [Quit: Leaving.]
elia has joined #jruby
travis-ci has joined #jruby
<travis-ci> jruby/jruby (master:576ecb3 by Charles Oliver Nutter): The build was canceled. (http://travis-ci.org/jruby/jruby/builds/48535530)
travis-ci has left #jruby [#jruby]
travis-ci has joined #jruby
<travis-ci> jruby/jruby (master:576ecb3 by Charles Oliver Nutter): The build was canceled. (http://travis-ci.org/jruby/jruby/builds/48535530)
travis-ci has left #jruby [#jruby]
subbu has quit [Ping timeout: 256 seconds]
enebo has quit [Ping timeout: 252 seconds]
subbu has joined #jruby
mitchellhenke has quit [Quit: Computer has gone to sleep.]
mrmargolis has quit [Remote host closed the connection]
dinfuehr has quit [Read error: Connection reset by peer]
dinfuehr has joined #jruby
camlow325 has quit [Read error: Connection reset by peer]
camlow325 has joined #jruby
skade has quit [Read error: Connection reset by peer]
skade has joined #jruby
ivan\ has quit [Read error: Connection reset by peer]
ivan\ has joined #jruby
<projectodd-ci> Yippie, build fixed!
<projectodd-ci> Project jruby-master-spec-ji build #451: FIXED in 27 min: https://projectodd.ci.cloudbees.com/job/jruby-master-spec-ji/451/
e_dub has joined #jruby
<nirvdrum> headius: I'm probably going to head to bed shortly. If you have anything else for me to try, let me know. Feel free to email me, too.
pgokeeffe has quit [Quit: pgokeeffe]
<projectodd-ci> Yippie, build fixed!
<projectodd-ci> Project jruby-master-spec-compiler build #452: FIXED in 20 min: https://projectodd.ci.cloudbees.com/job/jruby-master-spec-compiler/452/
pgokeeffe has joined #jruby
dinfuehr has quit [Remote host closed the connection]
<projectodd-ci> Project jruby-master-test-jruby build #462: FAILURE in 31 min: https://projectodd.ci.cloudbees.com/job/jruby-master-test-jruby/462/
pgokeeffe has quit [Read error: Connection reset by peer]
sferik has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
pgokeeffe has joined #jruby
subbu has quit [Ping timeout: 246 seconds]
subbu has joined #jruby
viking has quit [Remote host closed the connection]
calavera has joined #jruby
sferik has joined #jruby
yfeldblum has quit [Ping timeout: 244 seconds]
e_dub has quit [Quit: e_dub]
drbobbeaty has joined #jruby