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

upgrade: duplicate messages for checkouts not being locked #2466

Open
tsloughter opened this issue Jan 11, 2021 · 0 comments · May be fixed by #2634
Open

upgrade: duplicate messages for checkouts not being locked #2466

tsloughter opened this issue Jan 11, 2021 · 0 comments · May be fixed by #2634
Labels
minor bug bug that does not prevent major features from working

Comments

@tsloughter
Copy link
Collaborator

I just noticed this oddity when running upgrade on a repo with a checkout:

rebar3 upgrade
===> Verifying dependencies...
===> App chatterbox is a checkout dependency and cannot be locked.
===> No upgrade needed for acceptor_pool
===> No upgrade needed for ctx
===> No upgrade needed for gproc
===> No upgrade needed for hpack
===> App chatterbox is a checkout dependency and cannot be locked.
===> App chatterbox is a checkout dependency and cannot be locked.

It prints 3 times that it can't lock chatterbox. Obviously it should only be once. It isn't a big deal but I figure finding out why it is hitting that 3 times could uncover some unnecessary processing going on, and it would at least make the output nicer.

@tsloughter tsloughter added the minor bug bug that does not prevent major features from working label Jan 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minor bug bug that does not prevent major features from working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant