-
Notifications
You must be signed in to change notification settings - Fork 15
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
Spike/typing #199
base: feat/scoped-resolution
Are you sure you want to change the base?
Spike/typing #199
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## feat/scoped-resolution #199 +/- ##
========================================================
- Coverage 100.0% 95.1% -4.9%
========================================================
Files 2 2
Lines 191 225 +34
Branches 21 23 +2
========================================================
+ Hits 191 214 +23
- Misses 0 9 +9
- Partials 0 2 +2 ☔ View full report in Codecov by Sentry. |
Fixes #189 Come slightly unstuck on the Protocol case, ie
Am I missing something? |
I think the problem is that a Protocol class isn't assignable to Type.
type checks happily, but
does not, which I think is why
fails its typecheck - Parser isn't a Type or a string |
|
No description provided.