Palmer Cox
9ba6bb5a71
Update io iterators to produce IoResults
...
Most IO related functions return an IoResult so that the caller can handle failure
in whatever way is appropriate. However, the `lines`, `bytes`, and `chars` iterators all
supress errors. This means that code that needs to handle errors can't use any of these
iterators. All three of these iterators were updated to produce IoResults.
Fixes #12368
2014-03-12 22:42:50 -04:00
..
2014-03-12 13:39:47 -07:00
2014-03-01 10:06:20 -08:00
2014-03-04 21:23:36 -05:00
2014-03-12 22:42:50 -04:00
2014-03-08 15:09:00 -05:00
2014-03-12 13:39:47 -07:00
2014-03-11 08:25:42 -07:00
2014-02-28 23:01:54 -08:00
2014-02-27 12:03:57 -08:00
2014-03-04 21:10:23 +01:00
2014-02-28 23:01:54 -08:00
2014-02-28 23:01:54 -08:00
2014-02-23 01:07:53 -08:00
2014-02-23 01:07:53 -08:00
2014-03-08 15:09:00 -05:00
2014-03-08 09:10:12 +01:00
2014-02-23 01:07:53 -08:00
2014-03-08 15:09:00 -05:00
2014-03-07 22:45:22 -05:00
2013-12-27 09:49:11 +01:00
2014-01-03 14:02:00 -08:00
2013-12-27 09:49:11 +01:00
2014-03-08 15:09:00 -05:00
2014-02-28 23:01:54 -08:00
2014-03-08 15:09:00 -05:00
2014-03-06 20:19:14 +09:00
2014-03-12 11:31:05 +11:00
2014-03-12 15:01:25 -07:00
2014-02-23 01:07:53 -08:00
2014-03-01 10:06:20 -08:00
2014-03-07 18:07:25 +11:00
2014-02-23 01:07:53 -08:00
2014-02-23 01:07:53 -08:00
2014-03-04 16:41:48 +02:00
2014-03-08 15:09:00 -05:00
2014-03-12 15:01:25 -07:00
2014-01-09 16:05:34 -08:00
2014-03-08 15:09:00 -05:00
2014-02-28 23:01:54 -08:00
2014-03-04 21:10:23 +01:00
2014-03-08 15:09:00 -05:00
2014-02-07 09:59:19 -08:00
2014-02-23 01:07:53 -08:00
2014-02-23 01:07:53 -08:00
2014-03-08 15:09:00 -05:00
2014-02-14 08:07:46 -08:00
2014-03-12 13:39:47 -07:00
2014-02-16 15:34:02 -08:00
2014-02-23 20:51:56 -08:00
2014-02-28 23:01:54 -08:00
2013-12-08 02:55:28 -05:00
2014-02-13 12:54:01 -08:00
2014-03-12 07:51:49 +01:00
2014-03-08 15:09:00 -05:00