-
Notifications
You must be signed in to change notification settings - Fork 454
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
[interpreter]: Add depends to dune-project #1717
Conversation
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.
Thanks, looks good to me. Can you minimise the PR such that it avoids reformatting unrelated lines?
Thank you for your reply, I have removed the formatting related lines. |
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.
Thanks!
I believe this is not correct and should be reverted. The interpreter ( People won't be happy about having to install some ppx trash for this package... One solution would be to mark them as development dependencies with e.g. |
Fair enough, I reverted the change. |
* [test] Adjust br_table length test to avoid wrong failure (WebAssembly#1715) * [spec] Fix extmul & extadd execution (WebAssembly#1716) * [interpreter] Add dune dependencies (WebAssembly#1717) * Revert "[interpreter] Add dune dependencies (WebAssembly#1717)" This reverts commit 44ed035. * [interpreter/test] Fix inconsistent use of float values in `spectest` (WebAssembly#1718) * [spec] Fix operand order in reduction of shape.replace_lane (WebAssembly#1721) * [spec] Fix sx to be sx? in reduction of vcvtop_zero (WebAssembly#1720) --------- Co-authored-by: Rod Vagg <[email protected]> Co-authored-by: 702fbtngus <[email protected]> Co-authored-by: Muqiu Han (韩暮秋) <[email protected]> Co-authored-by: Andreas Rossberg <[email protected]> Co-authored-by: Dongjun Youn / 윤동준 <[email protected]> Co-authored-by: Hoseong Lee <[email protected]>
Add depends to
dune-project
so that dependencies can be installed by callingopam install . --deps-only --with-doc --with-test
and then build the interpreter from source :)