We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
PS E:\code\v> v build .\vpkg vpkg\api\lockfile.v:36:5: error: unexpected lock, expecting name 34 | 35 | fn get_lockfile_path(dir string) string { 36 | return os.join_path(dir, '.vpkg-lock.json') | ~~~~ 37 | } 38 |
lock
name
The text was updated successfully, but these errors were encountered:
@ChildishGiant haven't updated vpkg for a while. I have a rewrite in the works. Will fix it asap
Sorry, something went wrong.
Is this project no longer maintained?
C:\vpkg>v -prod . api\lockfile.v:58:5: error: unexpected keyword lock, expecting name 56 | } 57 | 58 | fn (lock Lockfile) find_package(name string) int { | ~~~~ 59 | for idx, package in lock.packages { 60 | if package.name == name {
No branches or pull requests
PS E:\code\v> v build .\vpkg
vpkg\api\lockfile.v:36:5: error: unexpected
lock
, expectingname
34 |
35 | fn get_lockfile_path(dir string) string {
36 | return os.join_path(dir, '.vpkg-lock.json')
| ~~~~
37 | }
38 |
The text was updated successfully, but these errors were encountered: