PMXBOT Log file Viewer

Help | Karma | Search:

#pypa-dev logs for Friday the 18th of April, 2014

(Back to #pypa-dev overview) (Back to channel listing) (Animate logs)
[09:36:29] <Ivo> bloody pypy
[14:05:42] <dstufft> Ivo: I've thought about splitting the test suite in half for PyPy to try and make it run in a more reasonable time :{
[15:33:40] <agronholm> dstufft: wanna merge my PR now?
[23:13:56] <Alex_Gaynor> dstufft: reverse deps are awesome
[23:14:12] <dstufft> Alex_Gaynor: Thank agronholm for that :D
[23:14:24] <dstufft> I just push merge buttan
[23:14:29] <Alex_Gaynor> dstufft: now we just need it working with setup_requires/install_requires (and maybe even extra_requires)
[23:14:59] <dstufft> extra_requires would require schema changes so will have to wait until after warehouse is in prod
[23:15:06] <dstufft> same with setup_requires
[23:16:33] <dstufft> install_requires could be added by setuptools so that it was sent with setup.py upload
[23:16:59] <dstufft> and if twine isn't doing it already, we could maybe parse the requires.txt
[23:17:09] <dstufft> or setuptools could add Requires-Dist to the PKG-INFO
[23:17:33] <Alex_Gaynor> dstufft: btw, did we ever get anywhere with the pycache issue?
[23:17:55] <dstufft> That's not ringing a bell
[23:18:10] <Alex_Gaynor> the one that makes pypy explode in weird ways on openstack
[23:18:35] <dstufft> oh
[23:18:38] <dstufft> FML
[23:18:39] <dstufft> I forgot
[23:18:41] <dstufft> sigh
[23:18:43] <dstufft> I'm sorry
[23:18:57] <Alex_Gaynor> No worries, I just wanted to make sure I'd been abreast of the developments.
[23:19:09] <Alex_Gaynor> Sorry I haven't helped out more, I really don't know pip well enough to help :/
[23:19:28] <dstufft> I'm pretty sure I've successfully overe xtended myself to the point I can no longer remember everything i'm doing
[23:20:28] <dstufft> I'm pretty sure I know what needs to change, I jsut have to sit down and do it (which requires booting a debian/ubuntu instance to test it :/)
[23:22:27] <Alex_Gaynor> I know that feels.
[23:25:07] <wickman> delegate all the things
[23:30:33] <dstufft> delegation is hard :) The stuff I tend to work on is stuff where most people don't have n interest or don't have the knowledge of a tangled intricate mess of 3 or 4 systems in order to actually do it :(
[23:50:36] <wickman> yeah, that's my experience when it comes to packaging. for all the other stuff i work on, the knowledge is much more socialized. not sure why.