indirect changed the topic of #bundler to: Docs! http://bundler.io | Problems? http://bit.ly/bundler-issues | How to help: http://bit.ly/bundler-development | API Dashboard http://cl.ly/SBoH | #bundler logs: http://bit.ly/bundler-logs | Questions will be answered eventually, so hang out for a while
havenwood has quit [Remote host closed the connection]
havenwood has joined #bundler
cwebber has quit []
robbyoconnor has joined #bundler
havenwood has quit [Remote host closed the connection]
havenwood has joined #bundler
samphippen has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
havenwood has quit [Ping timeout: 245 seconds]
cwebber has joined #bundler
havenwood has joined #bundler
jaimef has quit [Excess Flood]
jaimef has joined #bundler
ixti has quit [Quit: WeeChat 0.4.2]
havenwood has quit [Read error: Connection reset by peer]
robbyoconnor has quit [Ping timeout: 245 seconds]
havenwood has joined #bundler
robbyoconnor has joined #bundler
rjhunter has quit [Remote host closed the connection]
robbyoconnor has quit [Ping timeout: 245 seconds]
havenwood has quit [Remote host closed the connection]
havenwood has joined #bundler
cwebber has quit []
havenwood has quit [Read error: Connection reset by peer]
rjhunter has joined #bundler
rjhunter has quit [Ping timeout: 272 seconds]
rjhunter has joined #bundler
rjhunter has quit [Ping timeout: 272 seconds]
cwebber has joined #bundler
cwebber has quit []
cwebber has joined #bundler
rjhunter has joined #bundler
robbyoconnor has joined #bundler
rjhunter has quit [Ping timeout: 252 seconds]
robbyoconnor has quit [Quit: Konversation terminated!]
Who has joined #bundler
rjhunter has joined #bundler
akerl has joined #bundler
rjhunter has quit [Ping timeout: 264 seconds]
<akerl> Hi! I'm running into issues where `bundle exec rake` loads my own gem automatically. It's messing up Coverage, since Coverage then doesn't get stats on my own lib/ files. Is there some change I need to make to get around that?
cwebber has quit []
<akerl> Ahha, I think I figured it out. I was requiring my gem in the gemspec to get the version, and that was causing bundler to load it
rjhunter has joined #bundler
Who has left #bundler [#bundler]
robbyoconnor has joined #bundler
rjhunter has quit [Remote host closed the connection]
rjhunter has joined #bundler
JordanFaust_ has joined #bundler
JordanFaust_ has quit [Client Quit]
Who has joined #bundler
Who has quit [Quit: Who]
mitja has joined #bundler
mitja has quit [Quit: Page closed]
retro_ has joined #bundler
rjhunter has quit [Remote host closed the connection]
JordanFaust_ has joined #bundler
samphippen has joined #bundler
JordanFaust_ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Who has joined #bundler
Who has quit [Ping timeout: 245 seconds]
Who has joined #bundler
Who has quit [Client Quit]
samphippen has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
chouhoulis has joined #bundler
cwebber has joined #bundler
havenwood has joined #bundler
chouhoul_ has joined #bundler
chouhoul_ has quit [Remote host closed the connection]
chouhoul_ has joined #bundler
chouhoulis has quit [Ping timeout: 248 seconds]
cwebber has quit []
cwebber has joined #bundler
cwebber has quit []
dobie_gillis has left #bundler [#bundler]
cwebber has joined #bundler
patcon has joined #bundler
cwebber has quit []
ddd has joined #bundler
cwebber has joined #bundler
cwebber has quit [Client Quit]
havenwood has quit []
patcon has quit [Remote host closed the connection]
patcon has joined #bundler
patcon has quit [Ping timeout: 245 seconds]
patcon has joined #bundler
patcon has quit [Remote host closed the connection]
patcon has joined #bundler
patcon has quit [Ping timeout: 272 seconds]
samphippen has joined #bundler
Who has joined #bundler
ddd has quit [Quit: to install VirtualBox]
<Who> indirect: hey
<indirect> Who: hey there
<indirect> have I mentioned I am super excited about your patch
<indirect> :D
<indirect> (I am teaching a RailsBridge workshop at this moment, so I haven't tried it out yet... sorry)
<Who> thanks
<Who> ah
<Who> I came to ask that
cwebber has joined #bundler
<Who> well I have been trying various combinations at my end, it seems to be working
<indirect> that is why I am excited :D
patcon has joined #bundler
ddd has joined #bundler
retro_ has quit [Ping timeout: 245 seconds]
patcon has quit [Ping timeout: 245 seconds]
Who has quit [Ping timeout: 246 seconds]
Who has joined #bundler
cwebber has quit []
Who has quit [Ping timeout: 252 seconds]
patcon has joined #bundler
havenwood has joined #bundler
Who has joined #bundler
<Who> indirect: got some good news
<Who> so I used this Gemfile
<indirect> yeah?
<Who> from one of my work projects
<Who> and the diff
<indirect> (oh man, while you're being totally awesome, want to fix the child dep conflict message? :D :D :D)
<Who> nothing
<indirect> whoa
<indirect> you win
<indirect> :D
<indirect> I will run a prerelease with your resolver to solicit feedback, but that's super encouraging!
<Who> heh thanks
<Who> sure I would love to fix it
<Who> pretty late here
<Who> 1:30 AM
<Who> I would do it tomorrow (or something)
<Who> but I wanted to try this code out on a real gemfile
<Who> oh and before I forget, I also measure the time on a smaller gemfile
<Who> real 0m38.036s (with patch)
Who has quit [Ping timeout: 245 seconds]
Who has joined #bundler
<Who> Who: oh and before I forget, I also measure the time on a smaller gemfile
<Who> [01:27am] Who: http://pastebin.com/YWGpws5X
<Who> [01:27am] Who: http://pastebin.com/bhz2FNVL
<Who> [01:27am] Who: real 0m38.036s (with patch)
<Who> [01:28am] Who: real 0m56.524s
<Who> [01:28am] Who: without
<Who> [01:28am] Who: of course all gems were already fetched
<Who> [01:28am] Who: but the later could be slow because of delay in fetching the meta data
<Who> [01:28am] Who: but performance overall is comparable
<Who> [01:29am]
<indirect> yay
<indirect> that is pretty awesome
<indirect> we have some pathological cases left over from the last time someone optimized the resolver
<indirect> I will look up the ticket and mention it on your ticket
<indirect> if you want to try it out later
<indirect> thank you SO much for your help :)
<Who> sure
<Who> what I am really trying to do with this patch is to get simple algorithm in place which is much easier to understand
<Who> and test cases for the corner cases
<Who> with both in place refactoring or improving performance shouldn't it be too difficult
<indirect> yes
<indirect> that is amazing :D
<Who> I will look into the child dep conflict message tomorrow or on monday morning
<indirect> thanks a ton!
<indirect> you're great :D
<Who> oh, I just want to say this in the pull request but I was (and still am) waiting for the pull request to be approved (because you know it might be embarrassing otherwise)
<Who> can I say it here?
<indirect> oh, sure
<indirect> I mean, your pull request is approved... I am just going to look for things that might need to be tweaked
<indirect> we have wanted an iterative resolver for months
<indirect> and at least three people have taken stabs at it but not had time to make it work
<Who> ah, I see
<Who> well, so here is what I wanted to say. This patch I haven't done it alone, I had Headius giving me pointers (basically he told me to look at Rubygems code, when I told him I am thinking of working on bundler's resolver code) and then I had the amazing Rubygems code written by Evan as my reference (it helped a lot). I also have you guys reviewing my code (and not to forget you created bundler, which helps me at work everyday) and finally the users who actu
<Who> reported the issue because they use bundler.
<indirect> totally!
<Who> so what I mean is, behind a single patch there is lot of things going on and I am just happy to be a part of this
<indirect> the same is true for all of bundler
<indirect> but you were totally the first person to actually stick with it until things worked
<indirect> out of at least five people I know of, including me
<indirect> so yay you :D
<Who> thanks again, let's just write high quality software together.
<Who> and good night for now, today was an exciting day (I had fun testing all these gemfiles :) )
<indirect> good night!
<indirect> thanks again for all your testing
Who has quit [Quit: Who]
patcon has quit [Remote host closed the connection]
patcon has joined #bundler
patcon has quit [Read error: Connection reset by peer]
patcon has joined #bundler
<ddd> hey indirect
<ddd> ltnt
<indirect> ddd: hi
<ddd> how's things?
chouhoulis has joined #bundler
chouhoul_ has quit [Ping timeout: 246 seconds]
ddd has quit [Quit: Leaving]
chouhoulis has quit [Remote host closed the connection]
<indirect> good I think
rh1n0 has joined #bundler
rh1n0 has quit [Quit: Linkinus - http://linkinus.com]
patcon has quit [Remote host closed the connection]
patcon has joined #bundler
patcon has quit [Ping timeout: 272 seconds]
rjhunter has joined #bundler
patcon has joined #bundler
patcon has quit [Ping timeout: 246 seconds]
robbyoconnor has quit [Read error: Operation timed out]