-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Linux: Disable PureScript grammar to avoid linking error #7543
Linux: Disable PureScript grammar to avoid linking error #7543
Conversation
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.
We only want to disable it on Linux.
AFAIK this isn't a problem on macOS, so we don't want to disable it there.
@h3mosphere Could you try changing the
to this:
Does that fix the linking error when the PureScript grammar is not commented-out? |
Whoops, sorry my brain is a little tired. |
Barring me making a mistake, It didnt work alas:
|
Ok, that should be good |
Darn. Although the error message does provide some additional clues. |
I suspect this is what causing issues for multiple projects attempting to use this grammar: - neurocyte/zat#1 - zed-industries/zed#7543 (comment) Don't know why it wasn't static in the first place (in the original Haskell grammar), but I looked at what other grammars do and none export any functions other than those used by Tree-sitter.
I suspect this is what causing issues for multiple projects attempting to use this grammar: - neurocyte/zat#1 - zed-industries/zed#7543 (comment) Don't know why it wasn't static in the first place (in the original Haskell grammar), but I looked at what other grammars do and none export any functions other than those used by Tree-sitter.
Release Notes: