Omission in javadoc Stream.toArray(): Safe array contract stipulation

2023-12-14 Thread Reinier Zwitserloot
ntal difference where none exists (in fact, literally: Apparently its a spec violation if your Stream implementation return a non-safe array from toArray!) --Reinier Zwitserloot

Re: JEP-198 - Lets start talking about JSON

2022-12-15 Thread Reinier Zwitserloot
or example have a jsonNode.asLong(123) method that would parse a string if need be, even. But this has nothing to do with pattern matching either. --Reinier Zwitserloot On 15 Dec 2022 at 21:30:17, Ethan McCue wrote: > I'm writing this to drive some forward motion and to nerd-snipe tho

JEP 400 vs new Scanner(System.in)

2022-10-19 Thread Reinier Zwitserloot
like) and ask them what they need to add console support, keeping in mind encoding is important, and possibly, to rewire their syso (eclipse) and sysout (intellij) template shortcuts away from System.out.println and towards System.console().printf instead. --Reinier Zwitserloot