Kacper
Kacper
How about using this one? https://github.com/pointfreeco/swift-snapshot-testing it should be quite easy to use or extend if needed
partly done in 2.1.0
This should wait for Swift 5 to allow usage Error as generic error - it needs Error to conform to itself.
This should wait for Swift 5 to allow usage Error as generic error - it needs Error to conform to itself.
One more try for type safe errors: https://gist.github.com/kaqu/3dc0d7aac70fdedd71dfe14807a2bc94 Since we now have Combine on Apple platforms, Futura will not be so useful in current form. Support for Signals should be...