-
Notifications
You must be signed in to change notification settings - Fork 93
fix textDocument/selectionRange's method #388
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
Conversation
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.
Good catch, it should be catched by some type of testing, but it is a generic issue we should tackle somewhere else
Nix build passes but direct build fails. It looks like an orphan instance in Line 162 in 08e8a72
Should it be fixed here or in another PR? |
66aa726
to
1ee82f3
Compare
According to aeson's changlog, it provides |
wow, @michaelpj got to support aeson >= 2.0 without any cpp, not sure if we could avoid it fixing this |
Add a instance is a breaking change and it should be a major version bump 🙄 |
@jneira I've added version bound by another commit in this PR. CI has passed now. |
Ugh, thanks for fixing this. Re: the CPP, I think there's a more elegant solution. We only need the instance in the tests for the |
(Incidentally, I don't love the fact that |
This is a non-orphan instance, which according to PVP is non-breaking. |
fix #387