Re: Non Standadrd Module Attribute

2017-06-29 Thread Alan Bateman
On 29/06/2017 03:04, fo...@univ-mlv.fr wrote: : yes, it's what i'm believing too. To take an example, currently, the module-info of java.sql as n attribute ModuleTarget which is empty, IMO only java.base should have a module attribute ModuleTarget. Okay, I understand what you are saying now. Wh

Re: Non Standadrd Module Attribute

2017-06-28 Thread forax
- Mail original - > De: "Alan Bateman" > À: "Remi Forax" , "jigsaw-dev" > > Envoyé: Mercredi 28 Juin 2017 14:22:23 > Objet: Re: Non Standadrd Module Attribute > On 28/06/2017 12:12, Remi Forax wrote: >> Hi Alan, hi all, >&g

Re: Non Standadrd Module Attribute

2017-06-28 Thread Alan Bateman
On 28/06/2017 12:12, Remi Forax wrote: Hi Alan, hi all, i've implemented the non standard attributes ModuleTarget, ModuleHashes and ModuleResolution in ASM. First, given that i was not able to find a document that describe them, i've used the javadoc of the classes inside jdk.internal.module.C

Non Standadrd Module Attribute

2017-06-28 Thread Remi Forax
Hi Alan, hi all, i've implemented the non standard attributes ModuleTarget, ModuleHashes and ModuleResolution in ASM. First, given that i was not able to find a document that describe them, i've used the javadoc of the classes inside jdk.internal.module.ClassFileAttributes. I've discovered that