-
-
Notifications
You must be signed in to change notification settings - Fork 367
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
hls-pragmas-plugin: Tests time out #2375
Comments
I looked at this a little and if all of the completion and test logic is commented out except for the I'm using nixos and used the flake. |
* new parser for stuff before first declaration * remove unused pragmas, modify haddock comment on parser * working but need to clean lots of little things and add more tests * uncomment completions functions and tests (was trying to see why the test timeout), merge textedits to get around lsp-test applying text edits in reverse order, inserting pragma between lines fixes, some tests * add line splitting tests, fix line splitting errors and among other things, add docs * change comments, add cpp for setting use_pos_prags bit in PState * add safeImportsOn to compat, fix ghc versions * fix compat * fix compat * fix compat 3 * fix compat 4 * fix compat 5 * fix test * fix compat 6 * add back some tests and investigate #2375 later Co-authored-by: Javier Neira <[email protected]>
…askell#2392) * new parser for stuff before first declaration * remove unused pragmas, modify haddock comment on parser * working but need to clean lots of little things and add more tests * uncomment completions functions and tests (was trying to see why the test timeout), merge textedits to get around lsp-test applying text edits in reverse order, inserting pragma between lines fixes, some tests * add line splitting tests, fix line splitting errors and among other things, add docs * change comments, add cpp for setting use_pos_prags bit in PState * add safeImportsOn to compat, fix ghc versions * fix compat * fix compat * fix compat 3 * fix compat 4 * fix compat 5 * fix test * fix compat 6 * add back some tests and investigate haskell#2375 later Co-authored-by: Javier Neira <[email protected]>
This no longer happens for some reason... probably can close. |
That’s okay with me. I might try again at some point and will just open a new issue if I encounter this problem again. |
@eddiemundo i think you should be able to close it yourself, ping me it it is not the case |
Building hls-pragmas-plugin 1.0.1.11 for hls 1.5.0.0 has a lot of timeouts in the tests when trying to build in nixpkgs. This can very well be an environment problem (e.g., a missing tool or something), but I am not sure what it could be.
See the log at: https://hydra.nixos.org/build/158849688/nixlog/6
The text was updated successfully, but these errors were encountered: