You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is related to Swift's proposal for Nested Protocols. Sourcery is unable to generate valid mocks for nested protocols because it encounters invalid class names when it tries to generate the mock implementations.
With this proposal it is possible to define protocols like this:
The problem is related to Swift's proposal for Nested Protocols. Sourcery is unable to generate valid mocks for nested protocols because it encounters invalid class names when it tries to generate the mock implementations.
With this proposal it is possible to define protocols like this:
Sourcery generates the following code which results in invalid class names:
The correct generated code should be:
I know this is an experimental feature, but it would be great if Sourcery could support this.
The text was updated successfully, but these errors were encountered: