-
Notifications
You must be signed in to change notification settings - Fork 421
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add optional fileWriter parameters to ChapelIO.write*
Added overloads or optional parameters to each of the ChapelIO.write* procs to allow them to be called with a fileWriter other than stdout. This allows user code to call e.g. writeln(IO.stderr, ...) to write to stderr without exception handling code. Signed-off-by: Josh Milthorpe <josh.milthorpe@gmail.com>
- Loading branch information
Showing
1 changed file
with
25 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters