[Swift-devel] [Bug 141] New: stdin, stdout,	stderrs should be able to take mapped files
    bugzilla-daemon at mcs.anl.gov 
    bugzilla-daemon at mcs.anl.gov
       
    Thu May 15 16:16:27 CDT 2008
    
    
  
http://bugzilla.mcs.anl.gov/swift/show_bug.cgi?id=141
           Summary: stdin, stdout, stderrs should be able to take mapped
                    files
           Product: Swift
           Version: unspecified
          Platform: All
        OS/Version: Mac OS
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: SwiftScript language
        AssignedTo: benc at hawaga.org.uk
        ReportedBy: benc at hawaga.org.uk
App blocks take filenames like this:
stdin=@filename(f)
but in practice those filenames always seem to come from return parameters; so
it would be nice to be able to specify:
stdin=f
with filename extraction happening automatically.
Because string and mapped types tend to be non-overlapping, this can be
implemented in a backwards compatible fashion.
-- 
Configure bugmail: http://bugzilla.mcs.anl.gov/swift/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.
You are the assignee for the bug, or are watching the assignee.
    
    
More information about the Swift-devel
mailing list