We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The tags output from hasktags gives me an error in vim:
tags
hasktags
Format error in tags file "tags" Before byte 82685
Byte 82685 points to this:
(_ :<|>getAccountFeatureConfigClientM :<|>_ :<|>_ ) services/galley/src/Galley/Intra/User.hs 237
which is generated via this code:
getAccountFeatureConfigClientM :: UserId -> Client.ClientM TeamFeatureStatusNoConfig ( _ :<|> getAccountFeatureConfigClientM :<|> _ :<|> _ ) = Client.client (Proxy @IAPI.API)
Removing this entry from tags fixes the file.
The text was updated successfully, but these errors were encountered:
I'm having the same issue. Sample input file: https://github.com/input-output-hk/cardano-base/blob/b769eeac6c0f8e33a81501f51a4e3cd99fbc39d9/cardano-crypto-class/src/Cardano/Crypto/MonadSodium.hs
Running hasktags produces invalid output:
$ hasktags -c -o - cardano-base/cardano-crypto-class/src/Cardano/Crypto/MonadSodium.hs ( MonadSodium(..) cardano-base/cardano-crypto-class/src/Cardano/Crypto/MonadSodium.hs 18 Cardano.Crypto.MonadSodium cardano-base/cardano-crypto-class/src/Cardano/Crypto/MonadSodium.hs 17
Error from neovim:
E431: Format error in tags file "tags" Before byte 2
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
The
tags
output fromhasktags
gives me an error in vim:Byte 82685 points to this:
which is generated via this code:
Removing this entry from
tags
fixes the file.The text was updated successfully, but these errors were encountered: