Re: RFR [9] 8176772: jar tool support to report automatic module names

2017-03-16 Thread Mandy Chung
> On Mar 16, 2017, at 6:09 AM, Chris Hegarty wrote: > > Updated webrev: > http://cr.openjdk.java.net/~chegar/8176772.01/ Looks good. thanks Mandy

Re: #VersionsInModuleNames

2017-03-16 Thread Brian Fox
The standard within the scala ecosystem is to append the runtime version to the artifactid, making every scala module out of compliance with the proposal. On Wed, Mar 15, 2017 at 4:00 PM, Robert Scholte wrote: > On Wed, 15 Mar 2017 11:13:25 +0100, Stephen Colebourne < >

Re: RFR [9] 8176772: jar tool support to report automatic module names

2017-03-16 Thread Chris Hegarty
On 16 Mar 2017, at 13:09, Chris Hegarty wrote: > >> On 15 Mar 2017, at 17:30, Mandy Chung wrote: >> >> ... >> provides and main class, if present. >> >> The modifier of ModuleDescriptor will have AUTOMATIC and so all packages are >> exported

Re: RFR [9] 8176772: jar tool support to report automatic module names

2017-03-16 Thread Chris Hegarty
> On 15 Mar 2017, at 17:30, Mandy Chung wrote: > > ... > provides and main class, if present. > > The modifier of ModuleDescriptor will have AUTOMATIC and so all packages are > exported and open implicitly and not shown in the output which is okay. This is a good