PMXBOT Log file Viewer

Help | Karma | Search:

#pypa-dev logs for Thursday the 23rd of April, 2015

(Back to #pypa-dev overview) (Back to channel listing) (Animate logs)
[00:50:16] <lifeless> dstufft: hopefully fixed 2699, it should be rebuilding now
[02:50:23] <lifeless> https://github.com/pypa/pip/pull/2699 is green now
[20:00:41] <lifeless> qwcode: I'm not sure how to do the --no-binary thing in the new req_file parser
[20:01:32] <lifeless> qwcode: if you look at pull 2699, which now conflicts, I had to pass in the state - the FormatControl that lives in the *finder*
[20:02:02] <lifeless> qwcode: but because you're now using a fresh OptionsParser each time, its going to refer to the one in there.
[20:02:12] <lifeless> hmm, I might be able to fiddle with its intenral state
[20:23:43] <lifeless> dstufft: sorry, I don't know how long I'm going to be fixing 2699 up with master, the refactoring makes it a lot harder to work with
[20:53:12] <lifeless> fingers crossed
[20:54:56] <dstufft> lifeless: will take a look in a bit (Sorry, dealing with exit stuff and finishing up work projects that won't be moving with me and getting them to good states)
[20:55:20] <lifeless> dstufft: naturally
[20:59:46] <dstufft> Oh yea, I guess I didn't tell this channel yet - In early may I'll be switching jobs and my new job I'll be focusing all my time on PyPA projects. (Hence the exit stuff and finishing up work projects).
[21:18:31] <bowlofeggs> dstufft: congrats!
[22:00:06] <lifeless> dstufft: https://github.com/pypa/pip/pull/2699 is green again