Skip to content

Releases: metacall/core

MetaCall v0.1.31 [2020-01-21]

21 Jan 21:43
Compare
Choose a tag to compare
  • Remove shebang from metacall cli npm installer (conflicts with Guix install meanwhile the script is embedded into C/C++).

MetaCall v0.1.30 [2020-01-21]

21 Jan 20:17
Compare
Choose a tag to compare
  • Update NodeJS Port documentation and version.
  • Add npm and pip package managers working properly.

MetaCall v0.1.29 [2020-01-21]

21 Jan 03:52
Compare
Choose a tag to compare
  • Enable node modules in bootstrap again, Guix will try to copy them manually from cherow.

MetaCall v0.1.28 [2020-01-21]

21 Jan 00:12
Compare
Choose a tag to compare
  • Add fPIC for trampoline on guix build.

MetaCall v0.1.27 [2020-01-20]

20 Jan 23:58
Compare
Choose a tag to compare
  • Update package lock version in node port.
  • Enable build with gyp only for trampoline in order to support guix without node dependencies.

MetaCall v0.1.26 [2020-01-20]

20 Jan 21:58
Compare
Choose a tag to compare
  • Remove node-gyp step from build commands when guix is enabled.

MetaCall v0.1.25 [2020-01-20]

20 Jan 21:27
Compare
Choose a tag to compare
  • Remove disable variables for trampoline and bootstrap, and add a new variable for disabling all unreproductible steps from the build system.

MetaCall v0.1.24 [2020-01-17]

17 Jan 15:30
Compare
Choose a tag to compare
  • Change metacallcli to metacall in the metacall cli image.
  • Update documentation of py port.
  • Update node port version.

MetaCall v0.1.23 [2020-01-02]

02 Jan 12:33
Compare
Choose a tag to compare
  • 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.

MetaCall v0.1.22 [2019-12-14]

14 Dec 04:56
Compare
Choose a tag to compare
  • Remove custom version of FindRuby and use the standard CMake version.
  • Update NetCore version.
  • Add some doc for node port refactor.
  • Minor bug solved in node port.