[Swift-devel] [Bug 121] New: declarations with procedure calls do not allow declarations of arrays.

bugzilla-daemon at mcs.anl.gov bugzilla-daemon at mcs.anl.gov
Sat Dec 15 09:58:04 CST 2007


http://bugzilla.mcs.anl.gov/swift/show_bug.cgi?id=121

           Summary: declarations with procedure calls do not allow
                    declarations of arrays.
           Product: Swift
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: SwiftScript language
        AssignedTo: benc at hawaga.org.uk
        ReportedBy: benc at hawaga.org.uk
                CC: swift-devel at ci.uchicago.edu


In r1516, this is not permitted

  file g[] = p(x);

but this is:

  file g[];  g=p(x);

They should both be permitted and should both mean the same thing.


-- 
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