Closed zenangst closed 1 year ago
@all-contributors add @zenangst for code
@kwridan
I've put up a pull request to add @zenangst! :tada:
Found a nasty little casing issue which caused the tests to not compile. Fixed here https://github.com/tuist/XcodeProj/pull/761/commits/ad3d477b665f47e185417279f6e027f1e0cb26f3
I bit unsure what is going on with the test_read_write_produces_no_diff
test.
@kwridan I tried something really quickly but I ended up with the clash between using CaseIterable
and having an associated type on the enum. They don't really work well together.
I think to really nails this, I'll open an issue, so that the rest of the community can also chip in an spitball some ideas, like you suggested.
I pushed a commit to improve on the naming.
Made an issue here - https://github.com/tuist/XcodeProj/issues/763
Awesome thanks @zenangst 🙏
Thanks for tackling this one @zenangst. I'll go ahead with merging this and I'll tackle your issue separately.
Short description 📝
This PR adds support for Xcode runtime issues breakpoints. It simply adds a new case to the
BreakpointExtensionID
called.runtimeException
which can be used to generate breakpoints.Solution 📦
Add missing case to
BreakpointExtensionID
for generating runtime issue breakpoints.Implementation 👩💻👨💻
BreakpointExtensionID
case to support runtime issue breakpointsXCBreakpointListTests
to include looking for the runtime exception