-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
forwarded-to-js-devsThis report has been forwarded to Jane Street's internal review system.This report has been forwarded to Jane Street's internal review system.
Description
It seems not obvious as how to compile the example at the tip. I managed to do it by:
sed 's/~rest:`Log//' -i **/*.ml
mv example/dune{.example,}
dune build example/hello_world.so
emacs -Q -L _build/default/example --batch --eval "(progn (require 'hello_world) (say-hello \"emacs\"))"I suspect that an alternative would be to run v0.14 to compile against the async that's in opam so that I wouldn't need to drop rest. What's the recommended way of running those at home?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
forwarded-to-js-devsThis report has been forwarded to Jane Street's internal review system.This report has been forwarded to Jane Street's internal review system.