[Swift-devel] swift error handling problem

Michael Wilde wilde at mcs.anl.gov
Thu Jan 29 07:58:21 CST 2009


A minor problem in swift error handling:

com$ cat c2.swift
int i=@missing(@arg("niter"));  // fails

int i=@toint(@arg("niter"));    // works

com$ swift c2.swift -niter=10
Could not start execution.
         Failed to convert .xml to .kml for c2.swift
com$

--

invoking a missing @ function in the expression above seems to make the 
parser fail.

Should I file as a bug?



More information about the Swift-devel mailing list