Skip to content

MetaCall v0.4.4 [2021-05-10]

Compare
Choose a tag to compare
@viferga viferga released this 10 May 22:51
· 20 commits to 1bc80baad6d820da71b71a14b4803cb441e8c1e7 since this release
  • Mitigated issue #132
  • Refactor of paths, this new methodology will solve bugs related to the load_from_file of multiple loaders. This new mode will standardize how it works and reduce friction between loaders.
  • reorder help command and reword About
  • add About to CLI README
  • add metacallcli README
  • Specified LLVM version and C++ standard
  • Bump rsa from 4.1 to 4.7 in /source/scripts/python/rsasample
  • Update README.md
  • Tracked endless loop loading and refactored ts loader files and examples, solved properly, it was in the monkey patch of node loader when guessing the modules.
  • Solve bug introduced by 0a8e426 ; this forced to executed the destroy events of the functions, classes and objects after the runtime is destroyed and this is very problematic. The destruction has been moved after the destroy children. Apparently this should not be a problem, but maybe this should be separated into two different functions if there is some special case of a loader. For now it works on node (which is the problematic one) and for the rest of loaders, which is exactly the same behavior as before.
  • Solve memory leaks in fail path of rapid json serializer.
  • Add docker compose test and clang format checks.
  • remove \n in error messages
  • Add base for LLVM loader.
  • Solve minor bug in lua scripts cmake project.
  • validate function in call command