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

change UserStateScheme property in XCUserData from Array into Set #757

Closed
wants to merge 1 commit into from

Conversation

JCSooHwanCho
Copy link

Resolves #756

Short description 📝

Although UserStateScheme in XCUserData has dictionary representation actually, It was converted as Array. This bug is blocking bumping up dependency version in Tuist.

related PR: here

Solution 📦

make that property as Set

Implementation 👩‍💻👨‍💻

Detail in a checklist the steps that you took to implement the PR.

  • Change property type from Array into Set
  • Refine Code with strong type safety

@kwridan
Copy link
Collaborator

kwridan commented Apr 22, 2023

Thanks @JCSooHwanCho - looks like we both submitted fixes 😅

#758

We'll likely need to keep the existing array to maintain the current public API without introducing breaking changes. I think this PR could be a good candidate for the next major release.

@kwridan kwridan marked this pull request as draft April 24, 2023 07:05
@danieleformichelli
Copy link
Collaborator

Replaced by #756

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.

XCSchemeManagement reads from path are unstable
3 participants