-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Swift 4.1?] Add Arbitrary instances for EVERYTHING #166
Comments
I've already got some generators for CoreGraphics & UIKit that I'd be happy to contribute. |
I've got some Foundation (pre-Swift 3) generators that need to be cleaned up, but I'd be happy to contribute, as well. |
Do you think these would be better separated into different projects? It would keep the API footprint and code size small for SwiftCheck proper. |
Now that it's been merged for real this time @kykim do you still have those Foundation extensions? |
I'll try to put together something w/ my CG & UIKit generators as well. |
Fantastic! It's going to be a bit awkward to work with an old toolchain on this stuff, but I have a feeling this is going to ship with 3.1 in January-ish so it shouldn't be that long! |
With the merger of SE-0075, we should be able to conditionally export new Arbitrary API for every module under the sun. Off the top of my head
would be useful to start with.
The text was updated successfully, but these errors were encountered: