This repository has been archived by the owner on Sep 9, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1k
[#1458] Add optional '-v' flag to ensure args help text #1485
Closed
awoodbeck
wants to merge
1,899
commits into
golang:master
from
awoodbeck:bugfix/ensure-verbose-flag-position
Closed
[#1458] Add optional '-v' flag to ensure args help text #1485
awoodbeck
wants to merge
1,899
commits into
golang:master
from
awoodbeck:bugfix/ensure-verbose-flag-position
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pr-template: instruction about updating changelog
fix(status): skip ignored pkgs in missing pkgs chk
It's confusing that when preparing a PR that updates dependencies, you suddenly get a lot of untracked files.
Skip broken vendor symlink rather than returning an error.
CONTRIBUTING.md: Document need to run dep prune
integration tests: remove unused parameter
fix(status): check lockfile before runStatusAll()
[WIP] Respect canonical import comments
* Create trie only when wildcard is found * Rename 'recursive' to 'wildcard' ignore
Adds test for createIgnorePrefixTree() which verifies the global ignore skip. Also, unifies createIgnorePrefixTree() of solver and pkgtree, moving it to pkgtree package.
Fix how dep status print revision constraints
Revert "Merge pull request #1405 from ibrasho-forks/prune-docs"
Update changelog
Output multi-element TOML arrays on newlines
status: make collectConstraints() concurrent
status: add validateFlags()
This changes fixes a bug due to which the LATEST field in status was missing for projects that were not in manifest but in lock and had pairedVersion. Since we check `bs.Version` to not be nil before entering into updateability block, we can use the same value as the constraint for matching with the version list obtained for the projects.
status: use unpaired ver constr when checking updateability
[WIP] Adds support for freebsd and 386 arch
docs: fix typo
fix .netrc example
Fixed sorting order and reorder test
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for the commit author(s). If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this do / why do we need it?
It's a simple change to address a deficiency in the help output of the
ensure
command.What should your reviewer look out for in this PR?
Nothing in particular.
Do you need help or clarification on anything?
No
Which issue(s) does this PR fix?
Fixes #1458