-
Notifications
You must be signed in to change notification settings - Fork 5
Add escriptize provider #59
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
base: master
Are you sure you want to change the base?
Conversation
UncleGrumpy
left a comment
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 am still reviewing some of the more complex sections, but I have a few simple fixes and requests that I noticed in a first pass. It would also be good to have some tests to verify the assembled escript.
50deba6 to
da31bd3
Compare
|
We probably want a test too, before this is merged. I wasn’t completely on top of this before (see #57, a review there would be appreciated too ;-), but moving forward I would like to make sure all new features have tests. |
f50be09 to
ff5c0e2
Compare
Requires support for AtomVM: atomvm/AtomVM#1948 NB: it's currently incompatible with JIT Signed-off-by: Paul Guyot <pguyot@kallisys.net>
This makes a few small adjustments to the escriptize provider as well as the tests, most of these are necessary changes. A few additional changes have heen made, such as adding the users $HOME/.local, to the default AtomVV install search paths, and supporting matching on the AtomVM elf executable, as well as the shell launcher script. Signed-off-by: Winford <winford@object.stream>
468ee62 to
6fc8beb
Compare
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 looks good to me now, and the test passes.
cea55dc to
4700716
Compare
Signed-off-by: Paul Guyot <pguyot@kallisys.net>
4700716 to
15b3e59
Compare
This will prevent objcopy from dammaging the binary on linux/arm64 Signed-off-by: Paul Guyot <pguyot@kallisys.net>
272f591 to
95225c9
Compare
Requires support for AtomVM:
atomvm/AtomVM#1948
NB: it's currently incompatible with JIT