IRC log of #zope for Tuesday, 2010-06-15

TresEquistiwula: first try ensuring that the top-level object in your tempdb is a btree, rather than a PersistentMapping00:08
TresEquischeck out the 'container-class' config paramter to the mount00:11
TresEquisthe default value, 'Products.TemporaryFolder.TemporaryContainer' is a folder, which is conflict prone00:12
tiwulaok00:12
tiwulaYes - that is what I have.  I didn't change the default.00:13
TresEquisOr check out the 'faster' product, which is an alternate implementation00:13
tiwulawhat should I use as container-class in place of Products.TemporaryFolder.TemporaryContainer?00:13
TresEquishttp://agendaless.com/Members/tseaver/software/faster00:13
TresEquisProducts.BTreeFolder2/BTreeFolder2/BTreeFolder200:14
TresEquisfor the alternate container-class00:15
TresEquisit won't have the pretty icon, but it won't kill you with conflicts00:15
tiwulaOK - I'll start with that.  Don't want too many dials moving at once....00:15
tiwulathen if that doesn't make a difference, I'll look at faster.00:16
tiwulathose are preferable to the partitioning strategy as a starting point....00:16
TresEquisactually, it probably doesn't help00:16
TresEquisthe 'container-class', I mean00:16
TresEquisbecause the 'session_data' object is in between00:17
tiwulaso - that will scuttle the benefit of the changed container-class?00:17
TresEquisyes00:18
tiwulabummer....00:18
tiwulaso - have you used faster?00:19
TresEquisthe TransientObjectContainer is the culprit00:19
TresEquisheh, I wrote it (with mcdonc)00:19
TresEquiswe have used it successfully for customer sites in production00:19
TresEquisbut it has been a while (still running, never have to look at it kind of sites)00:19
TresEquisso long that I forgot why we wrote it in the first place00:20
*** cwarner has joined #zope00:23
TresEquisyou do have to get the 'faster' object re-created on restarts, if you use the tempstorage00:24
tiwulathat's the same issue I'm dealing with on my current partitioning strategy00:31
*** aaronv has quit IRC00:34
TresEquistiwula: except your app has to somehow know about the partitions in which to create the sessions00:36
TresEquisare you running load-balanced across appservers?00:37
*** runyaga has quit IRC00:37
TresEquisIf not, try just mounting a normal filestorage at /temp_folder00:37
TresEquisyou can then make "sticky" changes inside it, like replacing the 'session_data' object with the one from faster00:37
TresEquisyou should be able to pack it on a different (more frequent, likely) schedule than your main filestorage00:38
mcdoncit bears noting that tiwula wants to reduce conflict errors because he has nontransactional code laying around which presumably does the wrong thing during a retry00:38
mcdonc(afaik, it's not a performance problem)00:39
TresEquisah00:39
TresEquisin that case, tiwula could try just changing the session_data_manager to point at a non-temp_data locatoin00:40
TresEquisand put the session_data_container there00:40
TresEquisI would probably rewrite the non-TXN code, though ;)00:41
mcdoncyeah, although i think he wants to stovepipe things so that he has multiple session_data_manager objects00:41
mcdonc(each pointing at a separate data container)00:41
mcdoncbut yeah, rewriting the non-txn code is sanest00:42
mcdonchttp://repoze.org/tmdemo.html is the only thing i know that documents how one might do this, although it requires too enough context to pull out of repozedom00:44
*** dayne has quit IRC00:47
*** alecm has quit IRC00:54
*** d2m has quit IRC00:54
*** dayne has joined #zope00:55
*** benji has quit IRC01:04
*** dunny has joined #zope01:07
*** redir has joined #zope01:11
*** TresEquis has quit IRC01:13
*** redir_ has joined #zope01:15
*** redir has quit IRC01:15
*** redir_ is now known as redir01:15
*** redir_ has joined #zope01:17
*** menesis has quit IRC01:19
*** menesis has joined #zope01:20
*** redir has quit IRC01:20
*** redir_ is now known as redir01:20
*** alvaro_ has quit IRC01:32
*** alvaro_ has joined #zope01:32
planetzopebotZopeSkel 2.17 (PyPI recent updates)  http://pypi.python.org/pypi/ZopeSkel/2.1701:34
*** mr_jolly has joined #zope01:39
*** MatthewWilkes has joined #zope01:57
*** alvaro_ has quit IRC01:57
*** alvaro_ has joined #zope01:58
*** alvaro_ has quit IRC01:59
*** alvaro_ has joined #zope02:00
*** MatthewWilkes has quit IRC02:01
*** aaronv has joined #zope02:05
*** dondi has joined #zope02:14
*** binbrain has joined #zope02:21
*** MrTango has quit IRC02:23
*** binbrain has quit IRC02:30
*** alvaro_ has quit IRC02:31
*** alvaro_ has joined #zope02:31
*** dayne has quit IRC02:45
*** dondi has quit IRC03:03
*** daMon has joined #zope03:03
*** daMaestro has quit IRC03:05
*** tiwula has quit IRC03:08
*** mcdonc has quit IRC03:09
*** mcdonc has joined #zope03:10
*** redir has quit IRC03:13
*** redir has joined #zope03:14
*** redir has quit IRC03:15
*** mr_jolly has joined #zope03:15
*** daMon is now known as daMaestro03:16
*** daMaestro has quit IRC03:17
*** daMaestro has joined #zope03:17
*** daMaestro has quit IRC03:19
*** daMaestro has joined #zope03:19
*** daMaestro has joined #zope03:19
*** mr_jolly has left #zope03:23
*** daMaestro has quit IRC03:32
*** ignas has joined #zope03:32
*** alvaro_ has quit IRC03:35
*** alvaro_ has joined #zope03:36
*** davisagli is now known as davisagli|away03:39
*** mcdonc has quit IRC03:42
*** davisagli|away is now known as davisagli04:01
*** davisagli is now known as davisagli|away04:02
*** bitmonk has joined #zope04:10
bitmonki'm trying to set up basic annotation to store latitude / longitude for geocoded addresses.  my base content adapts, and i am able to set and retrieve latitude / longitude attributes on the annotation, but they aren't persisted.  any idea why this would happen?04:12
bitmonkusing an IObjectModified handler to set lat/long based on textual address04:13
bitmonker IObjectModifiedEvent, that is04:13
bitmonkmy event handler runs and logs the result of geocoding both directly from the json, as well as from my annotation object.04:16
*** alvaro_ has quit IRC04:23
*** binbrain has joined #zope04:30
*** mcdonc has joined #zope04:32
*** benji has joined #zope04:45
*** davisagli|away is now known as davisagli04:49
*** TresEquis has joined #zope05:10
*** bitmonk has quit IRC05:13
*** TresEquis has quit IRC05:18
*** binbrain has quit IRC05:34
*** ignas has quit IRC05:38
*** aaronv has quit IRC05:40
*** axelix has joined #zope05:54
*** russf has joined #zope06:23
*** dayne has joined #zope06:35
*** dayne has quit IRC06:40
*** davisagli is now known as davisagli|away06:40
*** davisagli|away is now known as davisagli07:12
*** mahiti_skt has joined #zope07:46
*** davisagli is now known as davisagli|away07:47
*** davisagli|away is now known as davisagli07:48
*** russf has quit IRC07:49
*** CIA-93 has quit IRC08:26
*** digilord has quit IRC08:26
*** __mac__ has joined #zope08:39
*** JaRoel|4D has quit IRC08:55
*** sashav has joined #zope08:56
*** wosc has joined #zope09:03
*** CIA-93 has joined #zope09:03
*** cna__ has joined #zope09:12
*** lcpfnvc has joined #zope09:20
*** Theuni1 has joined #zope09:21
*** d2m has joined #zope09:32
*** astoon has joined #zope09:38
*** agroszer has joined #zope09:49
*** JaRoel|4D has joined #zope09:56
*** MatthewWilkes has joined #zope09:57
*** astoon has quit IRC09:57
*** mahiti_skt has quit IRC09:57
*** tisto has joined #zope09:59
*** astoon has joined #zope10:00
*** mahiti_skt has joined #zope10:03
*** eperez has joined #zope10:09
*** toutpt has joined #zope10:14
*** toutpt has quit IRC10:15
*** MrTango has joined #zope10:22
*** mr_jolly has joined #zope10:32
*** planetzopebot has quit IRC10:33
*** planetzopebot has joined #zope10:34
*** neo|4D has joined #zope10:35
*** __mac__ has quit IRC10:42
*** sim_sim has joined #zope10:42
*** __mac__ has joined #zope10:43
*** tisto has quit IRC10:53
*** tisto has joined #zope11:06
*** neo|4D has quit IRC11:07
*** MJ has joined #zope11:07
*** neo|4D has joined #zope11:07
*** goschtl has joined #zope11:14
*** Roland has quit IRC11:49
*** astoon has quit IRC11:50
*** seppo14 has joined #zope11:50
*** fredvd has joined #zope12:03
*** neo|4D has quit IRC12:15
*** neo|4D has joined #zope12:16
*** pingviin1 has joined #zope12:21
*** davisagli is now known as davisagli|away12:28
*** bobo_b has joined #zope12:29
*** mr_jolly has left #zope12:33
*** teix has joined #zope12:47
*** deftunix has joined #zope13:01
deftunixhi all, some one have try to build a web vnc viewer with zope? exist documents about it?13:01
*** thetet has joined #zope13:12
MatthewWilkesdeftunix: You'd probably do that with java or flash on the client side13:12
*** sim_sim has quit IRC13:17
deftunixMatthewWilkes: ok, thanks13:22
*** deftunix has left #zope13:23
*** binbrain has joined #zope13:25
*** agroszer has quit IRC13:31
*** eperez has quit IRC13:32
*** eperez has joined #zope13:34
*** emrojo has joined #zope13:36
*** ignas has joined #zope13:36
*** binbrain has quit IRC13:40
*** agroszer has joined #zope13:46
*** sunew has joined #zope13:53
chaoflowMatthewWilkes: !13:59
chaoflowMatthewWilkes: can you help with committer access to svn.zope.org - the committer agreement is filled out and I would send now to legal@zope.org14:00
MatthewWilkeschaoflow: I don't know the process very well, to be honest.  I've only gone through it once14:00
MatthewWilkeswell, twice.14:01
MatthewWilkesJust follow the instructions14:01
chaoflowMatthewWilkes: ah - sorry - just did - I was convinced I need a "supporter"14:05
MatthewWilkesI think you do14:11
MatthewWilkesWere you asking me?14:11
*** eperez has quit IRC14:12
chaoflowMatthewWilkes: yep - but it seems no supporter needed anymore - I just sent the form14:15
*** aaronv has joined #zope14:15
chaoflowotherwise it would be great if you could support me14:15
*** aaronv has quit IRC14:17
*** aaronv has joined #zope14:18
*** regebro has joined #zope14:18
MatthewWilkeschaoflow: What form did you fill in? I just looked, section 2 is reference committer14:21
chaoflowMatthewWilkes: Committer Agreement14:22
MatthewWilkeschaoflow: at http://foundation.zope.org/agreements?14:23
chaoflowyep14:23
chaoflowI followed: http://docs.zope.org/developer/becoming-a-committer.html14:23
MatthewWilkesSure, so that form has: 2. Reference committer. Please provide name and email address of an existing Committer who can vouch for you.14:24
MatthewWilkesSo, yeah, feel free.  I haven't committed much to Zope core recently, last thing was for 2.12.0.  "Matthew Wilkes" <zopefoundation@matthewwilkes.name>14:24
chaoflowjoj! - i took the first google hit, which is: http://foundation.zope.org/agreements/archive/archive/ZopeFoundation_Committer_Agreement.pdf14:25
chaoflowdid not think that doubled archive is before the actual one14:25
chaoflowok - thanks14:26
*** shywolf9982 has joined #zope14:32
*** eperez has joined #zope14:33
*** cna__ has quit IRC14:34
*** cna has joined #zope14:35
*** dayne has joined #zope14:35
*** dayne has quit IRC14:40
*** julesa has joined #zope14:42
*** benji has quit IRC14:43
*** sim_sim has joined #zope14:49
*** seppo14 has quit IRC14:55
*** benji has joined #zope15:14
*** seppo14 has joined #zope15:21
*** seppo14 has quit IRC15:24
*** regebro is now known as regebro|awk15:34
*** eperez has quit IRC15:34
*** agroszer has quit IRC15:37
*** d2m has quit IRC15:41
*** eperez has joined #zope15:49
*** tisto is now known as tisto|away15:58
*** d2m has joined #zope16:07
*** cna has left #zope16:13
*** cheater99 has joined #zope16:15
*** Theuni1 has quit IRC16:23
*** Theuni1 has joined #zope16:24
*** huajie has joined #zope16:42
*** pepeu has joined #zope16:46
*** mahiti_skt has quit IRC16:49
*** wosc has quit IRC16:52
*** __mac__ has quit IRC16:52
*** huajie has quit IRC16:56
*** sunew has quit IRC16:58
*** __mac__ has joined #zope17:00
*** dunny has quit IRC17:09
*** zagy has quit IRC17:12
*** j-w has joined #zope17:13
*** axelix has quit IRC17:16
*** agroszer has joined #zope17:18
*** fredvd is now known as fredvd|away17:29
*** Charlie_X has joined #zope17:34
*** bobo_b has quit IRC17:41
*** lcpfnvc has quit IRC17:42
*** giampaolo has joined #zope17:59
Theuni1howdi18:00
Charlie_XHi18:00
Charlie_XIt's the Charlie and Christian Show!18:00
agroszerno18:01
agroszer+118:01
agroszerhey18:01
Theuni1oh, you made it :)18:01
Charlie_X... and their sidekick AG! How are the teeth?18:01
agroszerno big issues18:01
agroszerdrill, fill done18:02
Theuni1ok, so lets go18:02
*** dataflake has joined #zope18:02
Theuni1agroszer: did you receive the licenses yet?18:02
agroszeryes18:02
Theuni1excellent18:02
Theuni1who else was on that list?18:02
agroszerI could download a bunch of SW18:02
Theuni1did they get theirs as well?18:02
agroszerTres i smissing18:03
Theuni1yup18:03
agroszerI think Sidnei was in the group18:03
agroszerbut no idea who else18:03
Theuni1i thought there were like 4 or 5 people who raised their hand18:03
agroszeryes, something like that18:04
agroszeri just don't know who they are18:04
Theuni1i'll make a call on the mailinglist18:04
agroszerk18:05
agroszerbtw18:05
agroszerit's valid for a year18:05
Theuni1good to know18:05
Theuni1we have to go through renewal after that_18:05
Theuni1?18:05
agroszerI guess18:05
agroszerunless the VS express works out18:05
*** sashav has quit IRC18:06
agroszerpersonally I don't really see why we asked for it, but if it's free...18:06
Theuni1which i hope, MSDN is really intended to allow us supporting 2.4 (and 2.5?)18:06
Theuni1the newer pythons should work fine with the express editions18:06
Theuni1so the winegg builder and the setup are in the works, right?18:07
agroszerumm, it should work with mingw3218:07
agroszerin fact mingw32 is 10 times easier to setup ;-)18:07
agroszerlet's talk about this next week18:08
agroszerI hope I can finish the egg building till that18:08
Theuni1check18:08
Theuni1it's supporting zope 2.7 then18:08
agroszeraham18:08
agroszerI'm not really insighted with zope 2.x18:09
Theuni1argh sorry18:09
Theuni1python 2.718:09
*** allisterb has quit IRC18:10
agroszerI didn't include py 2.7 yet into the egg builder18:11
agroszerthere's no pywin32 yet for it, etc18:11
agroszerwe'll see...18:11
agroszernext topic?18:11
Theuni1sorry, got distracted :)18:12
Theuni1egg builder isn't the primary issue18:12
Theuni1the larger one is getting all the buildbots set up to do it18:12
Theuni1and then probably a concerted effort to fix issues18:12
agroszerbuildslaves are the next on my list18:13
Theuni1do you know how the ZTK holds up WRT to Python 2.7?18:13
Charlie_Xagroszer: there is pywin32 for Python 2.718:13
agroszerno idea, but even better question: how does the ZTK with py2.7 on win :-)18:14
Theuni1i think if the tests "mostly pass" then we can go ahead and proclaim that we want to support it and ask the buildbot maintainers to run python 2.7 as well18:14
Theuni1hanno raised it for zope 2.1318:14
agroszerCharlie_X, the setuptools is missing, my bad18:15
agroszerTheuni1, sure we ought to aim for py 2.7 compatibility18:15
Theuni1agroszer: setuptools doesn't work for 2.7?18:16
Charlie_XTheuni1: +1 I've run buildouts of my sites with Py 2.7 with no problems.18:16
agroszerI guess just the -py2.7.exe installer is missing18:16
agroszersomeone has to k.ck PJE18:16
Theuni1Charlie_X: ok, so that basically means we have to decide its time, right?18:16
Theuni1the small group of us can't do that, so i guess we need to bring this up on the mailinglist18:17
Theuni1does that include dropping support for 2.4?18:17
Theuni1(and we're talking about ZTK packages, right?)18:17
*** j-w has quit IRC18:17
Charlie_XWell, RestrictedPython needs to be done for 2.7 but, yes I think we just need to decide to do it.18:17
*** j-w has joined #zope18:17
Theuni1that's a zope 2 issue18:17
Theuni1i so much desire a global page for all of the zope.org projects to have a common baseline of agreements18:17
agroszerdropping support in ZTK riples then through the others too18:17
agroszerbut I also don't mind skipping py2.418:18
agroszerit's ancient18:18
Charlie_XWe have set an end of life for 2.4 and by implication 2.518:18
Theuni1i think the actual fuzziness currently comes from "what set of software do we talk about"18:18
Theuni1Charlie_X: do you know where we documented that?18:19
Charlie_XIn one of our meetings. I think you weren't there. I'll check18:19
Theuni1thanks18:20
Theuni1ok18:20
Theuni1next topic18:20
* agroszer just kicked the distutils-sig to do a py2.7 setuptools18:20
Theuni1tomorrow's a bug day18:20
*** j-w has quit IRC18:20
Theuni1we had quite a set of subscribers for tomorrow18:20
Charlie_XI can't make it, unfortunately.18:21
dataflakecan yoou repeat the URL?18:21
Theuni1dataflake: which one?18:21
agroszerohh, hey Jens18:21
dataflakeTheuni1: bug day signup or list18:21
Theuni1sure18:21
dataflakehi adam :-)18:21
*** MrWu has joined #zope18:21
Theuni1http://www.doodle.com/nucv3bmt3ig4zd2c18:21
agroszerdataflake, I got distracted about the index page of download.zope.org18:21
agroszermaybe we can clear that here and now18:22
dataflakeagroszer: it's there now, is that what you wanted?18:22
agroszerthe point is that I wasn't the one who brought this up18:22
agroszerI was just the postman ;-)18:23
dataflakethe other point is that it's not my site ;-)18:23
Theuni1glory :)18:23
Theuni1dataflake: you're kidnapping our talk about the bug day :)18:23
* agroszer shuts up18:23
dataflakeTheuni1: sorry, go ahead :)18:23
Theuni1ok, so i'd like us to be able to look back on bug days and see where we're making progress18:23
Theuni1any ideas?18:23
Theuni1Charlie_X: i still need to deploy your script for the languishing bugs18:24
Theuni1do you think the API could help with getting information about what happened on a specific date?18:24
dataflakeTheuni1: tag solved issues with a specific date?18:24
Theuni1dataflake: i'm hoping for something that can extract data without having to manually tag stuff. i know myself that i forget about it. and it also is inconvenient for people who just come by once or twice.18:25
Theuni1if we could list all changes from a specific date without tagging that would be awesome18:25
dataflakeok18:25
Theuni1closed isn't necessarily the only thing that's interesting18:25
agroszersomethign like ohloh's timeline18:25
Theuni1triaging etc. could be as well18:25
Theuni1agroszer: yeah, or like redmines18:25
Theuni1s/redmines/redmine's/18:25
Theuni1i was thinking about just using the overview on the project gruop18:26
Theuni1and take a snapshot before/after18:26
Theuni1but that's a bit ambiguous18:26
*** vipod has joined #zope18:26
Theuni1maybe it's sufficient18:27
Theuni1oppinions?18:27
Theuni1like the numbers on the right of this page:18:27
Charlie_XTheuni1: Python < 2.5 will be dropped by ZTK 1.1 or 2010-12-31 at the latest http://docs.zope.org/zopetoolkit/zope-dev/zope-dev-20100504.html18:27
agroszerif the result is a list ordered by date18:27
Theuni1https://bugs.edge.launchpad.net/zopetoolkit18:27
Theuni1Charlie_X: thanks. cool.18:27
agroszerthen it should work18:27
dataflakeTheuni1: you would have to visit several projects and snapshot that page18:27
dataflakepeople work on stuff other than ZTK18:28
Theuni1yup18:28
Theuni1meh :)18:28
*** alecm has joined #zope18:28
Theuni1another option would be to ask all the committers that participate in a bug day to send a short mail18:28
Charlie_XTheuni I don't think I understand your request for the script to change.18:28
Theuni1summarizing what they did18:28
Theuni1Charlie_X: no script change requested, just information about the API inquired18:28
dataflakeTheuni1: i wouldn't mind doing that18:28
Theuni1getting human feedback might even be more valuable18:29
dataflaketrue18:29
Theuni1I think I'll just write a mail right now inviting for the bug day tomorrow and inviting to send a summary mail from everyone who participated18:29
dataflakegood enough i'd say18:29
Theuni1we'll see how that works out18:29
Theuni1time's mostly up again18:29
Theuni1dataflake, agroszer: if you want to talk about the index page again ... :)18:29
dataflakehehe18:30
Charlie_XI don't think you can query by date.18:30
Theuni1Charlie_X: k. alright.18:30
agroszerI'm good with the index page18:30
*** pingviin1 has quit IRC18:30
dataflakeagroszer: cool. i can always put in something fancier (static!) if someone provides it18:31
* agroszer is still not sure that I raised this issue18:31
* Charlie_X is sure agroszer did18:31
dataflakeagroszer emailed me abut it ;-)18:31
agroszerif someones not happy with it, he may talk18:31
agroszerjajaja18:31
agroszerguilty unless prooved innocent18:31
dataflakeagroszer is guilty of not sending his foundation application, too ;-)18:32
agroszerjajaja18:32
agroszergotta scan it18:32
dataflakei'm kidding, i was just wondering because you never replied to my email18:32
dataflakeno hurry18:32
Theuni1guilty unless proved very guilty18:32
Charlie_Xguilty by public demand18:33
*** __mac__ has quit IRC18:33
* Charlie_X notes that his DZUG application has never been acknowledged.18:33
Theuni1did you pay?18:33
dataflakeTheuni1 does nothing without payment :-P18:34
Charlie_XPretty sure I did.18:34
* Theuni1 writes an invoice to the ZF for the weekly meetings18:34
dataflake<g>18:34
agroszerlol18:34
* Charlie_X is also known as Dogbert18:34
*** JaRoel|4D has quit IRC18:35
* agroszer looks for a scanner18:36
agroszerdataflake, you need all pages scanned?18:36
dataflakeagroszer: yes please. make sure you write clearly so I can read it :-)18:36
*** ccomb has joined #zope18:36
agroszerI forgot to fill the PDF18:37
agroszerI'll dump the details as text into the mail18:37
agroszerhey ccomb18:37
ccombagroszer18:37
dataflakeagroszer: you can fax to the ZF number if that's more convenient, but that's a US number18:37
agroszerI'll scan18:39
dataflakeok18:39
Charlie_XTheuni1: Maybe people could prefix commits with a bugday tag to help monitor stuff?18:39
dataflakeCharlie_X: the commits are not so interesting. bug status changes or action on bugs is interesting.18:40
agroszerccomb, could you check the KGS 3.4.1 buildslave18:40
agroszersomething is wrong there as I noted per email18:40
ccombagroszer: I'll try check that, I'm not available at all these days18:41
ccombI've not even had time to check mail18:41
agroszernp18:41
*** thetet has quit IRC18:41
agroszerccomb, I'm also rather busy these days18:42
* Charlie_X is refreshingly consistently lazy18:42
dataflakejoin the club18:43
Charlie_XSounds like too much work18:44
*** ccomb has quit IRC18:44
Charlie_XSounds like we're done18:45
agroszeryup18:45
*** neo|4D has quit IRC18:48
*** dataflake has quit IRC18:48
*** Charlie_X has left #zope18:49
*** tiwula has joined #zope18:54
*** MJ has quit IRC18:57
*** daMaestro has joined #zope18:58
*** tisto|away is now known as tisto18:59
*** eperez has quit IRC19:02
*** tisto has quit IRC19:02
*** MatthewWilkes has quit IRC19:02
*** eperez has joined #zope19:04
*** tisto has joined #zope19:04
*** MatthewWilkes has joined #zope19:04
*** runyaga has joined #zope19:06
*** goschtl has quit IRC19:06
*** TresEquis has joined #zope19:08
*** sm has joined #zope19:22
*** davisagli|away is now known as davisagli19:25
_mup_Bug #122260 was filed: Test system says "Too mant positional arguments" <test-system> <BlueBream:New> <Launchpad Foundations:Triaged> <zope.testing:Fix Released> <Zope 3:Won't Fix> <https://launchpad.net/bugs/122260>19:28
*** tiwula has quit IRC19:31
*** Theuni2 has joined #zope19:32
*** Theuni1 has quit IRC19:32
*** Theuni2 has quit IRC19:33
*** tiwula has joined #zope19:33
*** SpankyFromBRC has joined #zope19:36
*** shywolf9982 has quit IRC19:40
*** pepeu has quit IRC19:47
*** Theuni1 has joined #zope19:52
*** MJ has joined #zope19:54
*** agroszer_ has joined #zope19:58
*** ignas has quit IRC19:58
*** agroszer has quit IRC19:59
*** eldragon has quit IRC19:59
*** eldragon has joined #zope20:00
*** Arfrever has quit IRC20:08
*** zagy has joined #zope20:09
*** allisterb has joined #zope20:09
*** j-w has joined #zope20:15
*** Theuni1 has quit IRC20:20
*** MJ has quit IRC20:30
*** emrojo has quit IRC20:31
*** Arfrever has joined #zope20:32
*** Theuni1 has joined #zope20:37
*** sim_sim has quit IRC20:40
*** eperez has quit IRC20:54
*** mcdonc has quit IRC20:56
*** tisto has quit IRC20:56
*** ccomb has joined #zope20:57
j-whi ccomb21:01
ccombj-w hi21:01
j-wno hannosch yet21:01
*** MrWu has quit IRC21:01
ccombI'm reading the list, I'm only back on 3 june....21:02
ccombI've not even had time to work on my branch21:02
*** hannosch has joined #zope21:02
hannoschhi there21:02
j-waha hannosch21:02
ccombhannosch: hi21:02
j-whi21:03
*** runyaga_ has joined #zope21:03
hannoschare the last meeting notes ok? - http://docs.zope.org/zopetoolkit/releaseteam/meeting-20100518.html21:04
*** Hypergraphe has joined #zope21:04
*** hannosch has quit IRC21:04
*** hannosch has joined #zope21:04
j-wand these: http://docs.zope.org/zopetoolkit/releaseteam/meeting-20100601.html21:04
* hannosch has unstable wifi - might drop out for short moments21:04
j-wI forgot to add the latest notes to the index.rst21:05
j-wI'm doing so now21:05
j-wso they show up in the TOC21:05
hannoschah, ok21:05
j-wyou fixed typos I saw :)21:05
hannoschyep21:05
j-wand actually worked on ZTK docs21:05
j-wI only made a little progress on "under-review" packages21:06
hannoschI didn't do much for the last time, so I thought I had to do something this time :)21:06
j-wI just mailed you guys a short report on that21:06
j-wI could take notes now again if you want to21:06
j-whopefully with less typos...21:06
hannoschj-w: please do, you are awesome :)21:06
j-wwait, let me take note ot *that* ;)21:07
hannoschok, so meeting notes for "ZTK meeting - 2010-06-01" are ok with me21:07
j-wok21:08
hannoschccomb: you agree on the last notes?21:08
ccombyes I do21:08
j-wwhere do we start21:08
j-wccomb has not had the chance yet to work on the ztk "remove extra.cfg"21:09
j-wI made only little progress in reviewing "under-review"21:09
hannoschright. anything new on build slaves?21:09
j-whannosch worked on the ztk documentation21:09
j-wnot on the 64-bit front, no21:09
j-wthe test-report of the other platforms are coming in21:10
j-wand I even see people responding to them21:10
j-wwhich is great21:10
hannoschright. I think the testing front is good and under control21:10
j-wagreed21:10
hannoschyou guys had a chance to read http://docs.zope.org/zopetoolkit/about/libraries.html ?21:10
j-wyes21:10
j-wI did21:11
ccombreading21:11
j-wI didn't see anything suprising21:11
j-wto me it is fairly clear21:11
hannoschok, but the two of us agreed before, so I'm more interested in ccomb's opinion ;)21:11
j-wright21:12
*** alecm_ has joined #zope21:12
ccomblook like what we agreed21:12
hannoschcool :)21:12
hannoschwe can always refine it21:13
hannoschcan we conclude this point and mark it as done?21:13
j-wdone21:14
ccombfinished rread21:14
ccombok21:14
* hannosch loves closing tasks :)21:14
*** alecm has quit IRC21:14
*** alecm_ is now known as alecm21:14
j-wI can see two things we need to finish before we can think of a fist alpha:21:14
j-w1) finish the review of the "under review" sections in ztk21:15
j-w2) remove the "extras"21:15
j-wand then of course the tests should still pass on the platforms we want them to21:15
hannoschindeed. shall we talk about the under-review first?21:15
j-wdo I miss anything here?21:15
j-wok21:15
j-was I mailed you guys, zope.file and zope.html seem both fixable but not very fundamental21:16
hannoschI'd agree with j-w on both zope.file and zope.html - they just happen to be named zope.* but aren't essential to the ZTK21:16
j-wok, i'll try to remove them then21:16
j-wand see what breaks21:16
j-wI don't think grok depends on them either21:17
j-wdoes BB?21:17
*** d2m1 has joined #zope21:17
ccombsince there is no code in bb, there is no real hard dependencies21:17
j-wok21:18
j-wI'll continue this review for  the other packages21:18
hannoschok, cool21:19
hannoschso what about ccomb's branch and the refactoring? anything we can do to help?21:19
ccombI've not had time :(21:19
j-wcan we help somehow?21:20
ccombI needed just to change the lists in the cfg file21:20
ccombyou can just rename my branch and work on it if you want21:20
ccombor copy it, as you like21:20
*** d2m has quit IRC21:20
*** Theuni1 has quit IRC21:20
hannoschwell. when do you think you have time for it?21:20
j-wcan't we work in the ztk trunk?21:20
ccombwe can but it might break some buildbots21:21
j-whmm ,yeah21:21
j-wtue21:21
j-w*true21:21
ccombI can find some time this WE21:21
j-wcool21:22
hannoschok, that would be good21:22
hannoschif you mail us when it's done, we can both have a look and maybe one of us can merge it to trunk21:22
* ccomb setting an alarm21:22
ccombok21:22
hannoschI have time this weekend as well21:22
j-wmy time is somewhat limited this week21:23
j-wbut I think I can continue the review and have more results for next week's meeting21:24
hannoschno problem, so the plan is for ccomb to do the initial work and I take it and merge it to trunk21:24
hannoschj-w continues to do package reviews21:24
j-wnice21:24
hannoschsounds like we all have something to do :)21:24
j-w;)21:24
ccomband I also have a buildbot plugged on this branch21:24
ccombsupposed to try to do the automatic release21:25
j-whave we ever talked about a target date for an alpha?21:25
hannoschI thought asap - and when we are ready21:25
j-wok21:25
j-wa little bit OT but are you guys coming to EP?21:26
hannoschI'm still not decided - might go there, but haven't booked anything yet21:26
hannoschso far the talks alone didn't sound all too exciting21:26
ccombep ?21:27
j-wEuroPython21:27
hannoschin birmingham again21:27
ccombah ok21:27
ccombnot planned21:27
j-wI would love to have some concrete ztk results before EP21:28
hannoschj-w: so are you going to be there?21:28
j-wI realise that's really up to us of course21:28
j-whannosch: yes I will21:28
j-wI didn't make it last year21:28
hannoschah ok. that gives me a reason to go too :)21:28
j-wbut wanted to go to an EP again21:28
j-wnice :-)21:28
j-wjanjaap will be there too21:28
j-wand we're dragging another collegue there as well :)21:28
j-wuhm, do we have points left?21:29
j-wbeside planning the next meeting?21:29
hannoschdon't think so21:29
hannoschif you guys haven't seen, I have posted some plans for the next Zope 2 release - based on a ZTK release I hope21:30
ccombI'm trying to convince myself to go to EP21:30
j-wI did read them indeed21:30
ccombI probably can21:30
hannoschalpha is next week, beta in september and final sometime october or so21:30
j-wit looked like the plans landed quite well, right?21:30
j-whow's that release "depending" on a ztk release?21:30
ccombhannosch: do you also have any approximative date for plone4?21:30
hannoschj-w: I hope I can have some direct "extends =" in there21:31
j-wusing a specific revision in the repo?21:31
j-wlike grok?21:31
hannoschand say Zope 2.13 depends on ZTK 1.0 conceptually21:31
j-wok, cool21:32
ccombok it would be great21:32
j-wI definitely want a ztk before september ;)21:32
hannoschright now it's still its own copy of the versions.cfg21:32
j-wright21:32
hannoschonce the ccomb-branch lands, I'll change that21:32
j-wcool21:32
hannoschccomb: Plone 4 is late late beta. I'd expect a final sometime in the summer21:33
ccombcool21:33
hannoschthat will use Zope 2.12.x and not the ZTK directly21:33
j-wI'll make note of the zope2 release plans and its relation to the ztk in the minutes21:33
*** zagy has quit IRC21:33
hannoschcool. any plans from your sides for releases in the next few months?21:33
hannoschI'm not following the grok-dev and bb-dev lists, so I have no clue :)21:34
j-wthe grok-1.1.1 release went quite well21:34
j-wnext up is 1.2 work21:34
j-wwhich will not be small21:35
j-wand we need some more manpower there21:35
hannoschok. that is more work on the "less zope.app" stuff, right?21:35
j-wyes21:35
j-wwe got a long way21:35
ccombhopefully bb can be released *after* ztk, but it depends on baijum's roadmap21:36
j-wmost of the work is migrating tests based on zope.app.testing.functional and zope.app.zcml files21:36
hannoschok, so do you want to release once there's no zope.app left or time-based? as in: in 6 months?21:36
ccombhannosch: for the major version?21:36
ccomb1.1?21:36
hannoschthat was meant for j-w21:36
hannoschsorry :)21:36
ccombah grok21:36
ccombk21:36
j-wit is a bit of a hybrid - we do not want to delay for too long just waiting for zope.app to disappear21:36
j-wso there could very well be a 1.2 that still has some remnants left21:37
j-wintroducing zope.app.wsgi.testlayer's features in tests for example21:37
hannoschj-w: ok. sounds logical. at some point it's going to be "good enough" and a release will make sense21:37
*** hannosch_ has joined #zope21:37
*** hannosch has quit IRC21:37
*** hannosch_ is now known as hannosch21:37
j-wbut there's also grok-feature that live on branches that need to be merged21:37
j-wa good-enough release indeed :)21:38
hannoschok21:38
j-wthere's _a lot of work_ to be done still21:38
j-wthe grok community should try another dedicated grok sprint...21:38
j-wanyway21:38
hannoschccomb: could you try to find out what BB's roadmap is like? just a rough idea about when the 1.0 final is planned?21:38
j-wshall we plan the next meeting? next week?21:39
hannoschyep. planning next week sounds good21:39
ccombhttp://wiki.zope.org/bluebream/OnePointZero21:39
ccombmmmh, looks like bb should already be released :P21:40
hannoschccomb: yeah, you are still at beta 1 according to the homepage21:40
ccombb1 yes21:41
j-wwould 06/22 20:00 sound ok to you?21:41
hannoschj-w: works for me21:41
ccomba1 ?21:41
j-wor rather just before the weekly zope-dev meeting?21:41
ccomboh meeting21:41
ccombok21:41
ccombnot available on 21 to 2421:42
j-wok21:42
hannoschwhat about Friday 25?21:42
j-w20:00 would work on friday21:42
ccombI'm ok on 25 but before 18:0021:43
ccombin the morning?21:43
hannoschI'm flexible. only 12:30 - 13:30 is bad21:43
j-wI usually have some time in the morning on fridays, but I cannot be very excact about a time...21:44
j-wand monday 21?21:44
ccombnot me21:44
j-wah, sorry yes21:44
ccombactually it depends if I'm in a hotel with wifi21:45
ccombI don't know yet21:45
hannoschI can arrange time at almost all days and all times, so the two of you need to find a spot :)21:45
j-wok, proposal21:45
j-wwe keep each other updated about progress21:46
*** webmaven has joined #zope21:46
j-wand see if we can arrange for a meeting next week depending on wifi in the hotel of ccomd21:46
j-w*ccomb21:46
hannoschfine with me21:46
ccombok, I tell you about the branch update on saturday21:46
j-welse we keep each other posted by mail and meet up on tue 2921:46
j-wok21:47
hannoschok!21:47
ccombthen I'll see on monday evening if I can connect21:47
j-wok!21:47
j-wthanks guys!21:47
hannoschgreat, thanks much!21:47
ccombthanks too, bye!21:48
*** vipod has quit IRC21:48
*** hannosch has left #zope21:48
*** Theuni1 has joined #zope21:49
*** j-w has quit IRC21:51
*** r0ver has joined #zope21:54
*** dayne has joined #zope22:16
*** allisterb has quit IRC22:20
*** dayne has quit IRC22:21
*** allisterb has joined #zope22:24
*** agroszer_ has quit IRC22:25
*** mcdonc has joined #zope22:26
*** mcdonc has quit IRC22:27
*** mcdonc has joined #zope22:27
*** Theuni1 has quit IRC22:29
*** ccomb has quit IRC22:45
*** Theuni1 has joined #zope22:46
*** milosn has quit IRC23:00
*** mr_jolly has joined #zope23:01
*** milosn has joined #zope23:01
*** r0ver has left #zope23:03
*** daMaestro has quit IRC23:12
*** daMaestro has joined #zope23:12
*** d2m1 has quit IRC23:15
*** julesa has quit IRC23:16
*** binbrain has joined #zope23:26
*** MJ has joined #zope23:33
*** binbrain_ has joined #zope23:33
*** MJ has quit IRC23:33
*** binbrain has quit IRC23:36
*** ignas has joined #zope23:48
*** Theuni1 has quit IRC23:55

Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!