[Swift-devel] truncated name in typecheck error message

Michael Wilde wilde at mcs.anl.gov
Tue Feb 24 18:32:59 CST 2009


This script:

int out[]; 

out[0][1]=123; 

 

produces:

Could not start execution. 

         Compile error in assigment at line 4: You cannot assign value 
of type int to a variable of type i

--

The typename is truncated at the end of the message. Eg, I think "file" 
prints as "fi".



More information about the Swift-devel mailing list