Try again? I just updated the changeset one more time. I keep forgetting to compile all after debugging. Sorry.
On 2011-02-09, at 13:10, Henry Minsky wrote: > I am getting this in swf10 build now > > lzl: > [echo] Compiling > /Users/hqm/openlaszlo/trunk3/lps/includes/lfc/LFC10-debug.swc > [java] Exception compiling scriptfile: org.openlaszlo.sc.CompilerError: > debugger/LzBacktrace.lzs: 251: Error: Call to a possibly undefined method > _dbg_name through a reference with static type __LzStackFrame, in line: > msg_$7.append(frame_$5._dbg_name(Math.min(24, this.__calleeWidth))); > [java] org.openlaszlo.sc.CompilerException: > org.openlaszlo.sc.CompilerError: debugger/LzBacktrace.lzs: 251: Error: Call > to a possibly undefined method _dbg_name through a reference with static > type __LzStackFrame, in line: msg_$7.append(frame_$5._dbg_name(Math.min(24, > this.__calleeWidth))); > [java] at org.openlaszlo.sc.Compiler.compile(Compiler.java:418) > [java] at org.openlaszlo.sc.lzsc.compile(lzsc.java:118) > [java] at org.openlaszlo.sc.lzsc.compile(lzsc.java:357) > [java] at org.openlaszlo.sc.Main.main(Main.java:22) > [java] Compilation aborted. > [java] compiler output is Loading configuration file > /Users/hqm/openlaszlo/trunk3/WEB-INF/frameworks/flex-config.xml > [java] > > > > On Wed, Feb 9, 2011 at 12:56 PM, P T Withington <[email protected]> wrote: > >> [Fixed brain-oh that was causing compiler errors for Henry.] >> >> Change ptw-20110208-2VT by [email protected] on 2011-02-08 16:25:16 EST >> in /Users/ptw/OpenLaszlo/trunk-3 >> for http://svn.openlaszlo.org/openlaszlo/trunk >> >> Summary: Improve _dbg_properties, etc. >> >> Bugs Fixed: LPP-9741 Clean up _dbg_properties/_dbg_description >> >> Technical Reviewer: [email protected] (pending) >> QA Reviewer: [email protected] (pending) >> >> Details: >> LzMessage: Distinguish between appending one message to another, >> and calling format-%w on a message. In the latter case, the >> message wants to have a representation and backing object, for >> debugging debugging. >> >> LzMessage, LzBacktrace: Use fictional slot names for description, >> so they don't collide with inspecting internal slots. >> >> LzDebug: describeSlots needs to accept indent and padding. >> computeSlotDescription has to trust _dbg_description. >> >> LzBacktrace: Stack description use describeSlots to get frame >> slots. >> >> Tests: >> IWFM >> >> Files: >> M WEB-INF/lps/lfc/debugger/LzMessage.lzs >> M WEB-INF/lps/lfc/debugger/LzDebug.lzs >> M WEB-INF/lps/lfc/debugger/LzBacktrace.lzs >> >> >> Changeset: >> http://svn.openlaszlo.org/openlaszlo/patches/ptw-20110208-2VT.tar >> > > > > -- > Henry Minsky > Software Architect > [email protected]
