-
Notifications
You must be signed in to change notification settings - Fork 767
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
R.swift 7 – Major version, Xcode plugin, internal refactor #766
Conversation
I don’t know. In particular, I’m not sure what the slow part is here. We’ll have to investigate what’s causing the slowness. Is calling any build tool slow (even if it does nothing)? Or is Rswift slow, because it does a lot of redundant work? That might be optimized by generating an “input file”, but maybe then the generation of the input file becomes the slow part… So in conclusion: I’ll have to investigate this future 🙂 |
Global overview:
This version still needs testing in real world projects, to see if there are things broken that shouldn't be. Also a proper migration guide needs to be written.
If you want to help testing this version in your project:
CocoaPods:
pod 'R.swift', '~> 7.0.0-alpha.17'
SPM:
.package(url: "https://github.com/mac-cain13/R.swift.git", branch: "refactor")
Fixes:
static let allImages
array to namespaced image folders #589