Re: RFR: 8344708: Compiler Implementation of Module Import Declarations [v3]

2025-04-02 Thread Jan Lahoda
On Wed, 2 Apr 2025 15:23:54 GMT, Vicente Romero wrote: >> Jan Lahoda has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Fixing test. > > src/jdk.jshell/share/classes/jdk/internal/jshell/tool/Startup.java line 340: > >> 338: */ >> 339:

Re: RFR: 8344708: Compiler Implementation of Module Import Declarations [v3]

2025-04-02 Thread Vicente Romero
On Mon, 31 Mar 2025 17:40:25 GMT, Jan Lahoda wrote: >> This is a patch to finalize the module imports feature. Please see: >> https://bugs.openjdk.org/browse/JDK-8344700 > > Jan Lahoda has updated the pull request incrementally with one additional > commit since the last revision: > > Fixing

Re: RFR: 8344708: Compiler Implementation of Module Import Declarations [v3]

2025-03-31 Thread Jan Lahoda
> This is a patch to finalize the module imports feature. Please see: > https://bugs.openjdk.org/browse/JDK-8344700 Jan Lahoda has updated the pull request incrementally with one additional commit since the last revision: Fixing test. - Changes: - all: https://git.openjdk.org/j