IRC log of #zope3-dev for Saturday, 2006-04-29

*** zbir has joined #zope3-dev00:09
*** whit has joined #zope3-dev00:17
*** natea is now known as natea|naptime00:31
*** rockyburt is now known as rockyburt|away00:40
*** tiredbones has quit IRC00:46
*** tiredbones has joined #zope3-dev00:46
*** sm has joined #zope3-dev00:54
*** tarek has quit IRC01:07
*** stainsby has joined #zope3-dev02:02
stainsbyshould source-based widgets be assuming that terms have a 'title' attribute? http://zope3.pastebin.com/68791002:06
*** whit_ has joined #zope3-dev02:06
stainsbyhmm .. i suppose the ITerms interface does say "def getTerm(value):02:12
stainsby        """Return an ITitledTokenizedTerm object for the given value"02:12
*** whit has quit IRC02:21
*** j1m has quit IRC02:30
*** gnosis has joined #Zope3-dev02:32
*** whit has joined #zope3-dev03:06
*** stainsby has quit IRC03:11
*** stainsby has joined #zope3-dev03:11
*** whit_ has quit IRC03:17
*** jpfarias has joined #zope3-dev04:44
jpfariashi!04:44
jpfariasI'm a newcomer to zope3 and I'm writting my first app04:44
jpfariason my app I have two domain classes (content types)04:45
jpfariasRelatorio and Tam04:45
jpfariasone Relatorio may have many Tam's04:45
jpfariaswhat is the best way to map this out?04:45
jpfariasmaking Relatorio a container or creating a List attribute on Relatorio?04:46
jpfariasI'm trying to make Relatorio a container but I gut stuck :(04:46
jpfariasif someone knows a way of doing that please give me some pointers (urls and so) so that I can find out how to do that04:47
jpfariasthanks04:47
gnosisI'd make relatorio a container and set restraints on it to only hold tam's05:05
gnosischapter 13 of stephan richters developers book should get you started, try http://www.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/Zope3Book/contentobject.html05:12
*** jpfarias has quit IRC06:04
*** gnosis has quit IRC06:09
*** stub has joined #zope3-dev06:22
*** yota has quit IRC06:30
*** dobee has quit IRC06:40
*** seang has quit IRC07:05
*** seang_ has joined #zope3-dev07:06
*** seang_ is now known as seang07:06
*** BjornT has quit IRC07:44
*** niemeyer has quit IRC07:46
*** gnosis has joined #Zope3-dev07:49
*** gnosis has quit IRC08:33
*** BjornT has joined #zope3-dev08:40
*** sm has quit IRC08:44
*** whit_ has joined #zope3-dev08:56
*** stub has quit IRC08:57
*** whit has quit IRC09:08
*** jukart has left #zope3-dev09:54
*** BjornT_ has joined #zope3-dev10:12
*** yota has joined #zope3-dev10:14
*** efrerich has joined #zope3-dev10:18
*** BjornT has quit IRC10:34
*** b_52Centos__ has joined #zope3-dev10:52
*** alecm has joined #zope3-dev10:59
*** b_52Centos has quit IRC11:14
*** MJ has joined #zope3-dev11:15
*** zagy has joined #zope3-dev11:37
*** alecm has quit IRC11:38
*** MJ has quit IRC11:40
*** oferw has joined #zope3-dev11:44
*** regebro has joined #zope3-dev12:08
*** oferw has quit IRC12:34
*** zagy has quit IRC13:14
*** zagy has joined #zope3-dev13:14
*** whit has joined #zope3-dev14:07
*** rockyburt|away is now known as rockyburt14:09
*** dobee has joined #zope3-dev14:10
*** srichter has quit IRC14:14
*** whit_ has quit IRC14:19
*** rockyburt has quit IRC14:23
*** srichter has joined #zope3-dev14:34
*** stainsby has left #zope3-dev14:38
*** ChanServ sets mode: +o srichter14:38
*** oferw has joined #zope3-dev14:53
*** jpfarias has joined #zope3-dev15:12
*** b_52Centos__ is now known as b_52Centos15:17
*** tarek has joined #zope3-dev15:22
*** dunny has quit IRC15:24
*** admp has joined #zope3-dev15:33
*** jpfarias has quit IRC15:35
*** admp has quit IRC15:46
*** oferw has quit IRC16:14
*** rockyburt has joined #zope3-dev16:20
*** MJ has joined #zope3-dev16:21
*** natea|naptime is now known as natea17:06
*** niemeyer has joined #zope3-dev17:24
srichterdoes anyone here know how trace decides for which modules it keeps statistics?17:45
*** MJ has quit IRC17:56
*** J1m has joined #zope3-dev17:58
srichterJ1m: are there any known problems with the trace module?18:06
*** whit has quit IRC18:06
srichterI ran trace over a directory, but one module did not get picked up18:06
J1mI dunno. What is the trace module?18:06
srichterthe standard module18:06
srichterthat gives us coverage in the testrunner18:06
*** whit has joined #zope3-dev18:06
srichter:-)18:06
srichterit provides the coverage statistics18:07
J1mdunno18:07
srichterok, for some reason some modules are ignored and it does not seem to be a bug in the test runner18:08
srichteraehm, it actually might :-)18:08
J1mI vaguely remember benji complaining that there was a problem with test coverage.18:08
srichterI think I might have it18:09
srichteryep18:09
srichterit keeps track of ignoring modules by simple name18:09
srichterfor example "site"18:09
srichterso if zope.component.site (stored via site) is ignored, then foo.bar.site is also ignored18:10
srichterI think this might be a simple fix18:10
*** efge has joined #zope3-dev18:13
srichterJ1m: yep, that's it18:15
srichterI write a test and check it in18:15
srichterJ1m: how should this ideally be done18:15
J1mcool18:15
srichterJ1m: I check out zope.testrunner, fix it, and change the Zope 3 external?18:16
J1mYou check out zope testing.  Update the tests.  Make sure they all pass.  Update Zope's external.18:16
srichterok18:16
J1mNo, you check out the project.18:16
J1mand run the project's tests.18:16
regebroI need guru help.18:34
regebroI'm running the test ofr Zope2, and there is some tests that fail, but putting a pdb where they fail does not give me a prompt.18:35
regebroI think these tests are actually starting separate threads, or something, or redirecting stdin and stdout.18:35
regebroAnybody know which tests those could be?18:36
regebroMaybe J1m?18:36
J1mwhy don't use use -vv in the test runner.18:36
regebroDoesn't help-18:36
regebroUnless it does help...18:37
regebrobut then the tests doesn't fail if you run those modules separately...18:37
J1mYou should at least be able to determine the tests that are failing.18:37
J1mThat means some other test is evil.18:37
regebroWell... the error output comes after test in zope.server.ftp.18:38
J1mThe new test runner makes it fairly easy (not as easy as it should be) to narrow down tests until you discover which one is screwing you up.18:38
regebroBut the failure point is in the ZPublisher...18:38
J1mUse -t '!(...)' to eliminate tests until you figure out which one is screwing up the environment.18:39
regebroOK, I'll try that, thanks.18:40
*** agroszer has joined #zope3-dev18:56
*** J1m has quit IRC19:03
*** niemeyer has quit IRC19:29
*** tiredbones has quit IRC19:29
*** tiredbones has joined #zope3-dev19:29
*** srichter has quit IRC19:31
*** rockyburt has quit IRC19:35
*** rockyburt has joined #zope3-dev19:36
*** efge has quit IRC20:10
*** zagy has quit IRC20:12
*** agroszer has quit IRC20:14
*** regebro has quit IRC20:18
*** admp has joined #zope3-dev20:56
*** admp has quit IRC21:04
*** RaFromBRC has joined #zope3-dev21:24
*** srichter has joined #zope3-dev21:47
*** ChanServ sets mode: +o srichter21:50
*** Egon has joined #zope3-dev21:53
*** RaFromBRC has quit IRC21:55
*** MJ has joined #zope3-dev22:05
*** lunatik has joined #zope3-dev22:07
*** lunatik has left #zope3-dev22:08
*** dunny has joined #zope3-dev22:08
*** efrerich has quit IRC22:11
*** RaFromBRC has joined #zope3-dev22:25
*** RaFromBRC has quit IRC22:38
*** Egon is now known as efreich22:48
*** efreich is now known as efrerich22:48
*** tiredbones has quit IRC23:15
*** tiredbones has joined #zope3-dev23:15
*** j1m has joined #zope3-dev23:34
srichterj1m: are you there?23:43
srichterj1m: I am not feeling totally comfortable with having Zope 2 code in a Zope 3 release23:44
srichterj1m: I really like testrecorder, but this is not the right way23:45
srichterwe should think a little bit harder23:45
*** jjlee has joined #zope3-dev23:53

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