
| Key: |
LPP-4665
|
| Type: |
Bug
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
P0
|
| Assignee: |
Unassigned
|
| Reporter: |
Elliot Winard
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
| Severity: |
Critical
|
| Fixed in Change#: |
6,385
|
| Runtime: |
N/A
|
| Fix in hand: |
False
|
|
STEPS:
1. compile a binary lib
2. look at the output
EXPECTED:
compilation succeeds.
RESULTS: compilation fails
$ lzc --mcache on --runtime=swf8 -c library.lzx
Compiling: library.lzx to library.gz
No prec for ASTSuperCallExpression in super.$styles()
org.openlaszlo.sc.CompilerException
at org.openlaszlo.sc.Compiler$ParseTreePrinter.maybeAddParens(Compiler.java:1294)
at org.openlaszlo.sc.Compiler$ParseTreePrinter.visitAndOrExpressionSequence(Compiler.java:1305)
at org.openlaszlo.sc.Compiler$ParseTreePrinter.visit(Compiler.java:989)
at org.openlaszlo.sc.Compiler$ParseTreePrinter.visit(Compiler.java:864)
at org.openlaszlo.sc.Compiler$ParseTreePrinter.visit(Compiler.java:864)
at org.openlaszlo.sc.Compiler$ParseTreePrinter.visit(Compiler.java:864)
at org.openlaszlo.sc.Compiler$ParseTreePrinter.visit(Compiler.java:864)
at org.openlaszlo.sc.Compiler$ParseTreePrinter.visit(Compiler.java:864)
at org.openlaszlo.sc.Compiler$ParseTreePrinter.visit(Compiler.java:864)
at org.openlaszlo.sc.Compiler$ParseTreePrinter.visit(Compiler.java:864)
at org.openlaszlo.sc.Compiler$ParseTreePrinter.visit(Compiler.java:864)
at org.openlaszlo.sc.Compiler$ParseTreePrinter.visit(Compiler.java:864)
at org.openlaszlo.sc.Compiler$ParseTreePrinter.visit(Compiler.java:864)
at org.openlaszlo.sc.Compiler$ParseTreePrinter.visit(Compiler.java:864)
at org.openlaszlo.sc.Compiler$ParseTreePrinter.visit(Compiler.java:864)
at org.openlaszlo.sc.Compiler$ParseTreePrinter.visit(Compiler.java:864)
at org.openlaszlo.sc.Compiler$ParseTreePrinter.visit(Compiler.java:864)
at org.openlaszlo.sc.Compiler$ParseTreePrinter.visit(Compiler.java:864)
at org.openlaszlo.sc.Compiler$ParseTreePrinter.print(Compiler.java:820)
at org.openlaszlo.compiler.LibraryWriter.exportScript(LibraryWriter.java:146)
at org.openlaszlo.compiler.LibraryWriter.close(LibraryWriter.java:209)
at org.openlaszlo.compiler.Compiler.compile(Compiler.java:448)
at org.openlaszlo.compiler.Compiler.compile(Compiler.java:173)
at org.openlaszlo.compiler.Main.compile(Main.java:257)
at org.openlaszlo.compiler.Main.lzc(Main.java:222)
at org.openlaszlo.compiler.Main.main(Main.java:80)
|
|
Description
|
STEPS:
1. compile a binary lib
2. look at the output
EXPECTED:
compilation succeeds.
RESULTS: compilation fails
$ lzc --mcache on --runtime=swf8 -c library.lzx
Compiling: library.lzx to library.gz
No prec for ASTSuperCallExpression in super.$styles()
org.openlaszlo.sc.CompilerException
at org.openlaszlo.sc.Compiler$ParseTreePrinter.maybeAddParens(Compiler.java:1294)
at org.openlaszlo.sc.Compiler$ParseTreePrinter.visitAndOrExpressionSequence(Compiler.java:1305)
at org.openlaszlo.sc.Compiler$ParseTreePrinter.visit(Compiler.java:989)
at org.openlaszlo.sc.Compiler$ParseTreePrinter.visit(Compiler.java:864)
at org.openlaszlo.sc.Compiler$ParseTreePrinter.visit(Compiler.java:864)
at org.openlaszlo.sc.Compiler$ParseTreePrinter.visit(Compiler.java:864)
at org.openlaszlo.sc.Compiler$ParseTreePrinter.visit(Compiler.java:864)
at org.openlaszlo.sc.Compiler$ParseTreePrinter.visit(Compiler.java:864)
at org.openlaszlo.sc.Compiler$ParseTreePrinter.visit(Compiler.java:864)
at org.openlaszlo.sc.Compiler$ParseTreePrinter.visit(Compiler.java:864)
at org.openlaszlo.sc.Compiler$ParseTreePrinter.visit(Compiler.java:864)
at org.openlaszlo.sc.Compiler$ParseTreePrinter.visit(Compiler.java:864)
at org.openlaszlo.sc.Compiler$ParseTreePrinter.visit(Compiler.java:864)
at org.openlaszlo.sc.Compiler$ParseTreePrinter.visit(Compiler.java:864)
at org.openlaszlo.sc.Compiler$ParseTreePrinter.visit(Compiler.java:864)
at org.openlaszlo.sc.Compiler$ParseTreePrinter.visit(Compiler.java:864)
at org.openlaszlo.sc.Compiler$ParseTreePrinter.visit(Compiler.java:864)
at org.openlaszlo.sc.Compiler$ParseTreePrinter.visit(Compiler.java:864)
at org.openlaszlo.sc.Compiler$ParseTreePrinter.print(Compiler.java:820)
at org.openlaszlo.compiler.LibraryWriter.exportScript(LibraryWriter.java:146)
at org.openlaszlo.compiler.LibraryWriter.close(LibraryWriter.java:209)
at org.openlaszlo.compiler.Compiler.compile(Compiler.java:448)
at org.openlaszlo.compiler.Compiler.compile(Compiler.java:173)
at org.openlaszlo.compiler.Main.compile(Main.java:257)
at org.openlaszlo.compiler.Main.lzc(Main.java:222)
at org.openlaszlo.compiler.Main.main(Main.java:80)
|
Show » |
|