On 4/12/2019 5:34 AM, Jan Lahoda wrote:
I've started with the CSR here:
https://bugs.openjdk.java.net/browse/JDK-8222396

Looks pretty good. I made some edits to record both of your single-module and multi-module invocations of javac.

The use case of injecting test code is clear, but the exact connection between automatic modules and test code is pretty opaque. Is the goal to make the automatic test module read the explicit test module so that the former module's code can access the latter module's code? Is the goal to make the automatic module read (and therefore test) at least the same set of modules as the explicit modules `requires`?

Alex

Reply via email to