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

Fixes LAFuture.collect/collectAll behaviour for empty list parameter #1664

Merged
merged 2 commits into from
Jan 8, 2015

Conversation

arkadius
Copy link
Contributor

@arkadius arkadius commented Jan 6, 2015

For empty list parameter, were returned future which never been satisfied.
Now is returned future that is immediately satisfied by empty list.

Fixes #1653

For empty list parameter, were returned future which never been satisfied.
Now is returned future that is immediately satisfied by empty list.
@arkadius arkadius mentioned this pull request Jan 6, 2015
@fmpwizard fmpwizard added this to the 3.0-M3 milestone Jan 6, 2015
@fmpwizard
Copy link
Member

Please remember to add your name to the contributors.md file.

@arkadius
Copy link
Contributor Author

arkadius commented Jan 7, 2015

Done it. Thank you for reminder.

@Shadowfiend
Copy link
Member

Winner! Dig this one, I'm 👍 . Will give it a day to see if any concerns are brought up by other committers and then merge 'er.

@fmpwizard
Copy link
Member

Looks great! 👍

@Shadowfiend
Copy link
Member

Alllll righty let's put 'er in!

Shadowfiend added a commit that referenced this pull request Jan 8, 2015
Fixes LAFuture.collect/collectAll behaviour for empty list parameter

For empty list parameter, were returned future which never been satisfied.
Now is returned future that is immediately satisfied by empty list.
@Shadowfiend Shadowfiend merged commit 1bc951e into lift:master Jan 8, 2015
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.

LAFuture.collect / LAFuture.collectAll with empty list parameter is never satified
3 participants