core icon indicating copy to clipboard operation
core copied to clipboard

MetaCall: The ultimate polyglot programming experience.

Results 85 core issues
Sort by recently updated
recently updated
newest added

Signed-off-by: Tricster Add build.rs to rs_port, linking the correct library. Fixes #307. ## Type of change - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New...

## 🐛 Bug Report ``` [==========] Running 1 test from 1 test suite. [----------] Global test environment set-up. [----------] 1 test from metacall_rust_load_from_mem_test [ RUN ] metacall_rust_load_from_mem_test.DefaultConstructor [Wed Aug 3...

bug

add support for loading subfolders register "metacallcli-eval" for cli # Description Please include a summary of the change and which issue is fixed. List any dependencies that are required for...

# Description add base support for cli plugin architecture add support for building metacallcli-bootstrap ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) -...

# Description Add metacall include path so including metacall/metacall.h `#include ` works. Add metacall library path so libtcc can find libmetacall.so. Fixes #(issue_no) ## Type of change - [ ]...

# Description Added build and test CI for metacall/core using GitHub Actions for following platforms - Ubuntu 20.04, 18.04 GCC and Clang - Windows 2019 MSVC (failing, need help) -...

## 🐛 Bug Report When running with valgrind (because sanitizer is not giving me stack traces): `LOADER_LIBRARY_PATH=/metacall-core/build LOADER_SCRIPT_PATH=/metacall-core/build/scripts CONFIGURATION_PATH=/metacall-core/build/configurations/global.json SERIAL_LIBRARY_PATH=/metacall-core/build DETOUR_LIBRARY_PATH=/metacall-core/build PORT_LIBRARY_PATH=/metacall-core/build RUST_BACKTRACE=1 RUST_LOG=INFO valgrind --leak-check=full --tool=memcheck ./metacall-rust-testd` I get...

bug

Respect to the PR: https://github.com/metacall/core/pull/298 We should take some considerations: 1) Should we use a different name for core_plugin? Like cli_plugin or cli_core_plugin? 2) We should load only the cli/core_plugin...

## 🚀 Feature QEMU: https://github.com/marketplace/actions/run-on-architecture

devops