-
Notifications
You must be signed in to change notification settings - Fork 412
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
Wasm_of_ocaml: fix the execution of tests in a sandbox #11304
base: main
Are you sure you want to change the base?
Conversation
cafa3fb
to
3168dc3
Compare
Signed-off-by: Jérôme Vouillon <[email protected]>
3168dc3
to
05fa8c7
Compare
…andbox Signed-off-by: Jérôme Vouillon <[email protected]>
…dbox Signed-off-by: Jérôme Vouillon <[email protected]>
@rgrinberg, could this be including in a 3.17.* minor release ? |
| `js Wasm -> | ||
Bindings.Unnamed | ||
(Dep_conf.File | ||
(String_with_vars.make_text loc (s ^ Js_of_ocaml.Ext.wasm_dir))) |
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.
Is this tested at all? This should be accessible via %{deps}
in some fields now I imagine.
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 have added a test that does not pass without this change. Is it enough?
Best to ask one of the release managers. @maiste or @Leonidas-from-XIV? |
Thanks, @rgrinberg for pinging (and the promotion 😉) |
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.
LGTM. Could you add a CHANGES entry?
The Wasm code is included in a separate
.bc.wasm.assets
directory that needs to be copied in the sandbox as well.