[Swift-devel] [Bug 40] source location indication in execution-time error messages
bugzilla-daemon at mcs.anl.gov
bugzilla-daemon at mcs.anl.gov
Thu Oct 7 17:47:55 CDT 2010
https://bugzilla.mcs.anl.gov/swift/show_bug.cgi?id=40
skenny <skenny at uchicago.edu> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |skenny at uchicago.edu
--- Comment #3 from skenny <skenny at uchicago.edu> 2010-10-07 17:47:55 ---
in the current swift, i seem to get no error if an index is out of bounds, but
it simply hangs indefinitely:
[skenny at communicado]$ swift t1.swift
Swift svn swift-r3497 cog-r2829 (cog modified locally)
RunID: 20101007-1744-m8yu5923
Progress:
Progress:
Progress:
[skenny at communicado]$ cat t1.swift
type messagefile;
type file;
(messagefile t) echo ( string s1 ) {
app {
echo s1 stdout=@filename(t);
}
}
messagefile outfile <"t1out.txt">;
string mystrings[] = ["blah","blah2","blah3"];
outfile = echo( mystrings[3] );
--
Configure bugmail: https://bugzilla.mcs.anl.gov/swift/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching the reporter.
More information about the Swift-devel
mailing list