Skip to content
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 #2544

Merged
merged 6 commits into from
Jun 13, 2024

Conversation

stephan-herrmann
Copy link
Contributor

fixes #1895

@stephan-herrmann
Copy link
Contributor Author

stephan-herrmann commented Jun 9, 2024

TODO:

  • error scenarii: detect and test ✔️
  • multi-module mode ✔️

detect some errors
+ promote module not found to regular compile error
+ remove project info when removing module-info
integrate with multi-module compilation mode
- evaluate patchModules before handleModuleSourcepath() which expects
  all module names to be known
- write patching classfiles to the output location of their module
@stephan-herrmann stephan-herrmann marked this pull request as ready for review June 13, 2024 18:13
@stephan-herrmann stephan-herrmann merged commit 7c152fa into eclipse-jdt:master Jun 13, 2024
9 checks passed
@stephan-herrmann stephan-herrmann deleted the issue1895 branch June 13, 2024 19:49
@stephan-herrmann stephan-herrmann added this to the 4.33 M1 milestone Jun 22, 2024
robstryker pushed a commit to robstryker/eclipse.jdt.core that referenced this pull request 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 pull request 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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[batch compiler] Unrecognized option : --patch-module
1 participant