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

Change toIteratorExecution to toIterableExecution #1058

Merged
merged 1 commit into from
Sep 19, 2014

Conversation

johnynek
Copy link
Collaborator

due to #1055 we should be caching execution results. This means, all the results must be immutable, and Iterators are not. It is really not hard at all to only have the API put immutable values in the Executions, so here we just change from Iterator to Iterable.

@johnynek
Copy link
Collaborator Author

@egonina look at this one too, please?

@johnynek
Copy link
Collaborator Author

Note, the Execution Monad is new in 0.12, which the final has not been released. This is good to do before we release 0.12 final and have an API that people may have coded to.

egonina added a commit that referenced this pull request Sep 19, 2014
Change toIteratorExecution to toIterableExecution
@egonina egonina merged commit 4113e96 into develop Sep 19, 2014
@egonina egonina deleted the immutable-execution branch September 19, 2014 21:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants