This repository has been archived by the owner on Feb 8, 2024. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Since Dan found the same problem with the ARM EH check on his RPi, disabling it for now, until it can be fixed. A lot of my remaining Android changes can be cherry-picked from this recent PR upstream.
Other than that, there's a workaround for a compile-time bug that shows up only when cross-compiling, a workaround for a strange issue with signal-handling only when running D in a shared library, three disabled test blocks (the latter two pass but may corrupt memory and cause problems only when run in the same process as other tests, which is also reproducible with dmd upstream), added a struct modifier because the clang EH header is different, reverted to GCed exceptions because of a codegen issue with emulated TLS on Android, and reworked the test runner to run all tests from a single process and so it can be called as a function by an Android apk. I did not submit these because most should be looked into and fixed, while some would just make existing code messier and be too specific.