[Swift-devel] nightly built 070426

Ben Clifford benc at hawaga.org.uk
Sat Apr 28 03:39:03 CDT 2007



On Fri, 27 Apr 2007, Veronika  V. Nefedova wrote:

> Thats my dtm MolDyn.dtm file (it in ~nefedova/public_html on CI system)...

did you do something weird to that file to copy it to public_html? it 
seems to be wrapped at 90 columns in the middle of tokens, at least when I 
look at it.


The line:

( am1_file_m001) = Pre_antchmbr (@files);

should probably be 

( am1_file_m001) = Pre_antchmbr (files);

without the @

files is an array of type file[], and that is what Pre_antchmbr wants as a 
parameter.

I suspect it was only working for you because bug 49 exists.

Our rigourous compile time type checking will one day detect this sort of 
thing!

-- 



More information about the Swift-devel mailing list