Re: Qualified exports to an unknown module

2018-12-08 Thread Remi Forax
- Mail original - > De: "Alan Bateman" > À: "jigsaw-dev" > Envoyé: Samedi 8 Décembre 2018 09:44:05 > Objet: Re: Qualified exports to an unknown module > On 07/12/2018 18:59, Alex Buckley wrote: >> >> The decision was: Qualified export

Re: Qualified exports to an unknown module

2018-12-08 Thread Alan Bateman
On 07/12/2018 18:59, Alex Buckley wrote: The decision was: Qualified exports/opens to a non-observable module is NOT an error (see https://docs.oracle.com/javase/specs/jls/se11/html/jls-7.html#jls-7.7.2-310). javac will give an on-by-default lint warning instead. The StackOverflow question

Re: Qualified exports to an unknown module

2018-12-07 Thread Alex Buckley
On 12/7/2018 8:46 AM, cowwoc wrote: Back in 2016 you guys had a discussion about qualified exports to a module that was not available at compile-time: http://jigsaw-dev.1059479.n5.nabble.com/Issue-with-qualified-exports-td5712839.html I could not find the conclusion to that discussion. How are u

Qualified exports to an unknown module

2018-12-07 Thread cowwoc
Hi, Back in 2016 you guys had a discussion about qualified exports to a module that was not available at compile-time: http://jigsaw-dev.1059479.n5.nabble.com/Issue-with-qualified-exports-td5712839.html I could not find the conclusion to that discussion. How are users supposed to use qualified ex