PMXBOT Log file Viewer

Help | Karma | Search:

#pil logs for Wednesday the 2nd of October, 2013

(Back to #pil overview) (Back to channel listing) (Animate logs)
[11:27:20] <aclark> Welcome back pmxbot
[15:31:47] <wiredfool> morning aclark
[16:50:31] <aclark> wiredfool: hey
[16:50:42] <wiredfool> morning
[16:50:43] <aclark> wiredfool: so i'll rip out that brew stuff and cut 2.2.1…
[16:50:59] <wiredfool> It should be safe with the try/except around it
[16:51:00] <aclark> (i should have never merged it but I thought it was trivial)
[16:51:05] <aclark> wiredfool: not if 2.6 fails
[16:51:09] <aclark> oh
[16:51:10] <aclark> i see
[16:51:27] <aclark> ok i'll leave as is and cut 2.2.1
[16:51:33] <wiredfool> ok
[16:51:39] <wiredfool> I'm poking at pypy a bit
[16:51:44] <aclark> cool
[16:52:09] <aclark> should i wait until tomorrow a.m. for 2.2.1 or do it now?
[16:52:33] <wiredfool> hmm.
[16:52:44] <wiredfool> I'm not sure we should hold it up over pypy
[16:52:47] <aclark> k
[16:53:02] <wiredfool> this is a hard stop for a bunch of mac people
[16:53:07] <aclark> that's my instinct too
[16:54:08] <wiredfool> looks like pypy has mmap issues with our code.
[16:54:28] <wiredfool> disabling memory mapping on pypy makes all but the webp metadata tests succeed
[16:54:36] <wiredfool> not that I was getting the segfault anyway
[16:55:45] <aclark> interesting
[16:56:17] <wiredfool> Not sure cgohkle was getting these errors though.
[17:12:39] <aclark> !g pillow release python
[17:12:40] <pmxbot> https://pypi.python.org/pypi/Pillow - Pillow - PyPI - Python
[17:12:51] <aclark> !g pillow release python 2.2.1
[17:12:52] <pmxbot> http://docs.python.org/release/2.2.1/ - Python 2.2.1 Documentation - April 10, 2002
[17:12:56] <aclark> doh!
[17:12:58] <aclark> heh
[17:13:25] <wiredfool> that's... impressively old
[17:13:45] <wiredfool> oh wait, that's python
[17:23:12] <aclark> yeah, bad search result (2.2.1 too new for google)
[17:24:04] <aclark> or maybe pillow will never outweigh python itself
[17:24:17] <aclark> !g python pillow 2.2.1
[17:24:18] <pmxbot> http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/virtual/python-imaging/python-imaging-1.ebuild?view=markup - Contents of /virtual/python-imaging/python-imaging-1.ebuild - Gentoo
[17:24:24] <aclark> meh
[18:08:13] <aclark> wiredfool: any objection to being publicly listed here: https://github.com/python-imaging?tab=members ?
[18:08:31] <aclark> i.e. to anon
[18:14:45] <wiredfool> no objection
[18:18:26] <wiredfool> I'm not trying to be anonymous, as wiredfool is pretty strongly connected to my Real Name in a lot of places
[18:49:45] <aclark> wiredfool: i'm not sure if i can do it for you but somewhere you can publicize your membership
[19:11:39] <wiredfool> ok. done
[19:11:57] <wiredfool> found some real fun bugs in the webp support on pypy
[19:12:50] <wiredfool> someday I'm going to need to go over the 32/64 bit and signed/unsigned ints in the tiff section and make sure that they're all right. I'm sure I've got overflow issues there somewhere.
[19:23:18] <aclark> coool
[19:40:16] <aclark> wiredfool: http://blog.aclark.net/2013/09/02/pillow-221-released/
[20:39:45] <wiredfool> cool