Hang on, after I did a more careful clean rebuild (stop tomcat first, then
clean build, then restart and redploy)
I am seeing this runtime error from swf10

http://localhost:8080/trunk6/test/lfc/data/alldata.lzx?lzr=swf10&close_when_finished=true

TypeError: Error #1034: Type Coercion failed: cannot convert
obj...@290ce971to Array.
at LzNode/__LZresolveReferences()
at LzNode/__LZcallInit()
at LzCanvas/__LZcallInit()
at LzCanvas/__LZinstantiationDone()
at LzInstantiatorService/makeSomeViews()
at LzInstantiatorService/checkQ()
at Function/http://adobe.com/AS3/2006/builtin::call()
at LzEvent/sendEvent()
at LzIdleKernel$/__update()


On Fri, Jan 22, 2010 at 4:55 PM, Henry Minsky <[email protected]>wrote:

> approved!
>
>
> On Wed, Jan 20, 2010 at 1:01 AM, Max Carlson <[email protected]> wrote:
>
>> Change 20100113-maxcarlson-h by maxcarl...@bank on 2010-01-13 11:05:24
>> PST
>>    in /Users/maxcarlson/openlaszlo/trunk-clean
>>    for http://svn.openlaszlo.org/openlaszlo/trunk
>>
>> Summary: UPDATED ONCE AGAIN: Optimize LzNode
>>
>> Bugs Fixed: LPP-8716 - Improved LzNode startup time
>>
>> Technical Reviewer: ptw
>> QA Reviewer: hminsky
>>
>> Details: Per Andre's comments, use -1 as a sentinel value for fake setters
>> - eliminate all references to __LZdelayedSetters.  Per Tucker's comments,
>> add __LZresolveOtherReferences() method to do layout setting in the right
>> place - after init, contraints, but _before_ delegates.  Pass
>> __LZresolveDict arg to __LZresolveOtherReferences(), as it's nulled out
>> above.
>>
>> LzNode - Check for presence of __LZresolveDict before installing computed
>> initializations (could save a function call).  Explicitly test for read-only
>> setters in __LZapplyArgs() (testing '!= -1' should be faster than 'is
>> Function').  In __LZresolveReferences(), install layouts explicitly and
>> comment out generalized loop, formerly used for backward compatibility
>> (should be much faster).
>>
>> Tests: All apps run as before, including smoketest.
>>
>> Files:
>> M       WEB-INF/lps/lfc/core/LzNode.lzs
>> M       WEB-INF/lps/lfc/views/LaszloView.lzs
>> M       WEB-INF/lps/lfc/views/LaszloCanvas.lzs
>>
>> Changeset:
>> http://svn.openlaszlo.org/openlaszlo/patches/20100113-maxcarlson-h.tar
>>
>
>
>
> --
> Henry Minsky
> Software Architect
> [email protected]
>
>
>


-- 
Henry Minsky
Software Architect
[email protected]
_______________________________________________
Laszlo-reviews mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-reviews

Reply via email to