*** sawdog_ has quit IRC | 00:01 | |
*** andycat has quit IRC | 00:06 | |
*** flox has left #zope3-dev | 00:07 | |
*** sawdog has quit IRC | 00:07 | |
*** sm has joined #zope3-dev | 00:14 | |
*** jfkw has joined #zope3-dev | 00:19 | |
*** quodt has joined #zope3-dev | 00:20 | |
*** junkafarian_ has joined #zope3-dev | 00:21 | |
*** Theuni has quit IRC | 00:21 | |
*** romanofski has quit IRC | 00:24 | |
*** redir has quit IRC | 00:28 | |
*** romanofski has joined #zope3-dev | 00:32 | |
*** sm has quit IRC | 00:35 | |
*** afd_ has quit IRC | 00:35 | |
*** J1m_ has quit IRC | 00:38 | |
*** jhauser has quit IRC | 00:41 | |
*** iham has joined #zope3-dev | 01:02 | |
*** iham is now known as iham|away | 01:03 | |
*** harobed_ has quit IRC | 01:03 | |
*** alecm has quit IRC | 01:09 | |
*** dvschramm has quit IRC | 01:13 | |
*** aaronv has joined #zope3-dev | 01:15 | |
*** redir has joined #zope3-dev | 01:15 | |
*** aaronv has quit IRC | 01:16 | |
*** pcardune has joined #zope3-dev | 01:21 | |
*** romanofski has quit IRC | 01:29 | |
*** alecm has joined #zope3-dev | 01:30 | |
*** dbfrombrc has quit IRC | 01:32 | |
*** rostislav has joined #zope3-dev | 01:32 | |
*** rostislav has quit IRC | 01:35 | |
*** menesis has quit IRC | 01:42 | |
*** nathany has quit IRC | 01:45 | |
*** davisagli has joined #zope3-dev | 01:49 | |
*** greenman has joined #zope3-dev | 01:56 | |
*** romanofski has joined #zope3-dev | 02:00 | |
*** quodt has quit IRC | 02:19 | |
*** dunny has quit IRC | 02:35 | |
*** dunny has joined #zope3-dev | 02:36 | |
*** redir has quit IRC | 02:37 | |
*** projekt01 has joined #zope3-dev | 02:44 | |
projekt01 | nyo, everything fine? | 02:44 |
---|---|---|
nyo | projekt01: ? | 02:45 |
projekt01 | just saw that you are working hard and was wondering if I can help you with something | 02:46 |
*** davisagli has left #zope3-dev | 02:47 | |
nyo | projekt01: well, not so hard. I just got some time to work on that, so I'm doing refactorings :) | 02:47 |
projekt01 | cool | 02:48 |
nyo | projekt01: i almost finished for today :) | 02:48 |
projekt01 | ;-) | 02:48 |
*** andycat has joined #zope3-dev | 02:50 | |
nyo | projekt01: btw, about helping. as you may see on the list, we're removing deprecated interfaces from zope.component. those interfaces were still used by zope packages, so I moved them to more sane places and adapted some of packages I know of. The IView and IDefaultViewName were moved to zope.publisher.interfaces, the IResource - to zope.app.publisher. Others are simply removed. I adapted some dependent packages, but I may miss something, b | 02:52 |
*** pcardune has quit IRC | 02:53 | |
*** dunny has quit IRC | 02:54 | |
projekt01 | nyo, can I release zope.app.publication, zope.traversing and zope.app.testing | 02:57 |
*** davisagli has joined #zope3-dev | 02:57 | |
projekt01 | this packages use zope.publisher skinnable stuff | 02:58 |
nyo | projekt01: lemme see | 02:58 |
*** davisagli has quit IRC | 03:00 | |
*** troter has joined #zope3-dev | 03:02 | |
nyo | projekt01: zope.app.publication and zope.traversing - yes. zope.app.testing - no, but it seems that there's no need to release it, as the only change is the adaptation to removal of zope.component's bbb interfaces. | 03:03 |
nyo | projekt01: or, did you just not yet committed your changes? then you need to temporary roll back the change of import of IDefaultViewName. | 03:04 |
projekt01 | zope.app.testing uses setDefaultSkin(request) which I need to replace "if IBrowserRequest" with "if ISkinnable" | 03:04 |
projekt01 | no problem IDefaultViewName works with newest packages | 03:05 |
projekt01 | I release zope.publihser with them | 03:05 |
nyo | projekt01: yep, but other released packages still use IDefaultViewName from zope.component | 03:05 |
nyo | projekt01: so something may break badly | 03:05 |
nyo | i think it's better to revert the change and bring it back after the release | 03:05 |
projekt01 | from where did you remove IDefaultViewName? | 03:06 |
nyo | zope.component.interfaces (it was in zope.component.interfaces.bbb actually) | 03:06 |
nyo | it was moved to zope.publisher.interfaces | 03:07 |
projekt01 | I think I'm fine if I can release zope.app.publication and zope.traversing | 03:07 |
projekt01 | there is still a the ISkinnable which should go to zope.app.testing.functional | 03:08 |
nyo | projekt01: ok. and i'll mail to the list about making a release of new zope.component, so we can release other adapted packages and see what will break :) | 03:08 |
projekt01 | should I sommit taht without release it | 03:08 |
nyo | projekt01: of course | 03:08 |
projekt01 | Ok will do so | 03:08 |
*** cbcunc has quit IRC | 03:08 | |
projekt01 | I release zope.app.publication and zope.traversing and only commit to zope.app.testing without release it | 03:09 |
nyo | projekt01: ok | 03:09 |
*** mcdonc has quit IRC | 03:26 | |
*** redir has joined #zope3-dev | 03:33 | |
*** mcdonc has joined #zope3-dev | 03:33 | |
*** sm has joined #zope3-dev | 03:33 | |
*** redir has quit IRC | 03:38 | |
*** junkafarian_ has quit IRC | 03:45 | |
*** alecm has quit IRC | 03:47 | |
projekt01 | nyo, zope.app.security seems not to provide IAuthenticationUtility anymore | 03:52 |
projekt01 | zope.app.publication uses that in test_zopepublication.py | 03:52 |
projekt01 | nyo, is there a way to test such dependencies, I heard about compttest or so? | 03:52 |
nyo | projekt01: hmm.. it needs to be updated then, as that interface was deprecated | 03:53 |
projekt01 | will do that as next | 03:53 |
projekt01 | IAuthenticationUtility get just removed and can get replaced with IAuthentication, right? | 03:54 |
projekt01 | test seems to work if I change to IAuthenticationUtility to IAuthentication | 03:54 |
projekt01 | it's only used in tests | 03:54 |
nyo | the IAuthenticationUtility was a subclass for IAuthentication | 03:55 |
nyo | projekt01: so yes) | 03:55 |
projekt01 | seems to work | 03:56 |
projekt01 | Oh, I miss the good old time where we had deprecation warnings ;-) | 03:56 |
nyo | projekt01: that interface was deprecated for a long time without any deprecation warning | 03:58 |
projekt01 | I think this will become a big problem for our package users and they get into time trouble if the have tu update ASAP during develop thier projects | 03:58 |
projekt01 | I don't care about myself, I can live without them | 03:58 |
projekt01 | deprecation message are only for users of our libraries and not for us | 03:58 |
nyo | projekt01: well, I hope, that we won't just remove code without any bbb imports. however I like deprecation warnings as well. judging from the ML, people who argue against them seem to be annoyed because of wrong usage in zope2/cmf :) | 04:00 |
*** alga has quit IRC | 04:00 | |
projekt01 | everybody which doesn't like deprecation message must see a lot of them, that's not good at all because they don't fix versions for their release | 04:01 |
projekt01 | after every update they get more of them, that must be a pain to develop that way. I whould think about the development process they use and not about deprecation warnings whihc the get disturbed about | 04:02 |
nyo | well, maybe they will do that if we prepare meaningful release notes | 04:02 |
projekt01 | nobody gave an argument why it is better to skip them | 04:02 |
projekt01 | except that they popup to many times. I'm really confused and can't understand that | 04:03 |
*** Doc_Dan has quit IRC | 04:04 | |
*** [1]Doc_Dan has joined #zope3-dev | 04:04 | |
*** [1]Doc_Dan is now known as Doc_Dan | 04:04 | |
nyo | projekt01: I think so as well. However whatever they will decide, it's okay with me, as I'm watching the zope development and keeping my application code up to date. ;-) If that "rest of python world" are really fine with that deprecation/refactoring scheme without warnings - okay then. Especially, if extension for the test runner will be developed that warns about indirect imports. | 04:07 |
* nyo is interested in stephan's opinion on that | 04:08 | |
projekt01 | Yes I agree with a good BBB inntrospector tool or something like that | 04:08 |
projekt01 | me too | 04:09 |
*** jfkw has quit IRC | 04:09 | |
projekt01 | normaly such a tool should get written first and then propose a deprecation message remove concept because of a better concept if that works | 04:11 |
*** nyo has quit IRC | 04:35 | |
*** goschtl_ has joined #zope3-dev | 04:40 | |
*** davisagli has joined #zope3-dev | 04:42 | |
*** sawdog__ has quit IRC | 04:51 | |
*** goschtl has quit IRC | 04:57 | |
*** dunny has joined #zope3-dev | 05:03 | |
*** dunny has quit IRC | 05:42 | |
*** dunny has joined #zope3-dev | 05:43 | |
*** [1]Doc_Dan has joined #zope3-dev | 06:07 | |
*** sm has quit IRC | 06:07 | |
*** nathany has joined #zope3-dev | 06:12 | |
*** Doc_Dan has quit IRC | 06:12 | |
*** [1]Doc_Dan is now known as Doc_Dan | 06:12 | |
*** greenman has quit IRC | 06:15 | |
*** sm has joined #zope3-dev | 06:20 | |
*** dunny has quit IRC | 06:33 | |
*** baijum has joined #zope3-dev | 06:39 | |
*** sm has quit IRC | 06:49 | |
*** tarek has quit IRC | 07:01 | |
*** vimes656 has quit IRC | 07:06 | |
*** vimes656 has joined #zope3-dev | 07:07 | |
*** afd_ has joined #zope3-dev | 07:23 | |
*** alecm has joined #zope3-dev | 07:26 | |
*** alecm has quit IRC | 07:47 | |
*** nathany has quit IRC | 07:55 | |
*** kaeru_ has joined #zope3-dev | 07:59 | |
*** kaeru has quit IRC | 08:01 | |
*** Theuni has joined #zope3-dev | 08:19 | |
*** pelle_ has joined #zope3-dev | 08:20 | |
*** alecm has joined #zope3-dev | 08:21 | |
*** stub has joined #zope3-dev | 08:26 | |
*** jukart has joined #zope3-dev | 08:29 | |
*** malthe has joined #zope3-dev | 08:36 | |
*** agroszer has joined #zope3-dev | 08:45 | |
*** projekt01 has left #zope3-dev | 08:57 | |
*** JaRoel|4D has quit IRC | 08:57 | |
*** Theuni has quit IRC | 08:59 | |
*** Theuni1 has joined #zope3-dev | 08:59 | |
*** jukart has quit IRC | 09:01 | |
*** Theuni1 has quit IRC | 09:02 | |
*** Theuni has joined #zope3-dev | 09:02 | |
*** Aiste has joined #zope3-dev | 09:05 | |
*** troter has quit IRC | 09:07 | |
*** tarek has joined #zope3-dev | 09:26 | |
*** jukart has joined #zope3-dev | 09:27 | |
*** pelle_ has quit IRC | 09:29 | |
*** davisagli has left #zope3-dev | 09:31 | |
*** dbfrombrc has joined #zope3-dev | 09:33 | |
*** pelle_ has joined #zope3-dev | 09:38 | |
*** JaRoel|4D has joined #zope3-dev | 09:38 | |
*** tarek has quit IRC | 09:41 | |
*** greenman has joined #zope3-dev | 09:51 | |
*** menesis has joined #zope3-dev | 09:52 | |
*** stub has quit IRC | 09:53 | |
*** MJ has joined #zope3-dev | 09:54 | |
*** mgedmin has joined #zope3-dev | 09:54 | |
*** harobed_ has joined #zope3-dev | 10:03 | |
*** markusleist has joined #zope3-dev | 10:04 | |
*** kaeru_ is now known as kaeru | 10:06 | |
*** mkerrin has joined #zope3-dev | 10:09 | |
*** El_Rolando has joined #zope3-dev | 10:13 | |
*** thekryz has joined #zope3-dev | 10:14 | |
*** agroszer_ has joined #zope3-dev | 10:15 | |
*** quodt has joined #zope3-dev | 10:19 | |
*** basti__ has joined #zope3-dev | 10:22 | |
*** agroszer has quit IRC | 10:32 | |
*** junkafarian_ has joined #zope3-dev | 10:36 | |
*** yotaff has joined #zope3-dev | 10:42 | |
*** agroszer_ is now known as agroszer | 10:42 | |
*** alecm_ has joined #zope3-dev | 10:43 | |
*** alecm has quit IRC | 10:51 | |
*** thekryz has quit IRC | 10:52 | |
*** alga has joined #zope3-dev | 11:00 | |
*** jhauser has joined #zope3-dev | 11:07 | |
*** ktwilight__ has joined #zope3-dev | 11:11 | |
*** junkafarian_ has quit IRC | 11:12 | |
*** dunny has joined #zope3-dev | 11:15 | |
*** dbfrombrc_ has joined #zope3-dev | 11:18 | |
*** danfairs has joined #zope3-dev | 11:19 | |
*** romanofski has quit IRC | 11:20 | |
*** dbfrombrc has quit IRC | 11:20 | |
*** ktwilight_ has quit IRC | 11:24 | |
*** dbfrombrc has joined #zope3-dev | 11:25 | |
*** zagy has joined #zope3-dev | 11:27 | |
*** junkafarian_ has joined #zope3-dev | 11:31 | |
*** pyqwer has joined #zope3-dev | 11:36 | |
*** junkafarian has quit IRC | 11:38 | |
*** junkafarian_ is now known as junkafarian | 11:38 | |
*** dbfrombrc_ has quit IRC | 11:43 | |
Fubar^ | how can i keep track of instances of my package in ZODB? | 11:45 |
Fubar^ | for example i want a list of everything in the database that implements my interface IGame | 11:45 |
*** dbfrombrc has quit IRC | 11:52 | |
mgedmin | that's not necessarily a good idea... | 11:54 |
mgedmin | what problem are you solving? | 11:54 |
Fubar^ | there are certain things in my game that needs to be reset at server start, so i have an event subscriber for the DatabaseOpenedEvent. But i dont know which Game-instances there are | 11:56 |
*** yotaff_ has joined #zope3-dev | 12:05 | |
*** yotaff has quit IRC | 12:05 | |
*** alga has quit IRC | 12:07 | |
*** alecm_ has quit IRC | 12:09 | |
*** yotaff_ is now known as yotaff | 12:14 | |
*** romanofski has joined #zope3-dev | 12:21 | |
*** nyo has joined #zope3-dev | 12:34 | |
*** romanofski has quit IRC | 12:40 | |
*** romanofski has joined #zope3-dev | 12:41 | |
*** Count-Duckula has joined #zope3-dev | 12:47 | |
*** stub has joined #zope3-dev | 12:50 | |
*** alga has joined #zope3-dev | 12:52 | |
*** nyo has quit IRC | 12:54 | |
*** nyo has joined #zope3-dev | 12:56 | |
*** greenman has quit IRC | 13:05 | |
*** stub has quit IRC | 13:09 | |
*** stub1 has joined #zope3-dev | 13:09 | |
*** stub1 is now known as stub | 13:09 | |
*** MrTopf has joined #zope3-dev | 13:10 | |
mgedmin | Fubar^: you could use findObjectsProviding, I suppose, but know its limitations and disadvantages | 13:19 |
*** romanofski has quit IRC | 13:28 | |
*** hazmat has quit IRC | 13:35 | |
*** mintsauce has joined #zope3-dev | 13:38 | |
*** mintsauce has quit IRC | 13:47 | |
*** dunny has quit IRC | 14:06 | |
*** Aiste has quit IRC | 14:09 | |
*** benji has joined #zope3-dev | 14:13 | |
*** lucielejard has joined #zope3-dev | 14:31 | |
*** ignas has joined #zope3-dev | 14:35 | |
Fubar^ | mgedmin: thanks! | 15:03 |
*** J1m has joined #zope3-dev | 15:03 | |
*** jamur2 has joined #zope3-dev | 15:04 | |
*** lurkymclurkleton has joined #zope3-dev | 15:11 | |
*** aaronv has joined #zope3-dev | 15:11 | |
*** stub has quit IRC | 15:17 | |
*** stub1 has joined #zope3-dev | 15:17 | |
*** stub1 is now known as stub | 15:17 | |
*** andycat has quit IRC | 15:33 | |
*** sawdog has joined #zope3-dev | 15:34 | |
*** pelle_ has quit IRC | 15:41 | |
*** baijum has quit IRC | 15:50 | |
*** pelle_ has joined #zope3-dev | 15:51 | |
*** faassen has joined #zope3-dev | 15:56 | |
*** mkerrin has quit IRC | 16:00 | |
*** stub has quit IRC | 16:16 | |
*** andycat has joined #zope3-dev | 16:16 | |
*** hexsprite has joined #zope3-dev | 16:30 | |
*** alga has quit IRC | 16:46 | |
*** regebro has joined #zope3-dev | 16:49 | |
*** nyo has quit IRC | 16:51 | |
*** redir has joined #zope3-dev | 16:56 | |
*** nyo has joined #zope3-dev | 17:00 | |
*** junkafarian_ has joined #zope3-dev | 17:10 | |
*** junkafarian has quit IRC | 17:14 | |
*** junkafarian_ is now known as junkafarian | 17:14 | |
*** redir_ has joined #zope3-dev | 17:16 | |
*** redir has quit IRC | 17:24 | |
*** nyo has quit IRC | 17:42 | |
*** nyo has joined #zope3-dev | 17:45 | |
*** MJ has quit IRC | 17:45 | |
*** aaronv has quit IRC | 17:55 | |
*** basti__ has quit IRC | 17:56 | |
*** jfkw has joined #zope3-dev | 17:57 | |
*** faassen has quit IRC | 18:01 | |
*** projekt01 has joined #zope3-dev | 18:02 | |
*** markusleist has quit IRC | 18:03 | |
*** pcardune has joined #zope3-dev | 18:09 | |
*** alga has joined #zope3-dev | 18:09 | |
*** thekryz has joined #zope3-dev | 18:12 | |
*** davisagli has joined #zope3-dev | 18:14 | |
*** thekryz has left #zope3-dev | 18:17 | |
*** davisagli has quit IRC | 18:19 | |
*** pcardune has quit IRC | 18:19 | |
*** El_Rolando has quit IRC | 18:26 | |
*** sawdog has quit IRC | 18:30 | |
*** goschtl_ has quit IRC | 18:32 | |
*** ktenney has joined #zope3-dev | 18:34 | |
*** redir_ has quit IRC | 18:40 | |
*** philiKON has joined #zope3-dev | 18:42 | |
*** fRiSi has joined #zope3-dev | 18:43 | |
*** malthe has quit IRC | 18:46 | |
*** aaronv has joined #zope3-dev | 18:47 | |
*** pelle_ has quit IRC | 18:49 | |
*** zagy has quit IRC | 18:54 | |
*** davisagli has joined #zope3-dev | 18:54 | |
*** __mac__ has quit IRC | 18:56 | |
*** rocky1 has joined #zope3-dev | 18:58 | |
*** rocky has quit IRC | 19:01 | |
*** yota has joined #zope3-dev | 19:02 | |
*** rocky1 is now known as rocky | 19:03 | |
*** projekt01 has quit IRC | 19:06 | |
*** baijum has joined #zope3-dev | 19:07 | |
*** mgedmin has quit IRC | 19:07 | |
*** sm has joined #zope3-dev | 19:08 | |
*** philiKON has quit IRC | 19:13 | |
*** fRiSi has quit IRC | 19:18 | |
*** redir has joined #zope3-dev | 19:18 | |
*** JaRoel|4D has quit IRC | 19:19 | |
*** pcardune has joined #zope3-dev | 19:20 | |
*** markusleist has joined #zope3-dev | 19:20 | |
*** quodt has quit IRC | 19:39 | |
*** J1m has quit IRC | 19:44 | |
*** nyo has quit IRC | 19:44 | |
*** jukart has quit IRC | 19:47 | |
*** redir has quit IRC | 19:47 | |
*** J1m has joined #zope3-dev | 19:48 | |
*** pyqwer has quit IRC | 19:49 | |
*** fcorrea has joined #zope3-dev | 19:53 | |
fcorrea | pcardune: yt? | 19:53 |
pcardune | fcorrea: howdy | 19:53 |
fcorrea | pcardune: hey what's up? I've trying to access your z3c-tutorial but it seems it got it's page layout messed | 19:54 |
pcardune | fcorrea: that's possible, (moved servers recently) I'll take a look | 19:55 |
*** redir has joined #zope3-dev | 19:55 | |
fcorrea | pcardune: was about to send that to a friend when I noticed. | 19:55 |
fcorrea | cool | 19:55 |
*** zagy has joined #zope3-dev | 19:55 | |
pcardune | fcorrea: thank god for docutils generating good symantic markup... | 19:56 |
fcorrea | pcardune: yeah, very readable. Tho I liked the old layout | 19:56 |
*** baijum has quit IRC | 19:56 | |
fcorrea | Too bad zope found had issues with the designer | 19:57 |
*** alga has quit IRC | 19:57 | |
*** Count-Duckula has left #zope3-dev | 20:02 | |
*** iham|away has quit IRC | 20:07 | |
*** iham has joined #zope3-dev | 20:08 | |
*** ignas has quit IRC | 20:12 | |
*** MrTopf has quit IRC | 20:16 | |
pcardune | fcorrea: hmmm, looks like the hard drive on my server might be hosed... randomly can't access different files | 20:17 |
pcardune | fcorrea: will have to wait till I get home to inspect more... | 20:18 |
fcorrea | pcardune: oh..that's bad news. Well, thanks man | 20:19 |
*** alga has joined #zope3-dev | 20:26 | |
*** JaRoel|4D has joined #zope3-dev | 20:27 | |
*** harobed_ has quit IRC | 20:27 | |
*** junkafarian has quit IRC | 20:29 | |
*** quodt has joined #zope3-dev | 20:35 | |
*** nathany has joined #zope3-dev | 20:35 | |
*** agroszer_ has joined #zope3-dev | 20:45 | |
*** Theuni has quit IRC | 20:52 | |
*** nyo has joined #zope3-dev | 20:53 | |
*** agroszer has quit IRC | 21:02 | |
*** greenman has joined #zope3-dev | 21:03 | |
*** rocky has quit IRC | 21:10 | |
*** J1m has quit IRC | 21:17 | |
*** nyo has quit IRC | 21:19 | |
*** nyo has joined #zope3-dev | 21:21 | |
*** pelle_ has joined #zope3-dev | 21:25 | |
*** J1m has joined #zope3-dev | 21:27 | |
*** mkerrin has joined #zope3-dev | 21:43 | |
*** __mac__ has joined #zope3-dev | 21:43 | |
*** markusleist has quit IRC | 22:07 | |
*** __mac__ has quit IRC | 22:09 | |
*** harobed has joined #zope3-dev | 22:14 | |
*** nathany has quit IRC | 22:25 | |
*** SpeedyGhost has joined #zope3-dev | 22:33 | |
*** ktenney has left #zope3-dev | 22:35 | |
*** markusleist has joined #zope3-dev | 22:42 | |
*** SpeedyGhost has quit IRC | 22:48 | |
*** agroszer_ has quit IRC | 22:48 | |
*** afd_ has quit IRC | 22:54 | |
*** Theuni has joined #zope3-dev | 22:57 | |
*** dunny has joined #zope3-dev | 23:06 | |
*** junkafarian has joined #zope3-dev | 23:15 | |
*** mkerrin has quit IRC | 23:18 | |
*** pelle__ has joined #zope3-dev | 23:25 | |
*** junkafarian has quit IRC | 23:26 | |
*** JaRoel|4D is now known as JaRoel|4D|bbl | 23:26 | |
*** mkerrin has joined #zope3-dev | 23:35 | |
*** lucielejard has quit IRC | 23:35 | |
*** lucielejard has joined #zope3-dev | 23:35 | |
*** benji has quit IRC | 23:36 | |
*** pelle_ has quit IRC | 23:37 | |
*** hexsprite has quit IRC | 23:39 | |
*** jhauser has quit IRC | 23:49 | |
*** aaronv has quit IRC | 23:51 | |
*** nathany has joined #zope3-dev | 23:53 | |
*** J1m has quit IRC | 23:55 | |
*** alecm has joined #zope3-dev | 23:56 | |
*** lucielejard has quit IRC | 23:57 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!