[Swift-devel] [Bug 83] nested loops hung
bugzilla-daemon at mcs.anl.gov
bugzilla-daemon at mcs.anl.gov
Fri Jul 13 14:46:59 CDT 2007
http://bugzilla.mcs.anl.gov/swift/show_bug.cgi?id=83
------- Comment #1 from benc at hawaga.org.uk 2007-07-13 14:46 -------
The supplied program isn't something that can be fed into swift - its missing
definitions for all of the variables. I tried the below and it does not hang in
r912. Please can you supply a small test program that is a complete valid swift
program and hangs.
type file;
file files[] <fixed_array_mapper;files="a b">;
file sfiles[] <fixed_array_mapper;files="a b">;
foreach f in files{
print(f);
foreach s in sfiles{
print(s);
} # close foreach s
} # close foreach f
--
Configure bugmail: http://bugzilla.mcs.anl.gov/swift/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the Swift-devel
mailing list