Andrew Kelley
b0d2ebe529
remove std.io.readLine
...
This was deceptive. It was always meant to be sort of a "GNU readline"
sort of thing where it provides a Command Line Interface to input text.
However that functionality did not exist and it was basically a red
herring for people trying to read line-delimited input from a stream.
In this commit the API is deleted, so that people can find the proper
API more easily.
A CLI text input abstraction would be useful but may not even need to be
in the standard library. As you can see in this commit, the guess_number
CLI game gets by just fine by using `std.fs.File.read`.
2020-02-20 15:30:00 -05:00
..
2020-02-08 16:22:53 -05:00
2020-02-03 15:07:34 -05:00
2020-02-14 18:57:57 -05:00
2020-02-06 00:21:26 +11:00
2020-01-29 17:38:42 -06:00
2020-02-16 17:10:43 -05:00
2020-01-21 21:46:06 -05:00
2020-02-16 13:25:30 -05:00
2020-02-01 11:32:53 +01:00
2020-01-30 00:27:44 -06:00
2020-02-12 17:17:56 -06:00
2020-02-18 16:47:03 -05:00
2020-02-14 19:15:09 +11:00
2020-02-14 19:15:09 +11:00
2020-02-14 09:35:38 -05:00
2020-02-14 19:15:09 +11:00
2020-02-17 17:22:32 -05:00
2019-11-08 15:57:24 -05:00
2020-02-11 15:24:18 +01:00
2020-02-11 17:03:11 +01:00
2020-01-30 01:12:21 -06:00
2019-09-25 23:35:41 -04:00
2020-01-06 15:34:50 -05:00
2019-11-21 20:43:41 -05:00
2020-02-19 01:24:34 -05:00
2020-02-19 11:33:35 -05:00
2020-02-12 17:17:56 -06:00
2019-09-25 23:35:41 -04:00
2019-09-25 23:35:41 -04:00
2019-11-27 03:37:50 -05:00
2020-01-29 22:22:01 -06:00
2020-01-29 22:22:01 -06:00
2020-01-29 22:22:00 -06:00
2020-02-19 01:24:34 -05:00
2020-02-06 18:05:50 -05:00
2020-02-16 13:25:30 -05:00
2020-02-17 00:58:30 -05:00
2019-11-29 21:55:27 -05:00
2020-02-01 23:03:23 -05:00
2020-02-12 17:17:56 -06:00
2020-02-10 00:22:59 -05:00
2019-09-25 23:35:41 -04:00
2020-02-05 18:10:26 -05:00
2020-02-03 15:07:34 -05:00
2020-02-16 13:25:30 -05:00
2020-01-29 22:22:00 -06:00
2020-02-13 16:13:53 -05:00
2020-02-20 12:39:46 -05:00
2020-01-29 22:22:01 -06:00
2019-10-11 18:13:24 -04:00
2020-02-13 16:19:34 -05:00
2019-09-25 23:35:41 -04:00
2020-02-20 15:30:00 -05:00
2020-02-16 19:53:53 +01:00
2019-11-12 17:55:54 +02:00
2020-02-06 18:05:50 -05:00
2019-09-25 23:35:41 -04:00
2020-01-14 13:06:46 -05:00
2020-02-16 13:25:30 -05:00
2020-02-18 15:34:13 -05:00
2020-01-31 22:33:17 +11:00
2020-02-08 01:38:01 -05:00
2020-02-17 15:23:59 -05:00
2020-01-29 22:22:01 -06:00
2019-12-10 11:09:41 -05:00
2020-01-29 22:22:00 -06:00
2020-02-17 16:03:01 -05:00
2019-12-08 22:53:51 -05:00
2020-02-06 00:16:00 +11:00
2020-01-30 12:05:57 -05:00
2020-01-31 22:33:17 +11:00
2020-01-29 22:22:01 -06:00
2020-02-12 17:17:56 -06:00
2020-01-02 18:53:16 +01:00
2019-12-12 18:33:44 -05:00
2020-02-07 22:52:40 -05:00
2020-01-19 20:54:04 -05:00
2020-02-17 16:03:01 -05:00
2020-02-14 18:59:25 +11:00
2020-01-06 15:34:50 -05:00
2020-02-16 13:25:30 -05:00
2020-02-12 17:17:56 -06:00
2019-12-08 22:53:51 -05:00
2020-02-19 01:24:34 -05:00