-
Notifications
You must be signed in to change notification settings - Fork 520
Open
Labels
minor bugbug that does not prevent major features from workingbug that does not prevent major features from working
Description
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.
Metadata
Metadata
Assignees
Labels
minor bugbug that does not prevent major features from workingbug that does not prevent major features from working