-
Notifications
You must be signed in to change notification settings - Fork 15
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
Backport c++ compatible mangling support to 22.3 #445
Conversation
Revert language attribute and fix docs/style issues
…inux DWARF debug info Style fixes
The fix being present should also be verifiable by recently merged integration test here: Karm/mandrel-integration-tests#122 That is the existing 22.3 branch should fail prior and pass after. |
In fact, the 22.3 failure here from the nightly CI is because of this missing backport: https://github.com/graalvm/mandrel/actions/runs/3270318066/jobs/5378993901#step:10:18540 |
This mandrel IT test failure is fixed with #444:
|
There were two failing test. One looking like a network glitch, the second as mentioned in #445 (comment). |
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.
Running mandrel integration tests with this patch and #444 pass for me locally. 2 failures without those patches. LGTM.
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.
This looks good to me. I applied the patch to Mandrel 22.3 spun it up and checked the results and it seems to work ok.
One question before I ack it though. Did the upstream patches apply cleanly or did you make some tweaks. If the latter then what precisely?
Thank you for the review @adinn ! The only conflict was in https://github.com/oracle/graal/blob/824967bfa15973848c05e4012798dc245e8f86b5/substratevm/src/com.oracle.svm.hosted/src/com/oracle/svm/hosted/reflect/ReflectionFeature.java#L232-L238 Due to oracle@dc932e5 not being part of 22.3 |
@zakkak ^^^ |
Ok, that looks fine then! |
Backports: oracle#4950
Closes: #432