[03:01:00] <lifeless> dstufft: I haven't demonstrated that yet, but soon
[03:01:52] <lifeless> dstufft: I don't want to wedge on the syntax there; there are lots of ways we could go forward there, its the least interesting of the things to think about IMO
[03:02:14] <dstufft> oh yea syntax is absolutely the least interesting thing
[03:02:22] <dstufft> I just couldn't remember what happened with that
[03:27:24] <dstufft> I'm still not sure I'm comfofrtable with the scope of things, the network effect is going to be unpleasent I think
[03:29:39] <dstufft> I gotta go, my daughter's dog is sick and needs to go to the emergency vet I think
[04:01:31] <qwcode> lifeless, "executing processes rather than loading Python modules, because tools like pip will often interact with many different versions". a process interface is fine I guess, but just because the api might be python, doesn't mean you'd try to load them all up in the main pip process (for the reasons you state), it does mean pip would need to grow a new script/callable for loading/running the api calls per build
[04:08:07] <qwcode> the idea that any/every build system could implement their own way to "install" and "develop"... that doesn't sound right... thinking "develop" installs need a PEP, and "install" should be removed
[05:42:22] <lifeless> qwcode: this is an alternative to the sdist spec, which was fundamentally confused about the layering
[05:42:31] <lifeless> qwcode: we sorted that out but haven't redrafted it
[05:42:45] <lifeless> dstufft: re: scope - ok, will add some analysis of that
[05:43:31] <lifeless> qwcode: develop probably needs a PEP yes, but I think as a first iteration having it be optional and distinct is better than nothing
[06:04:21] <lifeless> dstufft: provided-by is about efficiency, and avoiding pathological cases where build tools are nondeterministic
[17:21:37] <qwcode> the python mail delays are really frustrating : ( seeing discussions go by in the archive that I'm not seeing....
[17:23:14] <Wooble> I don't watch the archive, but I've definitely seen replies to messages I never saw, and then the original many hours later...
[17:23:41] <qwcode> for example. I got this, but neither of the previous emails in the thread today https://mail.python.org/pipermail/distutils-sig/2015-October/027363.html
[17:24:22] <qwcode> some emails I sent days ago, haven't made it to the archive
[17:24:47] <Wooble> Apprently I'm missing the last 13 python-dev messages. :/
[17:38:47] <dstufft> reminder: The entire mail.python.org was disabled for 3 days or so (hardware failure) and it's still attempting to process a pretty huge backlog