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

Switch from LlamaKit to antitypical/Result #43

Merged
merged 3 commits into from
Apr 21, 2015
Merged

Conversation

mdiep
Copy link
Contributor

@mdiep mdiep commented Apr 16, 2015

Fixes #41.

@jspahrsummers
Copy link
Contributor

dependencies

@mdiep
Copy link
Contributor Author

mdiep commented Apr 20, 2015

Gonna close this until antitypical/Result#29 is merged and released.

@mdiep mdiep closed this Apr 20, 2015
@robrix
Copy link
Contributor

robrix commented Apr 20, 2015

antitypical/Result#29 has been merged

@mdiep mdiep reopened this Apr 20, 2015
@mdiep
Copy link
Contributor Author

mdiep commented Apr 20, 2015

This is ready to go now. ✨

}

let repository = Repository(pointer)
return success(repository)
return Result.success(repository)
Copy link
Contributor

Choose a reason for hiding this comment

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

You can also write .success here, if that would be more agreeable. (I don’t have strong feelings either way myself.)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think I'll stick with Result.success for now.

Copy link
Contributor

Choose a reason for hiding this comment

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

👍

@robrix robrix self-assigned this Apr 21, 2015
@robrix
Copy link
Contributor

robrix commented Apr 21, 2015

Just the one comment which I’ll defer to you on. Merge away if you’d rather not address it in this PR/at all!

mdiep added a commit that referenced this pull request Apr 21, 2015
Switch from LlamaKit to antitypical/Result
@mdiep mdiep merged commit f6b8483 into master Apr 21, 2015
@mdiep mdiep deleted the antitypical-result branch April 21, 2015 02:45
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.

Switch from LlamaKit to antitypical/Result
3 participants