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

handle unknown CPU archs, improve error messaging #235

Merged
merged 10 commits into from
Jan 24, 2018

Conversation

kattrali
Copy link
Contributor

The register parser handling made assumptions about there always being a CPU arch match for the registry being parsed. These changes:

  • Handle unknown architectures gracefully
  • Add support for missing architectures (x64 by @paulz)
  • Fix support for arm64 (register names were incorrect)
  • Fix detection of Swift assertions (message contents changed in Swift 4)
  • Improve formatting of Swift assertion messages to indicate the assertion type in the error class

@kattrali kattrali merged commit a1e3f76 into master Jan 24, 2018
@kattrali kattrali deleted the kattrali/handle-unknown-arch branch January 24, 2018 01:43
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.

1 participant