core icon indicating copy to clipboard operation
core copied to clipboard

MetaCall: The ultimate polyglot programming experience.

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

After testing with NodeJS Port it seems that Ruby loader does not work properly, it needs to be thread safe. There are some workarounds to make it run. All of...

Added F# hello sample from C# sample

Reference: https://github.com/metacall/core/pull/8#issuecomment-498457578 Needs to be solved first: https://github.com/metacall/core/issues/13 The publish must be done only when tagging. Environment variables with secrets must be tested and enabled in the upload script.

# Description add base support for exporting objects and classes in node_loader Fixes #(issue_no) ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) -...

## 🐛 Bug Report On pressing `Ctrl-C` the kill signal doesnt behave the way it should when previously a python program is loaded ![image](https://user-images.githubusercontent.com/54945757/190391496-3a4f4bdd-0a0c-417a-9712-5e4b1c007b4d.png) ### Expected Behavior Should exit on...

bug

## 🐛 Bug Report This bug gets shown with logs but probably it's a race condition related to threading, specially in destruction of TypeScript loader. This has to be reviewed...

bug

refactor cli add repl plugin # Description Please include a summary of the change and which issue is fixed. List any dependencies that are required for this change. Fixes #(issue_no)...

# 🐛 Bug Report ## Memory Leak in Windows for `metacall_python_exception_test` ### Logs Spoiler (Click to View) ``` Running the tests... Invalid value for '--test-output-size-failed': 3221000000 Test project D:/a/metacall-core-detached/metacall-core-detached/build Start...

bug

## 🚀 Feature For fully implementing [this feature](https://github.com/metacall/core/issues/41) for all architectures, including MacOS M1 etc.. we would need to build docker images for multiple architectures (and maybe multiple OS if...

## 🚀 Feature After this PR: https://github.com/metacall/core/issues/430 , the CLI is fully refactored and it can be easily extended. There is still few issues to handle, like reviewing the architecture...

enhancement
javascript
c/c++