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 <3285133+asmello@users.noreply.github.com>
* 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 Report❌ Patch coverage is
Additional details and impacted files
🚀 New features to boost your workflow:
|
|
// @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.