Andreas Rumpf
|
06232b7f2e
|
fixes #18058 (#18162)
|
2021-06-03 17:12:45 +02:00 |
|
Timothee Cour
|
3b1aabdcff
|
change --hint[X] => --hint:X in nim repo (avoids shell quoting issues) (#18085)
|
2021-05-26 09:51:48 +02:00 |
|
Timothee Cour
|
87229e272e
|
fix #17853 (ascii message separator broke json nim dump) (#17887)
|
2021-04-29 02:25:08 -07:00 |
|
Andreas Rumpf
|
0b116310bf
|
unit separator (#17730)
* use the ASCII Unit Separator so that error messages can be handled precisely by the tooling
* updated testament
|
2021-04-20 16:30:17 +02:00 |
|
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 |
|