[Laszlo-dev] any more fixes for inclusion in 4.0.3?
Benjamin Shine
ben at laszlosystems.com
Tue Jul 3 16:48:06 PDT 2007
Are there any more fixes people would like integrated into 4.0.3?
Here are the changes that are currently available -- that is, they've
been checked in since we created 4.0.3, and haven't yet been merged.
------------------------------------------------------------------------
r5564 | max | 2007-06-29 17:56:01 -0700 (Fri, 29 Jun 2007) | 24 lines
Changed paths:
M /openlaszlo/branches/legals/WEB-INF/lps/lfc/core/LzDefs.lzs
Change 20070629-maxcarlson-d by maxcarlson at plastik on 2007-06-29
15:40:22 PDT
in /Users/maxcarlson/openlaszlo/legals-clean
for http://svn.openlaszlo.org/openlaszlo/branches/legals
Summary: Make LzDeclaredEvent's interface match LzEvent's
New Features:
Bugs Fixed: LPP-4159 - LzDeclaredEvent should have the same signature
as LzEvent *or* unbound event should just be LzEvent, not
LzDeclaredEvent
Technical Reviewer: promanik
QA Reviewer: jcrowley
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details: Added dummy methods to prevent the issue outlined in the bug.
Tests: See LPP-4159
------------------------------------------------------------------------
r5567 | ben | 2007-07-01 19:49:41 -0700 (Sun, 01 Jul 2007) | 31 lines
Changed paths:
M /openlaszlo/branches/legals/test/smoke/data.lzl
M /openlaszlo/branches/legals/test/smoke/lzunit-test.lzl
M /openlaszlo/branches/legals/test/smoke/simple.lzx
M /openlaszlo/branches/legals/test/smoke/smokecheck.lzx
Change 20070628-ben-n by ben at cooper.local on 2007-06-28 16:08:38 PDT
in /Users/ben/src/svn/openlaszlo/branches/legals
for http://svn.openlaszlo.org/openlaszlo/branches/legals
Summary: Explain expected errors in smokecheck debug output
New Features:
Bugs Fixed: LPP-4184 test/smoke/smokecheck.lzx reports success, but
log contains errors
Technical Reviewer: ptw
QA Reviewer: mkratt (pending)
Doc Reviewer: (pending)
Documentation:
The expected errors in the smokecheck used to just print red ERROR
output.
This changeset adds informative output for each expected error.
Make IntentionalFailures match IntentionalErrors and add some
more explanation as to why some 'expected' errors don't show up
The smokecheck currently passes in both swf8 and dhtml.
Release Notes:
Details:
Tests:
http://localhost:8080/legals/test/smoke/smokecheck.lzx?
lzr=swf8&debug=true (passes)
http://localhost:8080/legals/test/smoke/smokecheck.lzx?
lzr=dhtml&debug=true (fails)
------------------------------------------------------------------------
r5568 | ben | 2007-07-01 20:03:04 -0700 (Sun, 01 Jul 2007) | 48 lines
Changed paths:
M /openlaszlo/branches/legals/WEB-INF/lps/lfc/kernel/dhtml/
LzSprite.js
M /openlaszlo/branches/legals/WEB-INF/lps/lfc/kernel/swf/LzSprite.as
M /openlaszlo/branches/legals/WEB-INF/lps/lfc/kernel/swf/
LzTextSprite.as
M /openlaszlo/branches/legals/WEB-INF/lps/lfc/views/LzText.lzs
M /openlaszlo/branches/legals/WEB-INF/lps/schema/lzx.rnc
M /openlaszlo/branches/legals/test/lztest/lztest-textstyle.lzx
M /openlaszlo/branches/legals/test/text/renderingcomparison.lzx
Change 20070701-ben-d by ben at cooper.local on 2007-07-01 20:01:49 PDT
in /Users/ben/src/svn/openlaszlo/branches/legals2
for http://svn.openlaszlo.org/openlaszlo/branches/legals
Summary: [UPDATED] Improve text rendering in swf8, add api for text
rendering hints
New Features: new api on LzText to control swf8 rendering parameters
*** definitely DO NOT integrate this to 4.0.3.
------------------------------------------------------------------------
r5579 | ptw | 2007-07-02 11:05:55 -0700 (Mon, 02 Jul 2007) | 31 lines
Changed paths:
M /openlaszlo/branches/legals/WEB-INF/lps/lfc/debugger/platform/
dhtml/LzDebug.js
?\239?\187?\191Change 20070702-ptw-D by ptw at dueling-banjos.local on
2007-07-02 09:05:57 EDT
in /Users/ptw/OpenLaszlo/legals
for http://svn.openlaszlo.org/openlaszlo/branches/legals
Summary: Preserve Debug.printLength when overriding
Bugs Fixed:
LPP-4234 'DHTML Debug.inspect clobbers printLength'
Technical Reviewer: ben (Message-Id: <44EFD1FD-A62F-4D7C-91E3-
EEC5E41B4007 at laszlosystems.com>)
QA Reviewer: frisco (pending)
Details:
Guard with a try/catch. Also, move length computation out of
object test so length will be displayed for strings.
Tests:
ant lztest, smokecheck
lzx> Debug.printLength = 24
24
lzx> "A long string that will be abbreviated"
?\194?\171string(38)| 'A l...?\194?\187
lzx> Debug.inspect('A long string that will be abbreviated')
'A long string that will be abbreviated'
?\194?\171string(38)| 'A l...?\194?\187
lzx> Debug.printLength
24
lzx>
------------------------------------------------------------------------
r5580 | ptw | 2007-07-02 13:54:47 -0700 (Mon, 02 Jul 2007) | 13 lines
Changed paths:
M /openlaszlo/branches/legals/WEB-INF/lps/server/src/org/
openlaszlo/compiler/CanvasCompiler.java
Change 20070702-ptw-1 by ptw at dueling-banjos.local on 2007-07-02
16:48:26 EDT
in /Users/ptw/OpenLaszlo/legals
for http://svn.openlaszlo.org/openlaszlo/branches/legals
Summary: Remove debugging printf
Details:
Stray debug print left in source
Tests:
ant lztest
Benjamin Shine
Software Engineer, Open Laszlo / Laszlo Systems
ben at laszlosystems.com
More information about the Laszlo-dev
mailing list