[14:15]<simono> trying to get rid of extends/mixins in favor of composition. i have a hard time with this, since helma doesn't execute constructors if hop-object loaded from db. any thoughts? http://helma.pastebin.com/m225760ed [14:27]<hannesw> simono: don't understand what you're trying to do here (but i didn't try very hard) [14:27]<hannesw> anyway, i just merged the lazy collections branch [14:28]<hannesw> this is the biggest improvement to helma orm since we started supporting relational databases [14:28]<hannesw> so please test! [14:31]* simono 's updating [14:32]<simono> i want to do mixins without poluting the prototype - so i attach the publish-functions to a story-property not the story itself, but want the publish-functions to be executed in the story-context [14:33]<simono> hannesw, helma1: should we pull from git or svn? svn isnt updated? [14:34]<hannesw> oh! my fault. didn't commit the merge :-) [14:34]<hannesw> helma 1 is svn only. [14:34]<simono> lol :) [14:37]<simono> mh, is there no "onConstruct" or smth like that for hop-objects? something i can execute right after / before the object get initialized? :| [14:39]<hannesw> i think there is a onInit()? not sure [14:39]<hannesw> still have to review changes, may take some more, sorry [14:47]<hannesw> ok, committed: http://dev.helma.org/trac/helma/changeset/9626 [14:51]<simono> onInit!! of course [14:52]<hannesw> :-) [14:55]<simono> helma1 head doesn't run unittest, the backend/frontend of vientam look good. maybe ORM changes don't play well with h2 [15:03]<simono> well, thx anyways .. big changes :) i like it. [15:04]<simono> seems to trip @ switchToDatabase() (that's line 30 in initDatabase.include .. see stacktrace) .. http://helma.pastebin.com/m5aa45030 . won't help you much... i'll investigate on monday. ttyl