Files
Nim/lib
c-blake 26d656e73e Add first draft of new osproc.readLines (#15429)
* Add first draft of new osproc.readLines

* Add test for new osproc.readLines

* Rename test to start w/t to run; Also add newline to output

* Suppress hint messages.

* Output should match this time.

* Shoulda picked a program with simpler syntax than ..lol

* Address https://github.com/nim-lang/Nim/pull/15429#issuecomment-701890898
and https://github.com/nim-lang/Nim/pull/15429#issuecomment-701985976 by
factoring `readLines` into `iterator lines` and a wrapper `proc`.

* Address https://github.com/nim-lang/Nim/pull/15429#issuecomment-702127289
and also add a `ReadIOEffect` tag to the iterator (called by the wrapper..
so it should need no separate tag, if I understand correctly).
2020-10-01 18:06:38 +02:00
..
2017-02-20 17:24:19 +02:00
2020-09-16 19:41:14 +02:00
2019-07-14 16:08:15 +02:00
2020-09-16 17:25:24 +01:00
2020-09-22 13:08:36 +02:00
2020-10-01 11:21:27 +02:00
2020-09-09 12:47:22 +02:00
2013-03-16 23:53:07 +01:00
2020-10-01 17:39:48 +02:00