When using standard input to feed commands like cat , csv2json , source etc, if I hit CTRL + D the shell prompt is shown, but then if I use Up/Down Arrow keys to retrieve commands from history, the prompt is lost and looks like I am still feeding the previous command via the standard input stream. This could cause confusion to users.
If I end feeding using CTRL + C then this issue doesn't occur.
I think this is related to the changes made for #7015 as it doesn't reproduce with the beta-51 build.
I've tested it with ADS 12.0.0-rc-1. Steps to reproduce:
$ cat <-- hit CTRL + D $ <-- prompt displayed as expected, use Up Arrow Key to retrieve command from history <-- prompt gets lost
Issue #7653 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build trunk/29440 |
No time estimate |
Fixed. Yes, all of prompt related problems have something to do with #7015.