[Swift-devel] swift error handling problem
Michael Wilde
wilde at mcs.anl.gov
Thu Jan 29 07:59:01 CST 2009
0.8rc1 by the way.
On 1/29/09 7:58 AM, Michael Wilde wrote:
> 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?
> _______________________________________________
> Swift-devel mailing list
> Swift-devel at ci.uchicago.edu
> http://mail.ci.uchicago.edu/mailman/listinfo/swift-devel
More information about the Swift-devel
mailing list