Vicente Eduardo Ferrer Garcia
Vicente Eduardo Ferrer Garcia
## 🐛 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 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...
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
Haskell has a compiler generation tool that provides the stubs in C language to Haskell (https://wiki.haskell.org/Calling_Haskell_from_C). Due to this design, the loader must be implemented mostly with Haskell. The load...
## 🚀 Feature The idea of this is to provide support for multiple platforms for dynamic linking libraries (i.e extend the platforms where the plugin system will work). The current...
## 🚀 Feature Related to this issue: https://github.com/metacall/core/issues/266 ; it's is possible that single threaded execution may not need to save and restore thread context for each call. This is...
## 🐛 Bug Report Since CMake 3.20, the write_compiler_detection_header has been deprecated ( https://cmake.org/cmake/help/latest/module/WriteCompilerDetectionHeader.html ). My recommendation is to completely remove it. It is being used in a lot of...