Skip to content
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

Use gyb from the Swift project for the AppKit/UIKit extensions #76

Open
liscio opened this issue Jan 7, 2016 · 4 comments
Open

Use gyb from the Swift project for the AppKit/UIKit extensions #76

liscio opened this issue Jan 7, 2016 · 4 comments

Comments

@liscio
Copy link

liscio commented Jan 7, 2016

The MutableProperty wrappers are effectively copy & pasted with a few tweaks here & there for types, associated keys, and so on. It would be wise to figure out a way to use the gyb (Generate Your Boilerplate) tool from the Swift project to help us overcome a lot of that (sadly necessary) boilerplate.

@neilpa
Copy link
Member

neilpa commented Jan 7, 2016

@andersio
Copy link
Member

andersio commented Jul 18, 2016

Implemented in #142 #147. :)

@dmcrodrigues
Copy link
Contributor

@andersio In my humble opinion, that should have been done in a separate PR and not in a branch expected to restructure/rename a lot of things and which may not be merged soon. I think this won't make our life easier because it will require a synchronization between current version targeting Swift 2.x and the new one targeting Swift 3.

@andersio
Copy link
Member

@dmcrodrigues They are now split, and I have setup the RAC5 as the branch for reviewed PR like the main repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants