-
Notifications
You must be signed in to change notification settings - Fork 310
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
Segment out SymbolResolver to a trait #715
Conversation
✅ Deploy Preview for aya-rs-docs ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
The public API changes should not affect any downstream users. There is one exception: if the user uses |
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.
You'll need to run cargo xtask public-api
to regenerate the public API fixture.
Hey @alessandrod, this pull request changes the Aya Public API and requires your review. |
LGTM. @dave-tucker should have a look. Please squash the commits. |
Build failure due to an upstream crate. That version is now yanked and this should work again. |
Makes symbol resolution a trait. Begins to address #705 and extend #339, allows users to define custom implementations in the meantime.