-
-
Notifications
You must be signed in to change notification settings - Fork 390
Include hls ./install script when loading haskell-language-server with itself #145
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
Comments
Thank you for creating this dedicated issue for the
I'm sorry, I'm not sure I understand what you mean. Is it already supported by |
It is not supported by hie-bios and it would be a prerequisite for use hls main project and install within an unique |
Thank you! In #147 I have marked the |
I just opened haskell/hie-bios#191 to track this feature. |
As @mipckering suggested we could use a |
Yes that was my intention too, I'll try Matt's solution tonight and if it works, I will adapt my PR accordingly |
A while ago, `testSession` was modified to include a 0.5s wait, for the sake of tests which were looking for a specific and complete set of diagnostics, in order to ensure that all the incoming diagnostics had been received before the comparison was made. This made sense at a time when the vast majority of tests fit this pattern. Today we have plenty of tests which have no need for this. Hence: + `testSession` has been renamed to `testSessionWait` + a new `testSession` has been added, which does not wait at all + all tests which use `expectDiagnostics` have been modified to use `testSessionWait`, all other tests use the new delayless `testSession`. Locally this knocks almost 25% off the runtime of the full test suite.
install
and it does not belong to the main project (it is not a component or a subppackage of hls)hie.yaml
install
subdir in other editor windowhie-bios
to make it able to load different stack (and cabal) projects with the same configThe text was updated successfully, but these errors were encountered: