Skip to content

Fix regression: Allow #tip and #latest tags in *.lib #890

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

Merged
merged 1 commit into from
Apr 25, 2019
Merged

Fix regression: Allow #tip and #latest tags in *.lib #890

merged 1 commit into from
Apr 25, 2019

Conversation

vmedcy
Copy link
Contributor

@vmedcy vmedcy commented Apr 25, 2019

PR#873 introduced a regression in *.lib file handling:
https://github.com/ARMmbed/mbed-cli/pull/873/files

Before 1.10.0, Mbed CLi was able to import components
from lib files with 'latest' or 'tip' tag as revision specifier:
https://github.com/ARMmbed/mbed-os/#latest

It is no longer possible with 1.10.0:
[mbed] ERROR: Named branches not allowed in .lib, offending lib is mbed-os.lib

This change brings back support for both tags in lib files.

PR#873 introduced a regression in *.lib file handling:
https://github.com/ARMmbed/mbed-cli/pull/873/files

Before 1.10.0, Mbed CLi was able to import components
from lib files with 'latest' or 'tip' tag as revision specifier:
https://github.com/ARMmbed/mbed-os/#latest

It is no longer possible with 1.10.0:
[mbed] ERROR: Named branches not allowed in .lib, offending lib is mbed-os.lib

This change brings back support for both tags in lib files.
Copy link
Contributor

@bridadan bridadan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works for me, thanks for the fix.

@bridadan bridadan merged commit a3d67fb into ARMmbed:master Apr 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants