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.
For the first commit:
svd2ada requires the schema XSD file in
$prefix/schema/
, and there's no clear switch or environment variable to affect this.When installing the project, as for example with "alr install svd2ada", make it so that the schema XSD file is installed too, where svd2ada will find it.
For the second commit:
At present (2024-06-18), macos-latest runs on macos-14 (which is aarch64, but that doesn't affect this issue). The version of Xcode installed by default on the Github runner is 15.0.1, which has the linking bug (assertion failure in ld).
We could fix this by selecting a later version of Xcode (e.g.15.3), but at some point this issue will be fixed and we can revert to macos-latest. macos-13 has been updated to the same problematic Xcode. macos-12 uses Xcode 14, which doesn't have the problem, so running on macos-12 seems the simplest solution.