MetaCall v0.1.23 [2020-01-02]
viferga
released this
02 Jan 12:33
·
20 commits
to 8d3084c6fd4ab30d0a806738c4f641ba3afd6019
since this release
- Improve load method, still failing with nginx.
- Initialize ruby stack.
- Update python to 3.7, ruby to 2.5 and debian to buster. Disabled V8 from build step, it needs to be compiled like NodeJS (possibly in a different dockerfile or migrating all docker dependency management to Guix). Update swig to 4.0. Improve node port for handling already installed metacall (Guix).
- Add TODO in python for allowing different key types in dict type.
- Implemented Dict type for return in python loader.
- Add documentation to nodejs port and python port about metacall cli for launching the scripts. EnaAdapt python port to the new way of install distributable tarballs.
- NodeJS port working properly.
- Update nodejs port version.
- Solve errors with nodejs port paths.
- Add execution permissions to upload script in nodejs port.
- Implement preinstall script for nodejs port, add readme info.
- Implement node port with latest install script for metacall.
- Add additional info for installing via metacall/install.
- Update errata about Guix in README.
- Add info about how to download or install metacall.
- Add TODO annotation.
- Solved errata in TOC and link.
- Add go port with complete PoC.
- Add call for golang port, return still not implemented.
- Add base implementation for golang port.