You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I just noticed this oddity when running
upgrade
on a repo with a checkout: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.The text was updated successfully, but these errors were encountered: