
Hey all,
So I've finally got my work on switching the scripting extensions over to being a call with parameters instead of a parsed string on the command line. At the same time I've made them asynchronous, which has some nice side effects. Basically, this all involved reworking large portions of the scripting code -- which brings the possibility of breaking things. Two areas in specific that I'm worried about:
-- win32. Some of the functions I've used had notes on what does and doesn't work on win32, but the documentation was sparse, and I'm concerned it was incomplete.
-- internationalization. I know we've had problems in the past with this code and different locales of filesystem and UI. I believe I kept all that code in place -- but history means that those with the complex setups should be extra observant when noticing how their SVN builds run.
So other than those concerns, enjoy everyone. I hope this will add a lot of usability to the scripts, especially some discoverability to the parameters.
Have fun, Ted