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

Added the events system #39

Merged
merged 1 commit into from
Aug 24, 2016
Merged

Added the events system #39

merged 1 commit into from
Aug 24, 2016

Conversation

HernanRivasAcosta
Copy link
Member

There's also a version bump.

@elbrujohalcon
Copy link
Member

You should add tests for this new functionality

@@ -5,7 +5,7 @@

{ deps
, [ {eper, "~> 0.94"}
, {epocxy, ".*", {git, "https://github.com/inaka/epocxy.git", {ref, "2b6a7c4"}}}
, {epocxy, ".*", {git, "https://github.com/HernanRivasAcosta/epocxy.git", {ref, "8778fa1"}}}
Copy link
Member

Choose a reason for hiding this comment

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

Why yours and not @duomark's version?

Copy link
Member Author

@HernanRivasAcosta HernanRivasAcosta Aug 22, 2016

Choose a reason for hiding this comment

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

This comma: https://github.com/duomark/epocxy/pull/65/files

I am going to wait for him to merge that PR.

catch erlang:spawn(M, F, A),
ok;
execute_hook([H | T], A) ->
ok = execute_hook(H, A),
Copy link
Member

Choose a reason for hiding this comment

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

This lines are not covered by tests. Most likely, considering how hooks are defined, they're not even needed.

@elbrujohalcon elbrujohalcon merged commit e346e89 into master Aug 24, 2016
@HernanRivasAcosta HernanRivasAcosta deleted the hernan.hooks branch August 24, 2016 17:59
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