-
Notifications
You must be signed in to change notification settings - Fork 30
nat
quasi-quoter breaks haskell-language-server
#153
Comments
Dependencies of the offending packages, from From direct-sql:
From persistent-sql:
|
This is definitely not on our end - according to the error message, this is stemming from I don't use HLS, and honestly think that if quasiquoters are causing this issue, it's better to report it to them if anything. It certainly looks really bad on their end if a quasiquoter this basic breaks them in such a strange way. |
As far as I can tell, the version of these two libraries doesn't change since it last worked |
Has HLS received updates? |
I think so! And also the GHC version. Previously we're using GHC 8.10.4.20210212 (a patched version) and the HLS from Plutus that's bind to that version, but after migrating to nix flakes, we moved to GHC 8.10.7 and the HLS from nixpkgs instead. |
@AriFordsham Are you still seeing this issue? What version of HLS are we running now? |
@kozross I'm experiencing the same issues. My HLS version is: |
The error message is produced by |
Using
haskell-language-server
, adding a use of thenat
quasi-quoter causes HLS to stop working and just report one error:No idea if this is the fault of
plutus-extra
, HLS, GHC, or something else, but putting on record here until we can get more insight.The text was updated successfully, but these errors were encountered: