Marc Vertes

Results 69 comments of Marc Vertes

First, thank you @switchupcb for your interest in yaegi and this contribution. It's really appreciated. Also please forgive my delayed response. While it would be really nice to have direct...

@tonyalaribe, for the problem you mention, it may be worth to open a specific issue with a minimal reproducible case, that is a main package file (hello world style), that...

It should be possible to be smaller than 400 MB

Hi, can you check again, and run `npm run clean` after `npm install` ? It should clean most of the stuff necessary to build but useless at running.

Working on it right now. Expect an initial working version in the following days

Check the 'before_install' parameter in .travis.yml file, which uses an ubuntu target for continuous integration (and it works). If you run as root, you must use `npm install --unsafe-perm`.

@BasilArockiaEdwin, release 0.2.1 is ok now. Is it ok for you ?

@BasilArockiaEdwin you probably miss some pre-requisites indicated by configure errors (not printed in your incomplete trace). Check full trace, and look at pre-requisites in README.md, and as an example on...

Following the update to parquet-cpp-1.2.0, the location and linking of some parquet-cpp dependencies seem to have changed. I can build now and run on linux, but not yet on MacOSX,...