-
Notifications
You must be signed in to change notification settings - Fork 9
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
Overhaul #31
Overhaul #31
Conversation
@@ -93,14 +93,14 @@ info(Msg, Req, State) -> | |||
Result = Module:handle_info(Msg, ModuleState), | |||
process_result(Result, Req, State). | |||
|
|||
terminate(Reason, Req, State) -> | |||
terminate(Reason, Req, State = #state{}) -> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
According to Compiler:
Warning: missing specification for function terminate/3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
According to Compiler:
Warning: missing specification for function terminate/3
283fe29
to
5a8bfdf
Compare
80dae58
to
2f8ea95
Compare
dep_sync = https://github.com/rustyio/sync.git master | ||
dep_gun = https://github.com/extend/gun.git master | ||
dep_meck = https://github.com/inaka/meck master | ||
SELL_DEPS = sync |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this should be SHELL_DEPS
.
[Fixes #29, #28, #27, #21, #17] It basically fixes everything