Re: [Zope-dev] zope.intid and zope.keyreference.interfaces.NotYet exception (patch)

2012-07-04 Thread Cykooz
2012/7/4 Jan-Wijbrand Kolman > I guess Cykooz would know the revision of the common base? > > regards, jw > I do not remember the revision. But it certainly was from trunk branch. You can see the old revisions from SVN and my new here - https://bitbucket.org/cykooz/zope.intid/changesets

Re: [Zope-dev] zope.intid and zope.keyreference.interfaces.NotYet exception (patch)

2012-07-04 Thread Jan-Wijbrand Kolman
On 7/3/12 15:06 , Hanno Schlichting wrote: > On Tue, Jul 3, 2012 at 1:56 PM, Jan-Wijbrand Kolman > wrote: >> At the end of this post, I pasted the diff from the current zope.intid >> trunk against your "fork" on bitbucket. Maybe this would make it easier >> for others to comment on it? > > It wou

Re: [Zope-dev] zope.intid and zope.keyreference.interfaces.NotYet exception (patch)

2012-07-03 Thread Cykooz
2012/7/3 Roger > Hi Kirill > > Why not just implement your own package and use this > enhanced IntIds utility from there in your project? > Do you think that anyone else does not need the fix that I did? This error in the zope.intid completely negates the whole transparency in working with pers

Re: [Zope-dev] zope.intid and zope.keyreference.interfaces.NotYet exception (patch)

2012-07-03 Thread Roger
rg] Im Auftrag > von Cykooz > Gesendet: Dienstag, 10. Januar 2012 23:28 > An: zope-dev > Betreff: [Zope-dev] zope.intid and zope.keyreference.interfaces.NotYet exception > (patch) > > Hi, > > I created a patch for a package zope.intid that almost complet

Re: [Zope-dev] zope.intid and zope.keyreference.interfaces.NotYet exception (patch)

2012-07-03 Thread Hanno Schlichting
On Tue, Jul 3, 2012 at 1:56 PM, Jan-Wijbrand Kolman wrote: > At the end of this post, I pasted the diff from the current zope.intid > trunk against your "fork" on bitbucket. Maybe this would make it easier > for others to comment on it? It would be easier to read if you did the diff against the b

Re: [Zope-dev] zope.intid and zope.keyreference.interfaces.NotYet exception (patch)

2012-07-03 Thread Jan-Wijbrand Kolman
On 7/3/12 13:26 , Cykooz wrote: > 2012/7/3 Jan-Wijbrand Kolman > > > Are you basically using a forked zope.keyreference for the time being? > > No, I do not use a forked zope.keyreference. I used my fork of the > zope.intid. Ah, yes of course, that's what I me

Re: [Zope-dev] zope.intid and zope.keyreference.interfaces.NotYet exception (patch)

2012-07-03 Thread Cykooz
2012/7/3 Jan-Wijbrand Kolman > Are you basically using a forked zope.keyreference for the time being? > No, I do not use a forked zope.keyreference. I used my fork of the zope.intid. ___ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/ma

Re: [Zope-dev] zope.intid and zope.keyreference.interfaces.NotYet exception (patch)

2012-07-03 Thread Jan-Wijbrand Kolman
On 1/24/12 23:49 , Cykooz wrote: > 2012/1/25 Marius Gedminas : >> >> http://foundation.zope.org/agreements is where you can find the >> committer agreement form. > > Thanks. > But I have one problem. I do not know any of the existing Committer > who can vouch for me. Bringing up a rather old thre

Re: [Zope-dev] zope.intid and zope.keyreference.interfaces.NotYet exception (patch)

2012-01-24 Thread Cykooz
2012/1/25 Marius Gedminas : > > http://foundation.zope.org/agreements is where you can find the > committer agreement form. Thanks. But I have one problem. I do not know any of the existing Committer who can vouch for me. ___ Zope-Dev maillist - Zope-D

Re: [Zope-dev] zope.intid and zope.keyreference.interfaces.NotYet exception (patch)

2012-01-24 Thread Marius Gedminas
On Tue, Jan 24, 2012 at 03:10:15PM +0100, Charlie Clark wrote: > Am 23.01.2012, 23:20 Uhr, schrieb Cykooz : > > >Oh ... > >Or there is no one who is engaged in package zope.intid, or no one > >gets an NotYet exception on the fault this package. > >Who can give me write access into SVN for the pac

Re: [Zope-dev] zope.intid and zope.keyreference.interfaces.NotYet exception (patch)

2012-01-24 Thread Charlie Clark
Hiya, Am 23.01.2012, 23:20 Uhr, schrieb Cykooz : Oh ... Or there is no one who is engaged in package zope.intid, or no one gets an NotYet exception on the fault this package. Who can give me write access into SVN for the package zope.intid? You must apply to the Zope Foundation for access to

Re: [Zope-dev] zope.intid and zope.keyreference.interfaces.NotYet exception (patch)

2012-01-23 Thread Cykooz
Oh ... Or there is no one who is engaged in package zope.intid, or no one gets an NotYet exception on the fault this package. Who can give me write access into SVN for the package zope.intid? And also the right to add release into pypi.python.org? PS: Sorry for my English. --- Cy

[Zope-dev] zope.intid and zope.keyreference.interfaces.NotYet exception (patch)

2012-01-10 Thread Cykooz
Hi, I created a patch for a package zope.intid that almost completely solves the problem with the zope.keyreference.interfaces.NotYet exception. I implemented a deferred indexing of objects added to the container which is not connected to the ZODB. As soon as the container is added to the ZODB -