[Swift-devel] [Bug 83] nested loops hung
    bugzilla-daemon at mcs.anl.gov 
    bugzilla-daemon at mcs.anl.gov
       
    Fri Jul 13 16:32:16 CDT 2007
    
    
  
http://bugzilla.mcs.anl.gov/swift/show_bug.cgi?id=83
------- Comment #6 from nefedova at mcs.anl.gov  2007-07-13 16:32 -------
    this is a snippet from my code:
    file fls[]<filesys_mapper;pattern="*prt_",location=".">;  
    print(fls);
    foreach file in files {
    command;
    foreach prt_file in fls
    {
    <>
    }
    }
 and it still hangs inside the second loop, while the stuff in the first
loop("command;)that comes before the second loop works.
-- 
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