-
Notifications
You must be signed in to change notification settings - Fork 4
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
Older V does not compile #5
Comments
It may be better to first clone the whole repo, and find for the commit locally? |
Maybe the whole install process could use After the |
Now |
Also, dropped support for versions which require |
asdf install v 0.1.7
works while0.1.6
0.1.5
does not. (0.1.7
is the latest now)This may be happening because
asdf-v
uses the newestv.c
in git, but V is currently drastically changing and could be introducing breaking changes to the compiler.Although, vlang/vc doesn't keep
v.c
s in releases, so it is a bit hard to get the latestv.c
of the given version. (It could be done from the commits https://github.com/vlang/vc/commits/master, but you need to parse all the commit messages.)There are limits to the github api too.
The text was updated successfully, but these errors were encountered: