RFR: 8331535: Incorrect prompt for Console.readLine [v2]
Naoto Sato
naoto at openjdk.org
Mon May 6 17:02:57 UTC 2024
On Mon, 6 May 2024 16:05:58 GMT, Jan Lahoda <jlahoda at openjdk.org> wrote:
>>> We have a test that checks if `System.console()` returns the correct Console (or null) from the expected module (`test/jdk/java/io/Console/ModuleSelectionTest.java`)
>>>
>>
>> Good; then here we should indeed specify `-Djdk.console=jdk.internal.le`. Initially, I suggested an alternative wording (i.e. "default"), but that's inappropriate. After all, the test in question resides in `test/jdk/jdk/internal/jline`. So it only makes sense that it tests that concrete implementation.
>>
>>> Yeah, that would be helpful.
>>>
>>
>> I filed a bug: https://bugs.openjdk.org/browse/JDK-8331681
>
> Thanks. I've added `-Djdk.console=jdk.internal.le`, and also added a test for the `java.base`'s console: `test/jdk/java/io/Console/ConsolePromptTest.java`. I can easily remove the latter if this is not a reasonable form. Or I can fix it as needed. Please let me know.
>
> Thanks.
For the latter, since you are already at it, I just reassigned the bug to you 🙂
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/19081#discussion_r1591302360
More information about the core-libs-dev
mailing list