[Laszlo-dev] regression in trunk, "Unknown init expr" , affects debugger drag and resize state behavior

Henry Minsky henry.minsky at gmail.com
Mon Feb 25 09:22:36 PST 2008


Never mind, a clean build fixed it.

Note to everyone, be sure to do an ant clean if you're doing an svn update
between r8025 and top of tree!



On Mon, Feb 25, 2008 at 12:08 PM, Henry Minsky <henry.minsky at gmail.com>
wrote:

> Somewhere between r8025 and r8097, there was something in trunk that broke
> the debugger dragging behavior
>
> In a small test app, a number of these debug messages print as the app
> inits:
> DEBUG: Unknown init expr: {...}
>
>
> Then if I try to drag the debug window by it's dragger bar on top, it says
>
> DEBUG @debugger/debugger.lzx#668: Unknown init expr: {...}
>
> The backtrace from tht says
>
> «LzDebug#52| DEBUG @debugger/debugger.lzx#668: Unknown init expr: {...}» {
>
> backtrace: __LZapplyArgs <- apply <-
> $lzc$handle_onmousedown$$debugger$2Fdebugger$2...
> file: 'debugger/debugger.lzx'
> line: 668
> message: 'Unknown init expr: {...}'
> }«LzDebug#52| DEBUG @debugger/debugger.lzx#668: Unknown init expr: {...}»
>
> «Backtrace(7)#53| __LZapplyArgs <- apply <-
> $lzc$handle_onmousedown$$debugger$2Fdebugger$2...» {
> length: 7
>   0: LzModeManager.handleMouseButton at lfc/services/platform/swf/LzModeManager.as#26
>   1: LzModeManager.handleMouseEvent @lfc/services/LzModeManager.lzs#171
>   2: mouseevent @lfc/views/LaszloView.lzs#2216
>   3: sendEvent @lfc/events/LaszloEvents.lzs#452
>   4: $lzc$handle_onmousedown$$debugger$2Fdebugger$2Elzx_659_44_$m36
> @debugger/debugger.lzx#668
>   5: apply @lfc/helpers/LzState.lzs#213
>   6: __LZapplyArgs @lfc/core/LzNode.lzs#823
> }«Backtrace(7)#53| __LZapplyArgs <- apply <-
> $lzc$handle_onmousedown$$debugger$2Fdebugger$2...»
> lzx>
>
> badtzmaru:trunk2 hqm$ svn info
> Path: .
> URL: http://svn.openlaszlo.org/openlaszlo/trunk
> Repository Root: http://svn.openlaszlo.org
> Repository UUID: fa20e4f9-1d0a-0410-b5f3-dc9c16b8b17c
> Revision: 8025
> Node Kind: directory
> Schedule: normal
> Last Changed Author: max
> Last Changed Rev: 8023
> Last Changed Date: 2008-02-13 21:11:33 -0500 (Wed, 13 Feb 2008)
>
>
>
> These are the files which changed when I updated:
>
> badtzmaru:trunk2 hqm$ svn up
> A    test/performance/typeof-instance-of.lzx
> U    test/style/constraints/subclassing.lzx
> U    WEB-INF/lps/lfc/kernel/swf/LzInputTextSprite.as
> U    WEB-INF/lps/lfc/kernel/dhtml/LzSprite.js
> U    WEB-INF/lps/lfc/kernel/dhtml/LzTextSprite.js
> U    WEB-INF/lps/lfc/services/LzFocus.lzs
> U    WEB-INF/lps/lfc/core/LzNode.lzs
> U    WEB-INF/lps/lfc/core/UserClass.lzs
> U    WEB-INF/lps/lfc/core/LzDefs.lzs
> U    WEB-INF/lps/lfc/views/LzInputText.lzs
> U    WEB-INF/lps/lfc/views/LzText.lzs
> U    WEB-INF/lps/lfc/views/LaszloView.lzs
> U    WEB-INF/lps/lfc/views/LaszloCanvas.lzs
> U    WEB-INF/lps/lfc/helpers/LzState.lzs
> U    WEB-INF/lps/lfc/data/LzReplicationManager.lzs
> U    WEB-INF/lps/lfc/data/LzHTTPDataProvider.lzs
> U    WEB-INF/lps/lfc/compiler/LzFormatter.lzs
> U    WEB-INF/lps/server/src/org/openlaszlo/css/CSSHandler.java
> A    WEB-INF/lps/server/src/org/openlaszlo/utils/DeploySOLODHTML.java
> U    WEB-INF/lps/server/src/org/openlaszlo/sc/ReferenceCollector.java
> U    WEB-INF/lps/server/src/org/openlaszlo/sc/Function.java
> U    WEB-INF/lps/server/src/org/openlaszlo/data/XMLGrabber.java
> U    WEB-INF/lps/server/src/org/openlaszlo/compiler/NodeModel.java
> U    docs/component-browser/tabsview.lzx
> U    docs/component-browser/listview.lzx
> U    docs/component-browser/common.lzx
> U    docs/component-browser/treeview.lzx
> U    docs/component-browser/formview.lzx
> U    docs/component-browser/scrollbarview.lzx
> U    docs/component-browser/menuview.lzx
> U    docs/component-browser/windowview.lzx
> U    docs/src/deployers/logging.dbk
> U    docs/src/developers/tutorials/drawview-intro.dbk
> U    docs/src/developers/tutorials/programs/drawview-intro-$10.lzx
> U    docs/src/developers/tutorials/programs/drawview-intro-$3.lzx
> U    docs/src/developers/tutorials/programs/drawview-intro-$4.lzx
> U    docs/src/developers/tutorials/programs/drawview-intro-$5.lzx
> U    docs/src/developers/tutorials/programs/drawview-intro-$6.lzx
> U    docs/src/developers/tutorials/programs/drawview-intro-$7.lzx
> U    docs/src/developers/tutorials/programs/drawview-intro-$9.lzx
> U    docs/src/developers/index.dbk
> U    docs/src/developers/programs/constraints-$1.lzx
> U    docs/src/developers/constraints.dbk
> U    lps/components/extensions/drawview.lzx
> U    lps/components/lzunit/lzunit.lzx
> U    laszlo-explorer/explore-nav.lzx
> Updated to revision 8097.
> badtzmaru:trunk2 hqm$
>
>
>
> --
> Henry Minsky
> Software Architect
> hminsky at laszlosystems.com
>
>


-- 
Henry Minsky
Software Architect
hminsky at laszlosystems.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.openlaszlo.org/pipermail/laszlo-dev/attachments/20080225/95499925/attachment.html


More information about the Laszlo-dev mailing list