core
core copied to clipboard
MetaCall: The ultimate polyglot programming experience.
# Description Build Metacall with C support for MacOS ## Type of change - [x] New feature (non-breaking change which adds functionality) # Checklist: - [x] I have performed a...
After fixing this [issue](https://github.com/metacall/core/issues/440) in build step A new issue raised in tests ### CI Logs [6_Configure.txt](https://github.com/metacall/core/files/11710463/6_Configure.txt) [7_Build.txt](https://github.com/metacall/core/files/11710465/7_Build.txt)
## 🚀 Feature For some reason the [original draft PR](https://github.com/metacall/core/pull/434) got closed, but here's the commit with the current work done: https://github.com/metacall/core/commit/d8e0c4572f3240711b3a475ab7cb29bcc36f9358 Our main developer of the loader (@MediosZ) has...
This issue was originally reported [here](https://stackoverflow.com/questions/71506390/metacall-cli-installation-error-on-windows). Trying to install the Metacall CLI on a Windows machine using the [installation guide](https://core.metacall.io/#/docs/getting-started?id=installation). The last step: `cmake --build . --target install` results in...
## 🚀 Feature Respect to portability, we should improve it as much as possible. For doing this there's different options but the most common one is directly supporting it from...
## 🐛 Bug Report Fix `pre-commit-clang-format` git hook to detect clang on windows and add v15 to the major version list. ### Expected Behavior ### Current Behavior Clang-format is not...
## 🐛 Bug Report This test has a suppresion, but it should be reviewed carefully: https://github.com/metacall/core/blob/85ecba341a6f724dfd85e540e522016be52c428d/source/tests/sanitizer/lsan.supp#L37 Some reference: https://carljohansen.wordpress.com/2020/05/09/compiling-expression-trees-with-roslyn-without-memory-leaks-2/ https://stackoverflow.com/questions/27266907/no-appdomains-in-net-core-why https://learn.microsoft.com/en-us/dotnet/api/system.runtime.loader.assemblyloadcontext.loadfromstream?view=net-7.0 https://github.com/dotnet/docs/blob/main/docs/fundamentals/syslib-diagnostics/syslib0024.md https://github.com/carljohansen/miscellaneous/blob/8cd82e02c222900fe99545fb155a79c015b7c028/SearchFilterCompiler.cs#L54 ``` 63: ==13145==ERROR: LeakSanitizer: detected memory leaks...
## 🐛 Bug Report While interoping Rust with .tsx the tsconfig.json is not picked up properly and throws this error when ran `cargo run`: ``` Exception in load_from_file /home/tamizh/Metacall_React-Actix_Example/target/debug/App.js:6 return...
## 🐛 Bug Report I've noticed that the access tokens used in the application are not being set with the HTTP-only attribute. This poses a potential security risk. Anybody can...
## 🚀 Feature The environment I'm trying to embed metacall into and use it with nodejs loader already has v8 libraries. The process itself is a Counter-Strike 2 server, which...