IRC log of #zope3-dev for Tuesday, 2005-03-15

*** ebarroca has joined #zope3-dev00:01
*** __gotcha has quit IRC00:09
*** ebarroca has quit IRC00:19
*** ebarroca_ has joined #zope3-dev00:19
*** ebarroca_ has quit IRC00:23
*** alga has quit IRC00:29
*** srichter has quit IRC00:39
*** jhauser has quit IRC00:45
SteveAI'd vote to remove :method.   Don't like :int much either.  Too much coupling between form processors and the rendering of templates.  Prefer to see it done in widgets anyway.00:53
J1mwe certainly don't use it any more afaik00:53
J1mIf we did, it wouldn't work correctly.00:54
J1mAlthough the incorrect working can be hidden with absolute_url00:54
J1mUgh01:07
J1mI take it back01:07
J1mwe are setting the base href, but only if there is a head01:07
*** BjornT has quit IRC01:13
J1mOh heck, I don't know what we're doing01:14
*** ignas__ is now known as ignas01:14
*** tvon|desk has quit IRC01:15
*** efge has joined #zope3-dev01:27
*** efge has quit IRC01:29
*** srichter has joined #zope3-dev01:29
*** ChanServ sets mode: +o srichter01:33
*** tvon has joined #zope3-dev01:34
*** bradb has quit IRC01:43
*** bradb has joined #zope3-dev02:19
*** hazmat has left #zope3-dev02:35
*** hazmat has joined #zope3-dev02:46
*** tvon|desk has joined #zope3-dev02:50
*** tvon|desk has joined #zope3-dev02:50
*** niemeyer has quit IRC02:56
*** ChanServ sets mode: +o hazmat03:48
*** projekt01 has left #zope3-dev03:56
*** hazmat has quit IRC05:22
*** Ragica has quit IRC05:28
*** stub has joined #zope3-dev06:00
*** Ragica has joined #zope3-dev06:11
*** `anthony has quit IRC06:42
*** Damascene has quit IRC06:48
*** Damascene has joined #zope3-dev06:48
*** Damascene has quit IRC07:16
*** hazmat has joined #zope3-dev07:19
*** `anthony has joined #zope3-dev07:28
*** ebarroca has joined #zope3-dev07:43
*** ebarroca has quit IRC07:49
*** Damascene has joined #zope3-dev07:53
*** Damascus- has joined #zope3-dev08:17
*** Damascene has quit IRC08:32
*** Damascus- is now known as Damascene08:38
*** d2m has joined #zope3-dev09:10
*** Theuni has joined #zope3-dev09:16
*** hdima has joined #zope3-dev09:19
*** SureshZ has joined #zope3-dev09:19
*** sashav_ has joined #zope3-dev09:42
*** htd has joined #zope3-dev09:45
*** projekt01 has joined #zope3-dev09:57
*** hazmat has quit IRC10:07
*** SureshZ has left #zope3-dev10:14
*** htd has quit IRC10:19
*** bskahan has quit IRC10:45
*** `anthony has quit IRC10:53
*** anguenot has joined #zope3-dev11:13
*** J1m_ has joined #zope3-dev11:17
*** MalcolmC has joined #zope3-dev11:17
*** `anthony has joined #zope3-dev11:21
*** __gotcha has joined #zope3-dev11:54
*** htd has joined #zope3-dev11:54
*** regebro has joined #zope3-dev12:11
*** mgedmin has joined #zope3-dev13:01
*** vlado has joined #zope3-dev13:23
*** anguenot has quit IRC13:24
*** anguenot has joined #zope3-dev13:30
*** apoirier has joined #zope3-dev13:42
*** efge has joined #zope3-dev13:56
*** alga has joined #zope3-dev13:57
*** faassen has joined #zope3-dev14:12
*** srichter has quit IRC14:18
*** alga has quit IRC14:19
*** mgedmin has quit IRC14:20
*** J1m_ has quit IRC14:45
*** SteveA__ has joined #zope3-dev14:57
*** srichter has joined #zope3-dev14:58
*** ChanServ sets mode: +o srichter14:58
*** SteveA has quit IRC14:58
*** SteveA__ is now known as SteveA14:58
*** ignas_ has joined #zope3-dev15:04
*** mkerrin has joined #zope3-dev15:14
*** mohsen-away has quit IRC15:32
*** mohsen has joined #zope3-dev15:38
*** BjornT has joined #zope3-dev15:52
*** niemeyer has joined #zope3-dev15:52
*** BjornT has quit IRC16:37
*** run|sony has joined #zope3-dev16:41
* run|sony waves to J1m16:41
*** mgedmin has joined #zope3-dev16:41
* J1m waves back16:42
run|sonythink i may have found something.. going to send you a email.. extensionclass funniness with cygwin16:42
J1mJoy16:43
run|sony<class 'OFS.DTMLMethod.DTMLMethod'>16:46
run|sony(Pdb) !klass.__new__(klass, *args)16:46
run|sony*** TypeError: RestrictedDTMLMixin.__new__(DTMLMethod) is not safe, use Persistence.Persistent.__new16:46
run|sony__()16:46
J1mThat sounds familiar.16:47
J1mWhat version of Python?16:47
run|sonypython2.3.5 on cygwin16:47
run|sony'2.3.5 (#1, Mar 15 2005, 12:59:49) \n[GCC 3.3.3 (cygwin special)]'16:47
J1mI think this is due to a Python big16:47
J1mPerhaps it was never fixed.16:48
J1mbug16:48
run|sonyit works for everything but cygwin, it appears16:48
J1mhm16:49
run|sonyfile collector issue in zope/zodb/python ? where should it go16:49
run|sonyi.e. it works on linux x86/osx ppc/windows (with vc++)16:49
J1mZoep I guess.16:49
J1mI don't remember what the issue was.16:49
J1mZope16:49
J1mWe had to work around this in the interface code.16:50
run|sonyright.. so if I could guarnatee the Persistent.__new__ was called it works fine16:50
J1mI'm gonna have to get back to the new EC code in a few weeks.  I'll look at it then.16:50
run|sonyok i will log a bug. thanks jim16:50
J1mI thought I fixed this in Python, but maybe I only checked in the fix on the head.16:51
J1mIt has to do with how __new__ is inherited from object.16:51
run|sonyright16:51
J1mCan you test this with Python 2.4 on cygwin?16:51
run|sonyit seems that Acquirer is getting __new__ and somehow Persistent is not getting it or something?16:51
run|sonyi am almost positive I had the same problem16:52
run|sonybut even stranger something about a method_descriptor being passed a RequestContainer16:52
*** BjornT__ has joined #zope3-dev16:52
J1mMaybe this is different from what I ran into with interfaces.16:52
run|sonyok no worries, i will put it in collector with ZODB/ExtensionClass keywordsw16:53
run|sonythanks again16:53
J1mJames Knight did a veru good job of narrowing that one with non application classes. (hint hint ;)16:53
*** Damascene has quit IRC16:55
*** BjornT__ has quit IRC16:56
*** BjornT has joined #zope3-dev16:56
*** hdima has quit IRC16:58
*** sashav_ has quit IRC16:59
*** Damascene has joined #zope3-dev17:15
*** deo has quit IRC17:34
*** garrett-smith has joined #zope3-dev17:35
*** Theuni has quit IRC17:36
*** SteveA__ has joined #zope3-dev17:38
*** garrett-smith has quit IRC17:41
*** SteveA has quit IRC17:47
*** SteveA__ is now known as SteveA17:47
*** tvon has quit IRC17:48
*** bradb has quit IRC17:54
*** bskahan has joined #zope3-dev17:56
*** tvon has joined #zope3-dev18:08
*** bradb has joined #zope3-dev18:11
*** Jim7J1AJH has quit IRC18:12
*** bskahan has quit IRC18:12
*** Jim7J1AJH has joined #zope3-dev18:17
*** mkerrin has quit IRC18:18
*** alga has joined #zope3-dev18:39
*** bskahan has joined #zope3-dev18:45
*** mp has joined #zope3-dev18:49
*** d2m_ has joined #zope3-dev18:55
*** niemeyer has quit IRC18:58
*** ignas_ has quit IRC18:58
*** vlado has quit IRC18:58
*** `anthony has quit IRC18:58
*** MalcolmC has quit IRC18:58
*** d2m has quit IRC18:58
*** d2m_ is now known as d2m18:58
*** deo has joined #zope3-dev19:04
*** ignas_ has joined #zope3-dev19:06
*** mohsen is now known as mohsen-away19:07
*** vlado has joined #zope3-dev19:08
*** MalcolmC has joined #zope3-dev19:11
*** `anthony has joined #zope3-dev19:11
*** niemeyer has joined #zope3-dev19:11
*** vlado has quit IRC19:22
*** garrett-smith has joined #zope3-dev19:25
*** garrett-smith has quit IRC19:29
*** garrett-smith has joined #zope3-dev19:29
*** garrett-smith is now known as garrett_19:34
*** garrett_ has left #zope3-dev19:41
*** SteveA has quit IRC19:41
*** SureshZ has joined #zope3-dev19:42
*** stub has quit IRC19:57
*** SureshZ has quit IRC19:57
*** SteveA has joined #zope3-dev20:01
*** __gotcha_ has joined #zope3-dev20:20
*** d2m has quit IRC20:21
*** alga has quit IRC20:21
*** Jim7J1AJH has quit IRC20:21
*** __gotcha has quit IRC20:21
*** projekt01 has quit IRC20:21
*** zagy has quit IRC20:21
*** J1m has quit IRC20:21
*** d2m has joined #zope3-dev20:24
*** alga has joined #zope3-dev20:24
*** Jim7J1AJH has joined #zope3-dev20:24
*** __gotcha has joined #zope3-dev20:24
*** projekt01 has joined #zope3-dev20:24
*** zagy has joined #zope3-dev20:24
*** J1m has joined #zope3-dev20:24
*** d2m_ has joined #zope3-dev20:26
*** garrett-smith has joined #zope3-dev20:28
*** hazmat has joined #zope3-dev20:28
*** J1m has quit IRC20:30
*** alga has quit IRC20:30
*** zagy has quit IRC20:30
*** d2m has quit IRC20:30
*** __gotcha has quit IRC20:30
*** projekt01 has quit IRC20:30
*** Jim7J1AJH has quit IRC20:30
*** d2m_ is now known as d2m20:30
*** Jim7J1AJ1 has joined #zope3-dev20:30
*** alga has joined #zope3-dev20:30
*** zagy has joined #zope3-dev20:30
*** J1m has joined #zope3-dev20:30
*** faassen has quit IRC20:32
regebroAnybody know if there is a reason that <include package="khkjhK"/> doesn't load the meta.zcml?20:38
regebro(Not a problem, just curious)20:38
*** MalcolmC has quit IRC20:38
*** J1m has quit IRC20:40
*** alga has quit IRC20:40
*** zagy has quit IRC20:40
*** Jim7J1AJ1 has quit IRC20:40
*** Jim7J1AJ1 has joined #zope3-dev20:40
*** alga has joined #zope3-dev20:40
*** zagy has joined #zope3-dev20:40
*** J1m has joined #zope3-dev20:40
*** garrett-smith has quit IRC20:40
*** efge has quit IRC20:45
*** hazmat_ has joined #zope3-dev20:47
*** hazmat has quit IRC20:48
*** hazmat_ is now known as hazmat20:48
*** ChanServ sets mode: +o hazmat20:49
*** run|sony has quit IRC20:58
srichterregebro: yeah20:59
srichterregebro: because meta.zcml is often evaluated much earlier than the other configuration21:00
*** J1m has quit IRC21:00
*** alga has quit IRC21:00
*** zagy has quit IRC21:00
*** Jim7J1AJ1 has quit IRC21:00
srichterregebro: the site.zcml specifically loads all meta configuration first and then all real configuration21:01
srichterregebro: once you think about it for a while it makes sense21:01
*** regebro has quit IRC21:02
*** ignas has quit IRC21:05
*** anguenot has quit IRC21:07
*** apoirier has quit IRC21:09
*** bskahan has quit IRC21:11
*** srichter has quit IRC21:13
*** mohsen-away has quit IRC21:33
*** J1m has joined #zope3-dev21:38
*** ignas has joined #zope3-dev21:40
*** srichter has joined #zope3-dev21:41
*** ChanServ sets mode: +o srichter21:42
*** ignas_ is now known as ignas|home22:04
*** bskahan has joined #zope3-dev22:05
*** alga has joined #zope3-dev22:09
*** Jim7J1AJH has joined #zope3-dev22:09
*** bskahan has quit IRC22:11
*** goopot has joined #zope3-dev22:22
*** tvon has quit IRC22:24
*** ignas has quit IRC22:30
*** hazmat has quit IRC23:05
*** mgedmin has quit IRC23:09
*** htd has quit IRC23:11
*** niemeyer has quit IRC23:15
*** hazmat has joined #zope3-dev23:23
*** alga has quit IRC23:31
*** hazmat is now known as haz-work23:45
*** garrett-smith has joined #zope3-dev23:58

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