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
Edit the pin in alire.toml, changing branch='master' to branch='feat/machine-output'
alr update
Observe
error: Your local changes to the following files would be overwritten by checkout:
config/aaa_config.ads
config/aaa_config.gpr
config/aaa_config.h
Please commit your changes or stash them before you switch branches.
The text was updated successfully, but these errors were encountered:
Originally submitted to mosteo/aaa#7
We have observed some issues when updating branch pins on crate
aaa
. Should theconfig/aaa_config.*
files be.gitignore
ed?To reproduce:
alr init xxx
cd xxx
alr pin aaa --use=https://github.com/mosteo/aaa --branch=master
alr build
alire.toml
, changingbranch='master'
tobranch='feat/machine-output'
alr update
The text was updated successfully, but these errors were encountered: