-
Notifications
You must be signed in to change notification settings - Fork 1.6k
feature/spaceship: Clause 19: Diagnostics #1180
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
feature/spaceship: Clause 19: Diagnostics #1180
Conversation
Fix bug uncovered by fixed tests.
Co-authored-by: Casey Carter <[email protected]>
StephanTLavavej
left a comment
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.
Thanks! I think this will be ready to commit to the feature branch after one more iteration; I'd like to double-check after the regex changes are merged so the diff is simpler. 😺
002e21e to
d953a01
Compare
d953a01 to
3473a08
Compare
Co-authored-by: Stephan T. Lavavej <[email protected]>
129eb60 to
df07d1b
Compare
|
This needs to be merged with the latest commits to |
…TL into feature/spaceship/diagnostics
|
The fact that most of the tests for spaceship don't need to get re-run for the extra coverage required for the |
StephanTLavavej
left a comment
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.
Looks good, just one remaining issue! 😺
Built on top of #1145