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

[Fix #211] Add meta testing and Fix dialyzer warnings #230

Merged
merged 1 commit into from
Feb 25, 2016

Conversation

harenson
Copy link
Member

No description provided.

@@ -56,7 +71,7 @@ sumo_sleep(Person) ->
description => Person#person.description,
profile_image => Person#person.profile_image}.

-spec sumo_wakeup(sumo:doc()) -> person().
-spec sumo_wakeup(Person::sumo:doc()) -> sumo:user_doc().
Copy link
Member

Choose a reason for hiding this comment

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

This is not correct, the result of sumo_wakeup (like the input of sumo_sleep) should be person().

@harenson harenson force-pushed the harenson.211.add-meta-testing branch from 4f7bf99 to 0136cd6 Compare February 25, 2016 18:01
elbrujohalcon pushed a commit that referenced this pull request Feb 25, 2016
[Fix #211] Add meta testing and Fix dialyzer warnings
@elbrujohalcon elbrujohalcon merged commit 0c51a27 into master Feb 25, 2016
@harenson harenson deleted the harenson.211.add-meta-testing branch February 25, 2016 18:14
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.

2 participants