RFR: Revert 33 revert 32 stdin
Leonid Kuskov
lkuskov at openjdk.org
Tue Aug 23 22:47:44 UTC 2022
On Tue, 23 Aug 2022 22:38:29 GMT, Leonid Kuskov <lkuskov at openjdk.org> wrote:
> After merging and testing I've found the following issue that I've missed before.
> If I call jasm -version I will stuck with
>>asm -version
> Java Assembler Tools, version 8.0 ea 02 (August 23, 2022).
>
> I.e. there is no sign that the tool is waiting for stdin.
>
> From my point of view there is the good vim solution:
> Usage: vim [arguments] [file ..] edit specified file(s)
> or: vim [arguments] - read text from stdin
Also this problem will arise each time any flag without file is used.
-------------
PR: https://git.openjdk.org/asmtools/pull/34
More information about the asmtools-dev
mailing list