[Laszlo-dev] For Review: Change 20071218-dda-P Summary: Two fixes to fix compile errors in Instance.js
Donald Anderson
dda at ddanderson.com
Tue Dec 18 05:57:17 PST 2007
Change 20071218-dda-P by dda at freddie.local on 2007-12-18 08:48:52 EST
in /Users/dda/laszlo/src/svn/openlaszlo/branches/devildog
for http://svn.openlaszlo.org/openlaszlo/branches/devildog
Summary: Two fixes to fix compile errors in Instance.js
New Features: none
Bugs Fixed: LPP-5234
Technical Reviewer: ptw (pending)
QA Reviewer: hminsky (pending)
Doc Reviewer: (pending)
Documentation: none
Release Notes: none
Details:
Two fixes are included.
1) For typed variables, ':*' is now allowed, to mean 'untyped'.
For SWF9 we just pass it through.
2) An extra 'public' was produced in the class declaration, since
we blindly added one before.
Rather than assume every class is public, we'll rely on the
author of
the code to indicate the visibility. If none is indicated, none
will
be emitted. For the moment, everything is in the same package so
the default visibility (internal) is sufficient.
Tests:
Using the swf9 Instance.js to compile.
Files:
M WEB-INF/lps/server/src/org/openlaszlo/sc/
SWF9ParseTreePrinter.java
M WEB-INF/lps/server/sc/src/org/openlaszlo/sc/Parser.jjt
M WEB-INF/lps/server/sc/src/org/openlaszlo/sc/parser/
ASTIdentifier.java
Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20071218-dda-
P.tar
--
Don Anderson
Java/C/C++, Berkeley DB, systems consultant
Voice: 617-547-7881
Email: dda at ddanderson.com
WWW: http://www.ddanderson.com
--
Don Anderson
Java/C/C++, Berkeley DB, systems consultant
Voice: 617-547-7881
Email: dda at ddanderson.com
WWW: http://www.ddanderson.com
More information about the Laszlo-dev
mailing list