-
Notifications
You must be signed in to change notification settings - Fork 433
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
Adding lazyMap
#240
Merged
Merged
Adding lazyMap
#240
Commits on Jan 26, 2017
-
Adds lazy value evaluation, and lenses
Includes init(lazyValue:) for SignalProducer, lens for PropertyProtocol, and associated tests to ensure everything works as advertised.
Configuration menu - View commit details
-
Copy full SHA for 9190196 - Browse repository at this point
Copy the full SHA 9190196View commit details -
Add the writing side to lenses
We might as well go whole-hog if we're going to offer the concept of a lens...
Configuration menu - View commit details
-
Copy full SHA for a293ce8 - Browse repository at this point
Copy the full SHA a293ce8View commit details
Commits on Jan 27, 2017
-
Configuration menu - View commit details
-
Copy full SHA for af953b3 - Browse repository at this point
Copy the full SHA af953b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c2f6d1 - Browse repository at this point
Copy the full SHA 9c2f6d1View commit details
Commits on Jan 30, 2017
-
read lens -> lazyMap, write lens -> bindingTarget
Renamed the operations based on feedback, and eliminated the non-scheduled variations of lazyMap as they offered none of the benefits that lazy evaluation is offering.
Configuration menu - View commit details
-
Copy full SHA for c25b03b - Browse repository at this point
Copy the full SHA c25b03bView commit details
Commits on Jan 31, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 6e7d249 - Browse repository at this point
Copy the full SHA 6e7d249View commit details -
Configuration menu - View commit details
-
Copy full SHA for a925ee9 - Browse repository at this point
Copy the full SHA a925ee9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63b2263 - Browse repository at this point
Copy the full SHA 63b2263View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4d5e83 - Browse repository at this point
Copy the full SHA f4d5e83View commit details
Commits on Feb 4, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 61e5fd5 - Browse repository at this point
Copy the full SHA 61e5fd5View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.