-
Notifications
You must be signed in to change notification settings - Fork 45
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
Dave.151.update.deps.to.2.0.0.pre #152
Conversation
Handler = case Method of | ||
<<"HEAD">> -> handle_head; | ||
_ -> handle_get | ||
end, | ||
{[{<<"text/plain">>, Handler}], Req1, State}. | ||
ct:pal("Method ~p , Handler ~p", [Method,Handler ]), |
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 Elvis:
Missing space right "," on line 23
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 Elvis:
Remove the debug call to ct:pal/2 on line 23.
aa490ba
to
12fa882
Compare
12fa882
to
50fd396
Compare
c8e27ea
to
3bbf3c8
Compare
dep_cowlib = hex 1.0.2 | ||
dep_gun = hex 1.0.0-pre.1 | ||
|
||
dep_gun = git https://github.com/ninenines/gun.git d88f3675d |
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.
This is a main dep (i.e. it's in DEPS
). It should be fetched from hex
This PR depends that inaka/lasse#44 it will previously merged