Skip to content
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

Ensure topics and provides are always serialized as lists #13298

Merged
merged 2 commits into from
Mar 2, 2023

Conversation

AbrilRBS
Copy link
Member

@AbrilRBS AbrilRBS commented Mar 2, 2023

Changelog: Bugfix: Ensure that topics are always serialized as lists.
Docs: omit
Changelog: Bugfix: Ensure that provides are always serialized as lists.
Docs: omit

This came about with cci's CI breaking due to a broken logic that assumed topics were always a list, which was not the case for some of the recipes. After hotfixing its code, this PR now aims to ensure that both topics and provides are always serialized as lists, even if the recipe defines only a string for those attributes.

@AbrilRBS AbrilRBS requested a review from memsharded March 2, 2023 12:03
@AbrilRBS AbrilRBS requested review from czoido and removed request for memsharded March 2, 2023 12:11
@AbrilRBS AbrilRBS assigned memsharded and unassigned czoido Mar 2, 2023
@memsharded memsharded added this to the 2.0.1 milestone Mar 2, 2023
conans/model/conan_file.py Outdated Show resolved Hide resolved
@memsharded memsharded merged commit f82ed24 into conan-io:release/2.0 Mar 2, 2023
@AbrilRBS AbrilRBS deleted the rr/fix-topics-as-nontuple branch March 2, 2023 16:55
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.

3 participants