IRC log of #zope3-dev for Sunday, 2007-02-25

*** jfroche has quit IRC00:04
*** J1m has joined #zope3-dev00:09
*** natea has quit IRC00:30
*** J1m has quit IRC00:40
*** timte has quit IRC00:42
nederhoedgood night00:50
*** nederhoed has quit IRC00:51
*** RaFromBRC has quit IRC00:52
*** jodok has quit IRC01:08
*** J1m has joined #zope3-dev01:19
*** whit has quit IRC01:41
*** natea has joined #zope3-dev01:49
*** ignas has quit IRC01:54
*** romanofski has joined #zope3-dev02:01
*** natea has quit IRC02:04
*** romanofs2i has quit IRC02:18
*** ignas has joined #zope3-dev02:24
*** alga has quit IRC02:45
*** J1m has joined #zope3-dev02:54
*** J1m has quit IRC02:57
*** ignas has quit IRC03:02
*** lucie has joined #zope3-dev03:02
*** lucie has quit IRC03:03
*** dobee has quit IRC03:23
*** natea_ has joined #zope3-dev04:43
*** ignas has joined #zope3-dev04:52
*** stub has joined #zope3-dev04:53
*** jkakar has joined #zope3-dev04:54
*** Bhaskar has joined #zope3-dev05:47
*** jkakar has quit IRC06:07
*** jikanter has quit IRC07:35
*** stub has quit IRC08:02
*** ignas has quit IRC08:18
*** whit has joined #zope3-dev09:03
*** zotya has joined #zope3-dev09:58
*** whit has quit IRC10:07
*** jodok has joined #zope3-dev10:31
*** philiKON_ has joined #zope3-dev10:33
*** stub has joined #zope3-dev10:46
*** philiKON has quit IRC10:48
*** tav has quit IRC10:56
*** dobee has joined #zope3-dev11:45
*** alga has joined #zope3-dev11:48
*** dunny has quit IRC12:00
*** ktwilight has joined #zope3-dev12:04
*** jodok has quit IRC12:08
*** ktwilight_ has quit IRC12:18
*** Bhaskar has quit IRC13:23
*** d2m has joined #zope3-dev13:32
*** schwendinger has joined #zope3-dev13:42
*** schwendinger_ has joined #zope3-dev14:02
*** schwendinger has quit IRC14:18
*** philiKON_ is now known as philiKON14:57
*** jinty has joined #zope3-dev14:58
*** tlotze has joined #zope3-dev15:12
tlotzeHm... I wonder what's the point of the zope.testing.doctestunit module. It imports some stuff from doctest and defines a pprint function. It was last changed in 2004.15:15
*** jinty has quit IRC15:24
philiKONtlotze: BBB15:36
tlotzeah15:38
tlotzeThere's no BBB comment in it, though. So is it actually deprecated?15:39
philiKONi don't think it's deprecated15:43
philiKONi tihnk early on, doctest wasn't unittest-aware15:44
philiKONso, doctestunit provided wrappers15:44
philiKONnow doctest integrates as a unittest testsuite15:44
philiKONi've seen a lot of code importing stuff from doctestunit still, not sure if it's worth changing all that15:44
tlotzek15:47
tlotzethanks15:47
*** schwendinger_ has quit IRC15:58
*** MiUlEr has joined #zope3-dev16:00
*** nederhoed has joined #zope3-dev16:02
*** romanofski has quit IRC16:07
*** romanofski has joined #zope3-dev16:07
*** J1m has joined #zope3-dev16:09
*** alga has quit IRC16:19
*** jkakar has joined #zope3-dev16:49
*** J1m has quit IRC16:54
*** J1m has joined #zope3-dev17:00
*** jfroche has joined #zope3-dev17:08
*** MiUlEr has quit IRC17:20
*** jodok has joined #zope3-dev17:32
*** ignas has joined #zope3-dev17:41
*** stub has quit IRC17:59
*** ignas has quit IRC18:01
*** timte has joined #zope3-dev18:20
*** jodok has quit IRC18:21
*** J1m has quit IRC18:26
*** ignas has joined #zope3-dev18:32
*** srichter has joined #zope3-dev18:38
*** dobee has quit IRC18:38
*** ChanServ sets mode: +o srichter18:40
*** romanofs1i has joined #zope3-dev18:43
*** wrobel has joined #zope3-dev18:44
*** whit has joined #zope3-dev18:55
*** jkakar has quit IRC18:57
*** romanofski has quit IRC18:59
*** jhauser has joined #zope3-dev19:00
nederhoedLink to Fishbowl process is incorrect on:19:05
nederhoedhttp://www.zope.org/DevHome/Resources/GettingInvolved.html19:05
*** whit has joined #zope3-dev19:16
*** jikanter has joined #zope3-dev19:22
*** dunny has joined #zope3-dev19:23
*** jikanter has quit IRC19:24
*** jikanter has joined #zope3-dev19:24
CSWookieWhen writing an adapter directive in zcml, how does one spell that it is multiadapter?19:31
philiKON<adapter for="iface1 iface2 iface3" ... />19:35
philiKONbut i nowadays prefer (and recommend) such declarations in the python code19:35
philiKONclass MyMultiAdapter(object):19:35
philiKON    adapts(iface1, iface2, iface3)19:35
philiKONthen the adapter directive is just <adapter factory="..." />19:35
philiKONperhaps a name19:35
philiKONbut that's it19:35
*** ccomb has joined #zope3-dev19:40
CSWookiephiliKON: Yeah, I know that's the way the wind is blowing.19:40
CSWookieI'm not sure I buy it, but convention trumps my preference in this case.19:41
philiKONwell, you should do what you're comfortable with19:41
philiKONi think the adapts() line in the code makes much more sense19:41
philiKONit's not just a configuration detail19:41
CSWookiephiliKON: If I were programming jjust my own project I would, but the folks that pay me agree with you :-)19:42
philiKONyour code is exactly tailored to those interfaces19:42
philiKONhehe19:42
CSWookieI would be in favor of doing it in python if zcml cond be completely eliminated.19:42
philiKONanyway, the information which interfaces an adapter adapts is intrinsic to the impleemntation19:42
philiKONit's not a configuration detail19:42
CSWookieI just want all my wiring of stuff together o be in one place.19:43
philiKONCSWookie: you should take a look at grok :)19:43
CSWookieHmm.  They use grok as a noun.  And that makes Thog angry.19:43
*** d2m has quit IRC19:53
*** nederhoed has left #zope3-dev20:11
*** nederhoed has joined #zope3-dev20:12
*** dobee has joined #zope3-dev20:21
*** ofer_ has joined #zope3-dev20:25
ccombhi, is there a way to have the catalog return "foobar" when my query is "ooba" ?20:31
*** zotya has quit IRC20:37
*** rocky has joined #zope3-dev20:42
*** romanofs1i has quit IRC20:50
*** romanofski has joined #zope3-dev20:50
ccombthe only way I see with the stock catalog is to let the method getSearchableText return every substring20:53
philiKONyou just need a decent index20:54
ccombfor example I want all fields that contain "o", so that "foobar" is returned20:56
ccombI must index the following generated text ? : "f o o b a r fo oo ob ba ar foo oob oba bar foob ooba obar fooba oobar"20:56
philiKONno20:56
philiKONyou need a decent index that you can query accordingly20:56
ccombHow can I create that index?20:57
philiKONdunno, perhaps textindexng3 can do this20:58
ccombok I will look at textindexng and maybe zc.catalog20:59
*** J1m has joined #zope3-dev21:32
*** alga has joined #zope3-dev21:37
*** dobee has quit IRC21:43
*** J1m has joined #zope3-dev21:55
*** J1m has quit IRC21:56
*** yota|fosdem is now known as yota22:06
*** J1m has joined #zope3-dev22:18
*** J1m has quit IRC22:29
*** Aiste has quit IRC22:33
*** J1m has joined #zope3-dev22:38
*** BjornT has quit IRC22:40
*** BjornT has joined #zope3-dev22:40
*** dobee has joined #zope3-dev23:02
*** J1m has quit IRC23:17
*** jelkner has joined #zope3-dev23:18
*** jhauser has quit IRC23:22
*** jelkner has quit IRC23:26
*** nederhoed has quit IRC23:51

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