-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[batch compiler] Unrecognized option : --patch-module #1895
Milestone
Comments
Any chance this gets implemented so we did not miss another release? |
Unfortunately, it's too late for 4.31, setting milestone as a reminder. This could actually be a good task for someone who wants to get their feet wet in compiler land, shouldn't be too hard :) |
stephan-herrmann
added a commit
to stephan-herrmann/eclipse.jdt.core
that referenced
this issue
Jun 9, 2024
robstryker
pushed a commit
to robstryker/eclipse.jdt.core
that referenced
this issue
Jul 18, 2024
+ implement parsing of the --patch-module option + associate affected CUs to the given module + detect errors: syntax, duplicates, unresolved module + add entry to the -help command line help Required regression fix : + remove project info when removing module-info (JavaModel) fixes eclipse-jdt#1895
gayanper
pushed a commit
to gayanper/eclipse.jdt.core
that referenced
this issue
Sep 7, 2024
+ implement parsing of the --patch-module option + associate affected CUs to the given module + detect errors: syntax, duplicates, unresolved module + add entry to the -help command line help Required regression fix : + remove project info when removing module-info (JavaModel) fixes eclipse-jdt#1895
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When passing the batch compiler the option
--patch-module
it fails withSee
FYI @stephan-herrmann
The text was updated successfully, but these errors were encountered: