-
-
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
Extract an hls-brittany-plugin package #1422
Conversation
af0dda4
to
cccbe4b
Compare
This look really great. A minor nitpick: why are you dropping the AGPL flag? brittany continue using AGPL afaics: https://hackage.haskell.org/package/brittany-0.13.1.0/src/LICENSE |
The Brittany provider is no longer part of HLS, and there is no direct dependency on Brittany anymore. If a user doesn't want to acquire a transitive dependency in Brittany, they can disable the 'brittany' flag right? |
yeah, I guess the flag could make more sense if you have several libraries sharing a gpl license and you want to disable all of them at once |
cccbe4b
to
13c8f20
Compare
This is ready to merge, unless the AGPL flag is needed back |
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.
LGTM. no need for AGPL for now imo
1e7faf4
to
30c08c8
Compare
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.
Thank you for the extraction and for providing an example! I will check the class plugin too.
It looks like the following test fails randomly:
Has anyone else seen this? |
It looks like not just that test, but many others suffer nondeterministic "Exception: Language server unexpectedly terminated". I posted #1430 for the issue. |
478a6c6
to
085d178
Compare
b1dfec6
to
0497869
Compare
These are completely unnecessary, but it's the approach that we seem to be taking
0497869
to
c3b5165
Compare
This also shows how to set up an isolated test suite /cc @konn @isovector @tittoassini see 4c2011a