Vicente Eduardo Ferrer Garcia

Results 146 comments of Vicente Eduardo Ferrer Garcia

Respect to this PR, I am not sure if we should merge it or not. The problem respect to this is that it is really hard to fully test MetaCall,...

Some work done by @neilvillamizar : https://github.com/neilvillamizar/Haskell-Browse-Module-Signatures [Haskell-Browse-Module-Signatures-main.zip](https://github.com/metacall/core/files/6310264/Haskell-Browse-Module-Signatures-main.zip)

I am going to add a list of TODO tasks, so the whole project can be break into small pieces. Feel free to edit the original post with them (and...

Here's the updated version of the test: https://github.com/metacall/core/tree/develop/source/tests/metacall_java_test Here's the script that is being loaded: https://github.com/metacall/core/tree/develop/source/scripts/java/fibonacci/source

This needs to be documented. Basically.. MetaCall build system depends on this flag: ``` cmake -DCMAKE_BUILD_TYPE=Debug .. ``` The default option is `Release`. MSVC allows you to change after generation...

I just discovered that since CMake 3.11, you can set up per configuration the options! We should either check if this works: https://stackoverflow.com/a/32956785 Or this: https://stackoverflow.com/a/33831145 I think the second...

It looks pretty good for now, I want to wait until it is further developed in order to merge it but it is going well.

I am not sure if this is going to work as it is for all cases. It is making me doubt, so I am not sure to merge it. I...

I think we can implement this with portability/path module, so it works for multiple platforms and it handles all the cases (i.e if the path ends with or without slash)....

> > We can also use filesystem module from c++ 17 but I don't like it, it's very heavy. The portability path are just few small C functions with size...