fix: escape the ‘#’ in Makefile
Compile using Makefile emit error:
Makefile:41: *** unterminated call to function 'shell': missing ')'. Stop
It looks like the '#' and its following content are parsed into a comment. Escape it works good.
I can't replicate your error - what's your os and shell
@amaanq Here is my os, shell and make versions
os: centos7
shell: bash 4.2
make: 3.82
I think it is relevant to make version but not os and shell, since the make command parse it as a comment
Make 3.82 is over 14 years old...sorry.
It's been fixed anyway.
Why does not merge my PR, rather than coding again? It is not friendly to open source contributer, right ? https://github.com/tree-sitter/tree-sitter-python/blame/409b5d671eb0ea4972eeacaaca24bbec1acf79b1/Makefile#L30
Because this was fixed upstream.
Because this was fixed upstream.
All right. Could you tell me in which upstream the fix was introduced?
https://github.com/tree-sitter/tree-sitter/commit/939e61c58de00342d4fd56df7a1c60948a03ca3f#diff-a4bf7a6873d0730efad02c1acf3ec3e8b98d053b4f03ae0e4a72e2081e4dfd8dR30