Skip to content
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

Minor update which allows vpkg to compile and run with v0.2 of V #36

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

islonely
Copy link

A basic summary of what I did is: I added or{...} blocks to the code where required. And lock is apparently a keyword now, so I replaced every lock Lockfile with lf Lockfile in lockfile.v. In struct Package {...} I replaced ...string = '' with ...string because the type string now defaults to an empty string. And I think that's about it. You can look over the commits for anything I may have missed.

Decided I didn't contribute enough to have my name listed under the "Copyright (c) 2020 vkpg developer" so I removed it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant