-
Notifications
You must be signed in to change notification settings - Fork 93
Prepare release #386
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
Prepare release #386
Conversation
For the changed `lsp-types` dep. Major bump since it re-exports a lot of lsp-types.
* Reduced dependency footprint (#383, #384) (@Bodigrim) | ||
* Use appropriate number types (#366) (@michaelpj) | ||
* Fix for #374 (#376) (@pepeiborra) | ||
* Fix virtual file name adding .hs extension (#364) (@heitor-lassarote, @jneira) |
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.
* Fix virtual file name adding .hs extension (#364) (@heitor-lassarote, @jneira) | |
* Fix virtual file name adding .hs extension (#364) (@heitor-lassarote) |
I did not meaningful change in that pr (afair :-P)
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.
You landed it!
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 great, sad to see GenChangelog does not work out of the box.
However hls is multipackage and we use it, we dont have separate changelogs though. Separating prs after a quick look to affected paths would not be feasible?
We have to adapt hls to last changes here haskell/haskell-language-server#2494, no? |
Oh hm, yes, I guess I could have done that! I just assumed we wanted it to be cleverer than that :p well, I did it manually this time!
Yeah, exactly, that's what I'm doing. |
HLS on the branch builds and the tests pass, let's do it. |
lsp
to matchlsp-types
GenChangelogs
nice with multiple packages)CONTRIBUTING
I'm going to build HLS with this branch just to check that I haven't messed anything up.