-
Notifications
You must be signed in to change notification settings - Fork 96
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
Consider multiple distribution files with REP-143 #330
Conversation
This works against the current rosdistro (repo and library). @dirk-thomas for review. |
lgtm |
+1, though once we're finished the transition we should use a versioned dependency and remove the backwards compatibility. |
There is no strong reason to remove the REP 141 support anytime soon. |
I'm not talking about removing REP 141 support. I'm talking about removing the deprecated API support with the try catch logic. Once there's an released version of rosdistro which supports 141 and 143 there's no need for the try catch logic. |
Yes, as soon as |
Consider multiple distribution files with REP-143
I created a ticket to track this: #334 |
I've tested up to the pull-request stage and get this:
|
With REP-143 (ros-infrastructure/rep#87) there can be multiple distribution files, so bloom with try to use the new api in rosdistro (ros-infrastructure/rosdistro#45) to get a list of the distribution files and then take the last one. Otherwise it will fall back to the current rosdistro API, so this change is backwards compatible.