-
-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vsl.plot: Convert .sh files to .vsh #115
Comments
I think, for this case, we must use platform independent APIs to translate the .sh files. I am actually trying to figure out how to translate the whole thing in such a way that it does not break in some particular operating systems. Hopefully, soon I will be on the task. |
Me myself had to actually struggled with windows. Then, I moved on wsl. |
The beauty of .vsh files it that they are V script files, so they will do everything V will do in the same cross-platform manner as regular V programs. |
@AmitPress do you want me to assign this issue to you? we can also split it into different smaller tasks so we can migrate the scripts one by one 👌🏻 |
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 theplot/
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 itOriginally posted by @ulises-jeremias in #78 (comment)
The text was updated successfully, but these errors were encountered: