-
Notifications
You must be signed in to change notification settings - Fork 1
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
Fix some errors that occur when importing o.e.j.c incubator #918
base: dom-with-javac
Are you sure you want to change the base?
Fix some errors that occur when importing o.e.j.c incubator #918
Conversation
datho7561
commented
Oct 31, 2024
•
edited
Loading
edited
- Do not reuse the context when compiling to multiple output directories
d8a4690
to
f28c046
Compare
update: there should be no test regressions caused by this PR |
f28c046
to
afd7b17
Compare
Can you please split it into 2 distinct commits for each part of the change? I think the context bit is more risky than the problems mapping bit there are chances we'll have to revert it. Smaller commits allows less loss during reverts. |
afd7b17
to
58ba267
Compare
I created a separate PR for the problem id changes. |
test this please |
58ba267
to
28d3f16
Compare
2ad1e11
to
f45e071
Compare
28d3f16
to
410e5ac
Compare
org.eclipse.jdt.core.javac/src/org/eclipse/jdt/core/dom/JavacBindingResolver.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The JavacCompiler changes would fix #839 . Can you please move the probably unrelated part about bindings?
410e5ac
to
f986cf0
Compare
f986cf0
to
b491c7f
Compare
- Do not reuse the context when compiling to multiple output directories - Implement Alex's idea of a separate file of javac-specific error codes Signed-off-by: David Thompson <[email protected]>
b491c7f
to
816883c
Compare