-
Notifications
You must be signed in to change notification settings - Fork 88
Bump core library to 3.4.0, add getRes0Indexes #31
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
Conversation
@@ -6,3 +6,5 @@ node_modules/ | |||
.* | |||
build/ | |||
test/ | |||
*.sublime-project | |||
*.sublime-workspace |
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.
Noticed that these files were getting picked up in the package when I published from my local machine.
@@ -25,6 +25,9 @@ pushd h3c | |||
git pull origin master --tags | |||
git checkout "v$(cat ../H3_VERSION)" | |||
|
|||
# Run cmake - necessary for building h3api.h | |||
cmake . |
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.
This is a downstream effect of uber/h3#173 - may be relevant to other bindings as well.
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.
sweet
getRes0Indexes