-
-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add support for multiple input lines #118
base: main
Are you sure you want to change the base?
Conversation
70442d9
to
ece6ff0
Compare
I just need to test the build process on Windows and it will be done |
0e97e15
to
e20e896
Compare
2c39f98
to
3485fa7
Compare
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.
w00t!
cbe2e79
to
9a22fc1
Compare
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.
Nice! I guess the only missing piece of the puzzle now is CI for publishing to PyPI. Other than that, just some nitpicks:
@@ -9,6 +9,8 @@ | |||
|
|||
agents = glob.glob(os.path.join(pkg_dir, "*_agent.*")) | |||
assert len(agents) > 0, "Agents not compiled; run “npm install && npm run build” in agents/*/" | |||
os.system("python ./build_aux/build_treesitter.py") | |||
package_data = agents + ["treesitter.so"] |
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.
I think we should tie into the build system so we don't do this when just running setup.py to query for something.
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.
I think this is the only way that a source distribution would build correctly?
48e8dba
to
d724268
Compare
dacf269
to
b060ef6
Compare
b060ef6
to
1225430
Compare
The cross compilation fix was a bit dirty but it seems this is what crossenv is doing as well. |
d9c9911
to
bfaa242
Compare
Kooha-2022-09-24-20-17-49.webm