Marcin Iwanicki
Marcin Iwanicki
Extensions generated with https://github.com/krzysztofzablocki/Sourcery/blob/master/Templates/Templates/AutoEquatable.stencil template can yield the following warning: ``` AutoEquatable.generated.swift: warning: enum case '' has associated values; matching them as a tuple is deprecated ``` It's probably due...
I'd like to ask if there is any built-in support to model the following container structure where each block represents a single container and an arrow points to the parent...
A small follow up on https://github.com/bloomberg/xcdiff/pull/56#pullrequestreview-418000411.
As pointed by @kwridan in https://github.com/bloomberg/xcdiff/pull/56#pullrequestreview-418000411, it might be useful to have paths to `-p1`, `-p2` projects in the result type. The paths could be included in supported formats (not...
Currently the `Makefile` relies on `xcpretty` being already installed. I'd like to build OCMock myself, and ideally, limit the number of external dependencies needed to do so. Would it be...
Hi, first of all I'd like to thank you for the great work on OCMock and the project infrastructure. The `Makefile` makes it really easy to build the library. My...
I found a small mistake in the style-guide. All in all it's really cool, thanks for great work!
The file was added to satisfy ruby code scanner. The ruby file scanner has been deactivated such that we can also remove the stub file. Test Plan: - Ensure all...