IRC log of #zope3-dev for Sunday, 2009-01-04

*** J1m has quit IRC00:02
*** malthe_ is now known as malthe00:08
*** iham|away has quit IRC00:13
*** iham has joined #zope3-dev00:15
*** iham is now known as iham|away00:19
ccomb_Hello, is there a HiRes (or vector) version of the Zope 3 logo in the ZMI?00:26
*** aaronv has quit IRC00:30
*** fsufitch has joined #zope3-dev00:37
*** aaronv has joined #zope3-dev00:41
*** fsufitch has left #zope3-dev00:59
*** flox has left #zope3-dev01:12
*** aaronv has quit IRC01:23
*** fsufitch has joined #zope3-dev01:25
fsufitchhi guys, a question: is it normal that a zope.schema.List attribute is not stored in the ZODB when the owner object is Persistent?01:27
Vq^stored? aren't schemas usually constants?01:37
fsufitchnono, as in, i define an attribute in an interface according to a schema01:40
fsufitchclass IQuestionApplication(Interface):01:42
fsufitch    # ...01:42
fsufitch    recentQuestions = zope.schema.List(01:42
fsufitch           name = "whatever", description = "whatever",01:42
fsufitch           value_type = zope.schema.Object(schema=IQuestion))01:42
fsufitchthen when i later go questionapp.recentQuestions = [somesuch,anotherquestion,etc]01:42
fsufitchit only gets stored until i shut down the zope server01:42
fsufitchonce i restart it, the data is lost01:42
fsufitch(questionapp is an object of the type QuestionApplication, which provides IQuestionApplication)01:43
fsufitchVq^: any idea?01:43
Vq^oh, you probably want to work with PersistentList instead of ordinary python lists01:45
Vq^otherwise you have to mark the object changed every time you mutate the list01:45
fsufitchahh01:46
fsufitchinteresting. where is PersistentList found?01:46
Vq^in persistent.list if im not mistaken01:49
fsufitchawesome01:49
fsufitchthanks, Vq^01:49
timteVq^: you're the zope master  :)01:51
Vq^heh01:51
*** harobed has joined #zope3-dev02:01
*** MrSipan has quit IRC02:23
*** timte has quit IRC02:25
*** harobed has quit IRC02:50
*** tarek has quit IRC02:55
*** malthe is now known as malthe|Zzz02:56
*** harobed has joined #zope3-dev02:59
*** kaeru has joined #zope3-dev03:17
*** fmail has joined #zope3-dev03:22
*** fmail has left #zope3-dev03:22
*** harobed has quit IRC03:38
*** tarek has joined #zope3-dev03:51
*** fsufitch has left #zope3-dev03:51
*** tarek_ has joined #zope3-dev03:53
*** tarek has quit IRC03:53
*** tarek_ has quit IRC03:53
*** yota has quit IRC03:54
*** MrSipan has joined #zope3-dev04:14
*** tarek_ has joined #zope3-dev04:19
*** tarek_ has quit IRC04:25
*** mib_dong has joined #zope3-dev05:40
mib_dong:)05:41
*** pelle__ has joined #zope3-dev06:17
*** pelle_ has quit IRC06:35
*** rocky has quit IRC07:10
mib_dong#help07:13
*** mib_dong has quit IRC07:17
*** kaeru has quit IRC08:01
*** kaeru has joined #zope3-dev08:22
*** afd___ has joined #zope3-dev10:35
*** flox has joined #zope3-dev10:38
*** flox has quit IRC10:43
*** dunny has quit IRC11:24
*** yota has joined #zope3-dev11:46
*** zagy has joined #zope3-dev11:49
*** ktwilight_ has joined #zope3-dev11:57
*** ktwilight__ has quit IRC12:10
*** tarek_ has joined #zope3-dev12:33
*** tarek_ has quit IRC12:44
*** tarek_ has joined #zope3-dev12:51
*** malthe|Zzz has quit IRC13:19
*** ccomb_ has quit IRC14:07
*** malthe has joined #zope3-dev14:20
*** __mac__ has joined #zope3-dev14:45
*** fairwinds has joined #zope3-dev15:05
*** tarek_ has quit IRC15:24
*** pelle__ has quit IRC15:40
*** rocky has joined #zope3-dev15:44
*** harobed has joined #zope3-dev15:44
*** rocky has quit IRC16:03
*** rocky has joined #zope3-dev16:06
*** Theuni has quit IRC16:06
*** aaronv has joined #zope3-dev16:11
*** __mac__ has quit IRC16:19
*** tarek_ has joined #zope3-dev16:42
*** tarek_ has quit IRC16:50
*** baijum has joined #zope3-dev17:04
*** tarek_ has joined #zope3-dev17:06
*** tarek_ has quit IRC17:13
*** mcdonc has quit IRC17:14
*** mcdonc has joined #zope3-dev17:15
*** nyo1 has joined #zope3-dev17:23
*** nyo1 has left #zope3-dev17:23
*** tarek_ has joined #zope3-dev17:30
*** pelle_ has joined #zope3-dev17:33
*** tarek_ has quit IRC17:36
*** Theuni has joined #zope3-dev17:41
*** tarek has joined #zope3-dev17:56
*** jayaraj has joined #zope3-dev18:04
*** jayaraj has quit IRC18:05
*** jayaraj has joined #zope3-dev18:07
*** afd___ has quit IRC18:11
*** tarek has quit IRC18:14
*** jayaraj has quit IRC18:15
*** agroszer_ has joined #zope3-dev18:17
*** gc_basti has joined #zope3-dev18:23
*** gc_basti_ has joined #zope3-dev18:25
*** baijum has quit IRC18:27
*** baijum has joined #zope3-dev18:27
*** baijum has quit IRC18:28
*** gc_basti has quit IRC18:43
*** nyo1 has joined #zope3-dev19:04
*** agroszer_ has quit IRC19:22
*** afd___ has joined #zope3-dev19:42
*** tarek has joined #zope3-dev20:08
*** malthe has quit IRC20:13
*** malthe has joined #zope3-dev20:14
*** basti has joined #zope3-dev20:18
*** Theuni has quit IRC20:19
*** Theuni1 has joined #zope3-dev20:19
*** tarek has quit IRC20:19
*** gc_basti_ has quit IRC20:35
*** aaronv has quit IRC20:39
*** tarek has joined #zope3-dev21:01
*** sunew has joined #zope3-dev21:09
*** MrSipan has quit IRC21:14
mcdoncnyo1: i just spent a good deal of time trying to make the sort algorithm detection in field indexes smarter.  i think the ascending sort is case about 75% wrapped up... it will choose "forward index scan" when most appropriate... it still needs to do a better job at picking nbest vs timsort..  http://svn.repoze.org/repoze.catalog/trunk/repoze/catalog/indexes/field.py21:16
mcdoncthe reverse sort chooser is still naive21:17
mcdoncsee also http://svn.repoze.org/repoze.catalog/trunk/repoze/catalog/benchmark/sortbench.py21:18
*** basti has quit IRC21:29
*** __mac__ has joined #zope3-dev21:37
*** harobed has quit IRC21:53
*** yota has quit IRC21:53
*** ARiKA has quit IRC21:53
*** kobold has quit IRC21:53
*** BjornT has quit IRC21:53
*** Fubar^ has quit IRC21:53
*** SteveA has quit IRC21:53
*** chaoflow has quit IRC21:53
*** Vq^ has quit IRC21:53
*** kiorky has quit IRC21:53
*** afd___ has quit IRC21:53
*** iham|away has quit IRC21:53
*** exarkun has quit IRC21:53
*** andres has quit IRC21:53
*** afd___ has joined #zope3-dev21:54
*** harobed has joined #zope3-dev21:54
*** yota has joined #zope3-dev21:54
*** iham|away has joined #zope3-dev21:54
*** ARiKA has joined #zope3-dev21:54
*** BjornT has joined #zope3-dev21:54
*** andres has joined #zope3-dev21:54
*** kiorky has joined #zope3-dev21:54
*** SteveA has joined #zope3-dev21:54
*** Fubar^ has joined #zope3-dev21:54
*** chaoflow has joined #zope3-dev21:54
*** kobold has joined #zope3-dev21:54
*** Vq^ has joined #zope3-dev21:54
*** exarkun has joined #zope3-dev21:54
*** tarek has quit IRC22:00
*** dunny has joined #zope3-dev22:02
*** __mac__ has quit IRC22:07
*** pelle_ has quit IRC22:10
*** hazmat has joined #zope3-dev22:21
*** ChanServ sets mode: +o hazmat22:21
*** davisagli has joined #zope3-dev22:29
*** tarek has joined #zope3-dev22:35
*** __mac__ has joined #zope3-dev22:39
*** sunew has quit IRC22:39
*** J1m has joined #zope3-dev22:41
*** tarek has quit IRC22:43
*** aaronv has joined #zope3-dev22:44
*** jpcw has joined #zope3-dev22:58
*** jpcw has quit IRC22:59
*** tarek has joined #zope3-dev23:08
*** J1m has quit IRC23:11
*** tarek has quit IRC23:22
*** tarek has joined #zope3-dev23:36
*** greenman has joined #zope3-dev23:42
*** tarek_ has joined #zope3-dev23:55
*** tarek has quit IRC23:56

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