Is it intentional that TCA is transitively dependent on OrderedCollections? #1818
Answered
by
mbrandonw
kalupas226
asked this question in
Q&A
-
Hi. TCA imports However, TCA is only transitively dependent on OrderedCollections through IdentifiedCollections. Is it intentional that TCA hasn't direct dependencies on OrderedCollections (swift-collections) ? |
Beta Was this translation helpful? Give feedback.
Answered by
mbrandonw
Jan 11, 2023
Replies: 1 comment 4 replies
-
I suppose it is intentional because we're not aware of a downside to depending on it transitively. Do you know of any? |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
kalupas226
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I suppose it is intentional because we're not aware of a downside to depending on it transitively. Do you know of any?