Skip to content
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

plguins/lsp: add perlpls language server #794

Merged
merged 1 commit into from
Dec 8, 2023

Conversation

GeoffreyFrogeye
Copy link
Contributor

@GeoffreyFrogeye GeoffreyFrogeye commented Dec 8, 2023

I haven't been able to successfully run the test suite, but I suspect it's not related to my changes (logs, seems like cache.nixos.org went down at some point?). It's currently trying to run again but since it takes a while and I might forget I wanted to at least post the MR. Oh well CI passed the tests, nevermind.

If you want to test manually without learning Perl (wouldn't recommend 🙈), create a .pl file with the following content:

use strict;
printf "$var\n";

It should complain about $var not being declared.

@traxys traxys merged commit c96d7b4 into nix-community:main Dec 8, 2023
1 check passed
@GeoffreyFrogeye GeoffreyFrogeye deleted the perlls branch December 8, 2023 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants