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

Implement the command upgrade #1090

Merged
merged 1 commit into from
Jul 17, 2023
Merged

Implement the command upgrade #1090

merged 1 commit into from
Jul 17, 2023

Conversation

yyoncho
Copy link
Contributor

@yyoncho yyoncho commented Apr 14, 2023

The command can be used to upgrade a minimal set of requirements in a lock file.

Here it is a sample invocation:

nimble upgrade foobar@#head

I have reworked the way lock operation works. Now it uses the lock file and
then applies the requirements from upgrade/requires section.

src/nimble.nim Show resolved Hide resolved
src/nimble.nim Outdated Show resolved Hide resolved
The command can be used to upgrade a minimal set of requirements in a lock file.

Here it is a sample invocation:

```
nimble upgrade foobar@#head
```

I have reworked the way `lock` operation works. Now it uses the lock file and
the applies the requirements from `upgrade`/`requires` section.
@zah zah merged commit ac4a862 into nim-lang:master Jul 17, 2023
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.

2 participants