vlang/vsl

vsl.plot not working in windows

holder66 opened this issue · 4 comments

holder66.hamnn CI workflow using windows-latest:
https://github.com/holder66/hamnn/runs/5589144170?check_suite_focus=true

VSL version:
OS:

What did you do?

What did you expect to see?

What did you see instead?

We are using python and bash behind the scenes. We need to adapt it to use something else and but still python for windows

We just need a pure V version... :-)

@JalonSolov not for this ticket and probably not for the next 2 months 😅

some context here. Seems that is it working on windows for users that have bash installed. So we need to figure out a way to know if bash is installed. Otherwise we need to provide another way of running the scripts that it provides

One way is to migrate all the .sh files in the plot/ dir to .vsh instead. That way VSL plot will be using V for mostly everything and just using python to run the plot server, which is a better way of doing it