-
Notifications
You must be signed in to change notification settings - Fork 5
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
Error docs and cleanup #101
Conversation
* Adds type alias `crate::resolve::ResolveError` for `crate::resolve::Error` * Renames `crate::assign::AssignError` to `crate::assign::Error` * Adds type alias `crate::assign::AssignError` for crate::assign::Error` * Adds `position` (token index) to variants of `assign::Error` & `resolve::Error`
Co-authored-by: André Mello <[email protected]>
* renames SRC generic of Report to D and bound it to Diagnostic * drops SUB in generic, uses D::Subject instead * removes lifetime from Report * removes seal for Diagnostic
Codecov ReportAttention: Patch coverage is
Additional details and impacted files
|
// @chanced I'm finally giving this all another look. I'm pretty happy with how it all turned out, overall. My main nit is that there's a bit of an inconsistency now between how Other follow-ups:
Phew, I think that covers it. Though I need to revisit the PR I have open on EDIT: some of this I've changed my mind about, see #104 and #105 |
I think we also need a tweak in |
This is a continuation of #99 which was a continuation of #93.