MetaCall v0.1.40 [2020-03-21]
viferga
released this
21 Mar 00:41
·
25 commits
to c6d5754ec03aa47cce8e4900ee63a2efd459a273
since this release
- Improve build system and added integration tests working properly with docker.
- Solve minor bug with node port when defining size of files to be loaded.
- Add benchmarks for docker compose and tooling.
- Solve funchook dependency error.
- Update metacall environment in order to properly install dotnet certificates.
- Add null type to node port.
- Add null type to ruby loader.
- Update detours funchook to v1.0.0 version and fixed it.
- Undo changes that introduced deadlocks in the node loader.
- Mitigated deadlock of node in combination with python.
- Add memcheck suppressions for node.
- Solve memory leaks in node loader and improve python loader initialization.
- Solve memory leak of py loader, improve memcheck suppression for python and added more verbosity.
- Add integration tests for metacall cli in order to solve some deadlocks in the node loader.
- Add m ore test cases for factorial.
- Add safety for recursion calls for native functions in python (still failing).
- Add type null in node loader.
- Update readme with latest monkey patch API for NodeJS.
- Solve bug from commit d2a56b7 related to undefined return in node port.
- Add null type to node port.
- Update all tests related to python and new null type.
- Add support for type null (Py_None) in python loader.
- Update node port version in package lock.
- Add testcase for functions that don't return anything from Python to Node
- Update npm ignore and version of node port.