Skip to content

MetaCall v0.3.17 [2021-03-20]

Compare
Choose a tag to compare
@viferga viferga released this 20 Mar 11:48
· 32 commits to de78aa72f9729997eb36eea1d1fe94ad92726077 since this release
  • Update format properly from last commit.
  • Update changes of the node loader binding method to the node port too.
  • Fix initialization of NodeJS trampoline
  • Solve minor bugs related to new async destroy in node loader.
  • Completed basic version of new destroy mechanism.
  • Remove .h.in && .c.in from formatting
  • Add base for async safe destroy in node loader, counting the amount of async resources remaining in the event queue by means of hooking the async resource creation and destriction events.
  • Review clang format changes from @giarve.
  • Update README.md
  • Format C/C++ codebase using clang-format
  • Add git hooks, GitHub action and pre-commit hook for clang-format
  • Remove unnecesary files related to linting and add minor corrections.
  • Add clang-format config file and add its custom target to cmake
  • add issues and pull request templates
  • Fix icu4c version for NodeJS 15.x.x
  • Fix links and grammar in docs
  • Update Ubuntu version in supported platforms
  • change basePath to currentDirectory
  • Use TS functions to parse tsconfig
  • Add notes for kind loader.
  • feat: load tsconfig from the root of the project
  • Solve minor bug where you run metacall test.py and it loads Python stdlib test module instead of local test.py module.
  • Remove dead includes from logs.
  • Remove unnecesary test and add test for file loader fail path.
  • Checking introspection test for reproducing a bug in distributable but it is working properly.