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

Overhaul #31

Merged
merged 7 commits into from Jun 8, 2015
Merged

Overhaul #31

merged 7 commits into from Jun 8, 2015

Conversation

elbrujohalcon
Copy link
Member

[Fixes #29, #28, #27, #21, #17] It basically fixes everything

@@ -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{}) ->
Copy link
Member

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

Copy link
Member

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

@elbrujohalcon elbrujohalcon self-assigned this Jun 7, 2015
@elbrujohalcon elbrujohalcon force-pushed the elbrujohalcon.overhaul branch 2 times, most recently from 283fe29 to 5a8bfdf Compare June 7, 2015 04:16
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
Copy link
Contributor

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.

@elbrujohalcon elbrujohalcon changed the title Testing with shotgun and some other updates Overhaul Jun 8, 2015
jfacorro added a commit that referenced this pull request Jun 8, 2015
@jfacorro jfacorro merged commit 53a00c4 into master Jun 8, 2015
@jfacorro jfacorro deleted the elbrujohalcon.overhaul branch June 8, 2015 18:12
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.

proplists -> maps
3 participants