Just a quick heads up after my first commit on that issue. The "cheap" idea discussed above works okay, no bad surprise: the initialization phase (now called "collection") is ran implicitly after any code execution, which mimicks the old behavior fine but allows dynamic creations as well.
Only one remark. If collection was only done explicitly, the user would control very well what's going on. But with implicit collections after all code executions (file loading, but also various event handlers, string/float getters, etc) there is very little control on when output collection happens. Perhaps in the future we'll restrict implicit collection to after script loading? To be continued, anyway... ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Savonet-devl mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-devl
