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
We're marking lots of things as open when I don't think they need/should be i.e. the step(_:file:line:function:) methods in StepDefiner. They should be public, but I don't see why they need to be overridable.
I think the Xcode auto migrate tool has been a bit liberal, and I should probably have checked more closely!
The text was updated successfully, but these errors were encountered:
We're marking lots of things as
open
when I don't think they need/should be i.e. thestep(_:file:line:function:)
methods in StepDefiner. They should be public, but I don't see why they need to be overridable.I think the Xcode auto migrate tool has been a bit liberal, and I should probably have checked more closely!
The text was updated successfully, but these errors were encountered: