Replies: 3 comments 2 replies
-
|
I'm running into this issue now in some test utilities that import XCTest and ComposableArchitecture - any ideas on how to disambiguate this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Cross-linking pointfreeco/swift-dependencies#13 for future reference. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@davdroman Any interest in PRing this, or should we dive in? 😄 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In situations where
XCTDynamicOverlayis implicitly imported in tests (such as by importingDependencies), it might be useful to markXCTFailwith@_disfavoredOverloadso XCTest'sXCTFailcan take precedence in tests without ambiguities.Any thoughts? Is it worth a PR?
Beta Was this translation helpful? Give feedback.
All reactions