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

Add rationale for FuturesExtra.syncTransform #2

Merged
merged 1 commit into from Feb 21, 2015
Merged

Conversation

spkrka
Copy link
Member

@spkrka spkrka commented Feb 21, 2015

No description provided.

@spkrka
Copy link
Member Author

spkrka commented Feb 21, 2015

Review? @noaresare @mbruggmann @rschildmeijer

@coveralls
Copy link

Coverage Status

Coverage remained the same at 76.67% when pulling 38060b53b3a36502aa5d68b90a1119c5786f0b36 on krka/readme into 91ab270 on master.

```

This doesn't actually work though, because Futures.transform has two variants: one that takes a Function and one that takes an AsyncFunction.
This confuses the compiler so it can't determine which variant you want to use.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe Hence the compiler can't determine which variant to use without additional type information?

@mbruggmann
Copy link
Member

Minor nitpick, otherwise 👍

@coveralls
Copy link

Coverage Status

Coverage remained the same at 76.67% when pulling ae0898f on krka/readme into 91ab270 on master.

spkrka added a commit that referenced this pull request Feb 21, 2015
Add rationale for FuturesExtra.syncTransform
@spkrka spkrka merged commit 0317e86 into master Feb 21, 2015
@spkrka spkrka deleted the krka/readme branch February 21, 2015 12:42
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

3 participants