CatchingFire icon indicating copy to clipboard operation
CatchingFire copied to clipboard

Test Library for Swift's Error Handling

Results 2 CatchingFire issues
Sort by recently updated
recently updated
newest added

- this was done as part of this https://github.com/kylef/PathKit/issues/13#issuecomment-204968489

Failure messages are now shown on the line that initially used the assertion, not buried in the framework code. This is done by setting default `file` and `line` parameters to...