[Swift-devel] [Bug 174] Type string is not defined
    bugzilla-daemon at mcs.anl.gov 
    bugzilla-daemon at mcs.anl.gov
       
    Thu Jun 25 08:30:15 CDT 2009
    
    
  
https://bugzilla.mcs.anl.gov/swift/show_bug.cgi?id=174
--- Comment #1 from Ben Clifford <benc at hawaga.org.uk>  2009-06-25 08:30:15 ---
at r2981, a different error message (worse) is produced:
$ cat b.swift
string labels[];
trace(labels[0].label);
$ swift -debug b.swift 
Max heap: 266403840
b.swift: source file is new. Recompiling.
Validation of XML intermediate file was successful
Detailed exception:
org.griphyn.vdl.karajan.CompilationException: Failed to convert .xml to .kml
for b.swift
    at org.griphyn.vdl.karajan.Loader.compile(Loader.java:283)
    at org.griphyn.vdl.karajan.Loader.main(Loader.java:129)
Caused by: java.lang.NullPointerException
    at org.griphyn.vdl.engine.Karajan.expressionToKarajan(Karajan.java:1076)
    at org.griphyn.vdl.engine.Karajan.actualParameter(Karajan.java:779)
    at org.griphyn.vdl.engine.Karajan.call(Karajan.java:497)
    at org.griphyn.vdl.engine.Karajan.statement(Karajan.java:421)
    at org.griphyn.vdl.engine.Karajan.statements(Karajan.java:389)
    at org.griphyn.vdl.engine.Karajan.program(Karajan.java:192)
    at org.griphyn.vdl.engine.Karajan.compile(Karajan.java:96)
    at org.griphyn.vdl.karajan.Loader.compile(Loader.java:264)
    ... 1 more
Could not start execution.
    Failed to convert .xml to .kml for b.swift
-- 
Configure bugmail: https://bugzilla.mcs.anl.gov/swift/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
    
    
More information about the Swift-devel
mailing list