Re: RFR: JDK-8080679: Include jline in JDK for Java and JavaScript REPLs

2015-06-18 Thread Ben Evans
Hi, Has this been tested with a JDK 9 compiler? The last time I checked JLine wouldn't build with an OpenJDK 9 javac. Thanks, Ben On 18 Jun 2015 3:26 pm, Jan Lahoda jan.lah...@oracle.com wrote: Hello, I am proposing to add JLine 2.12.1 into the jdk repository for use by the Java and

Javadoc for InpoutStream (SE 8) is broken

2014-07-30 Thread Ben Evans
Hi, Not sure if this is the right list for this, but here goes. The documentation for java.io.InputStream is broken - looks like it has bad CSS. If not the right place, can someone point me at the proper place to report this? Thanks, Ben

FileVisitor / Are we feature frozen yet?

2013-08-07 Thread Ben Evans
Hi, I have a suggestion for a point lambdafication change which I don't think anyone's proposed yet. (As usual, if my Google-fu has failed me, please point me at the relevant discussion). In java.nio.file we have the FileVisitor interface, which defines 4 methods. We also have the

Re: FileVisitor / Are we feature frozen yet?

2013-08-07 Thread Ben Evans
On Files? Yes, that does indeed look suspiciously like it'll cover the current use cases I have. Let me check come back if not. Ben On Tue, Aug 6, 2013 at 3:15 PM, Alan Bateman alan.bate...@oracle.comwrote: On 06/08/2013 06:39, Ben Evans wrote: Hi, I have a suggestion for a point

Re: JSR-292: Why not java.lang.dyn?

2009-10-05 Thread Ben Evans
I think this is somewhat of a red herring. After all, there are many classes which live in java.lang which are fundamental to the operation of the platform, and which any language which lived on top of the VM would have an intimate relationship with (eg Object, Class, String, etc). If we are