Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Remove redundant Attempt (in favor of scala.util.Try) #133

Merged
merged 3 commits into from
Jul 9, 2013

Conversation

sritchie
Copy link
Collaborator

@sritchie sritchie commented Jul 8, 2013

No description provided.

* will result in a scala.util.Failure containing the InversionFailure. A success
* will result in a scala.util.Success containing the inverted value.
*/
type Attempt[T] = Try[T]
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can we leave this with a TODO for 0.6.0?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Sure, done

johnynek added a commit that referenced this pull request Jul 9, 2013
Remove redundant Attempt (in favor of scala.util.Try)
@johnynek johnynek merged commit 2dbdf34 into develop Jul 9, 2013
@johnynek johnynek deleted the feature/remove_attempt branch July 9, 2013 03:30
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants