-
Notifications
You must be signed in to change notification settings - Fork 5
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
Upgrade to tree-sitter 0.22.6 #77
Conversation
incredibly time-consuming.
I'm merging this. To keep things simple, all the language tests use the latest tree-sitter. Many of them fail and will keep failing until the corresponding tree-sitter-xxx repo is updated to a sufficiently recent version that works with 0.22.3. |
|
||
# collect sources | ||
ifneq ($(AMALGAMATED),1) | ||
- SRC := $(wildcard lib/src/*.c) |
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.
looks like differences in spaces; would have been better to keep the diff to the minimum, but whatever.
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.
ok, I saw your PR on tree-sitter; this is a fix for windows. thx.
SONAME_MINOR := $(word 2,$(subst ., ,$(VERSION))) | ||
|
||
# OS-specific bits | ||
-ifeq ($(OS),Windows_NT) |
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.
ok I guess that's the only relevant part in the diff, the remove of this ifeq?
Security