-
Notifications
You must be signed in to change notification settings - Fork 250
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
tags: make _platform_tags public #446
Conversation
aaca0ec
to
e47fe47
Compare
I don't have a specific opposition to this idea, although I'm not sure what others think. There's also no documentation to go with this, so if we choose to move forward with this then that will need to be rectified. |
I'm fine with this as a concept -- although, as you said, documentation updates are likely necessary for this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Without reviewing the code (and assuming no objections come up to exposing this part of the API), doc changes are needed.
No worries, I will do that next week. |
e47fe47
to
a0cfe99
Compare
There are situations where we may need to look at the compatible platform versions. The best workaround for this would be using compatible_tags and striping down the unnecessary fields. There is already a precedent for this, mac_platforms. Signed-off-by: Filipe Laíns <[email protected]>
a0cfe99
to
d072dac
Compare
Friendly ping. |
Sorry, been sick (and still recovering). Refreshed my review request to get it back into my queue. |
No worries 😄 |
Thanks! |
There are situations where we may need to look at the compatible
platform versions. The best workaround for this would be using
compatible_tags and striping down the unnecessary fields. There is
already a precedent for this, mac_platforms.