vpkg icon indicating copy to clipboard operation
vpkg copied to clipboard

Compile error

Open ChildishGiant opened this issue 4 years ago • 3 comments

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 |

ChildishGiant avatar Aug 05 '20 07:08 ChildishGiant

@ChildishGiant haven't updated vpkg for a while. I have a rewrite in the works. Will fix it asap

nedpals avatar Aug 05 '20 10:08 nedpals

@ChildishGiant haven't updated vpkg for a while. I have a rewrite in the works. Will fix it asap

Is this project no longer maintained?

HugoFlorentino avatar Dec 10 '20 16:12 HugoFlorentino

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 {

KeitoTobi1 avatar Feb 25 '21 12:02 KeitoTobi1