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

Fix some errors that occur when importing o.e.j.c incubator #918

Open
wants to merge 1 commit into
base: dom-with-javac
Choose a base branch
from

Conversation

datho7561
Copy link

@datho7561 datho7561 commented Oct 31, 2024

  • Do not reuse the context when compiling to multiple output directories

@datho7561 datho7561 force-pushed the dom-with-javac-fix-oejc-import-problems branch from d8a4690 to f28c046 Compare October 31, 2024 17:33
@datho7561
Copy link
Author

datho7561 commented Oct 31, 2024

All the regressions are caused by 'possible this escape' errors, which are now reported

update: there should be no test regressions caused by this PR

@datho7561 datho7561 force-pushed the dom-with-javac-fix-oejc-import-problems branch from f28c046 to afd7b17 Compare November 6, 2024 22:24
@mickaelistria
Copy link

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.

@datho7561 datho7561 force-pushed the dom-with-javac-fix-oejc-import-problems branch from afd7b17 to 58ba267 Compare November 7, 2024 14:22
@datho7561
Copy link
Author

I created a separate PR for the problem id changes.

@datho7561
Copy link
Author

test this please

Copy link

@mickaelistria mickaelistria left a 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?

- 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]>
@mickaelistria mickaelistria force-pushed the dom-with-javac-fix-oejc-import-problems branch from b491c7f to 816883c Compare November 13, 2024 16:27
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.

2 participants