-
Notifications
You must be signed in to change notification settings - Fork 6
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
Fixing js binding #206
Fixing js binding #206
Conversation
I tried it and I am a bit stuck. After
Built against the current |
Did you follow the steps exactly the same? Mainly if you are using |
It is working now (even with the brew-installed |
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.
Great! It remains to fix the failing tests and we are there.
It seems the failing tests are either because we turn off model generation by default (while in Z3 it is always turned on), or because there are quantifiers (and string solver is initialized, which leads to error) => the binding should work correctly |
This PR fixes building of JS binding with more detailed readme.
It seems to be working, however some tests fail, because either they want to use model/proof generation which is by default disabled in noodler, or there is a timeout, and I do not know why it timeouts (the tests are very simple).