Brentley Jones

Results 299 comments of Brentley Jones

https://bugs.swift.org/browse/SR-2660 ?

`And` is now implicit. If you implement a match for `Given`(or `When` or `Then`...) it will also work for `And`. If you are finding that `MatchAll` isn't matching for `And`,...

It's just a bug. A PR would be wonderful, thanks.

So, I don't have `@objc` in my `CucumberishInitializer`, so I'm not sure I need to add that? I added the `Defines Module` part though.

I'm using Cocoapods currently, so I don't see this. @FoxJon, by manual install, do you mean Carthage?

I think the issue @cyoungrbh is trying to say is there is no way to call `step` with a data table, since it's not part of the matching string. Seems...

@Ahmed-Ali I looked into this as well and I agree with @cyoungrbh, it would be nice to be able to pass an array of arrays just like we get when...

Happening here as well. And yes, the wrong `AppDelegate` is in a Carthage folder.

We have a project.yml file that has 276 targets, where 275 depend on a single other target. This change resulted in no speed up or slow down for us 😕.