Hi Judson, On 10 June 2013 21:12, Judson Weissert <[email protected]> wrote: > One of the major behavior changes is that once ERROR_IN_WRITING_FILE is > encountered, no more attempts are made to write the file.
This breaks the Chain-Of-Responsibility design pattern used by the plugins, it's up to plugins whether or not that can handle a particular file or not, it's not the position of the Registry to not call plugins in case of another plugins failure, it's up to the plugins themselves. I am not about to merge changes that breaks this long standing mechanism. If you want to override the Registry to change this mechanism then I'm open to making the appropriate methods virtual if they aren't already. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

