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

Implemented retry.wrap for #6, also added tests and documentaion #7

Closed
wants to merge 1 commit into from

Conversation

kof
Copy link

@kof kof commented Jan 31, 2013

No description provided.

@tim-kos
Copy link
Owner

tim-kos commented Jun 11, 2014

Hey kof,

sorry for the long delay on this one. Can you please pull the original master and resolve the conflicts and then resubmit the pr?

Thank you!

@kof
Copy link
Author

kof commented Jun 11, 2014

hi,

done.

P.S: yes, your latency is sensational :)

if (!methods) {
methods = [];
for (var key in obj) {
Copy link
Owner

Choose a reason for hiding this comment

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

This should check for typeof key === 'function', so that other properties on the object that are not functions aren't taken as such.

@tim-kos
Copy link
Owner

tim-kos commented Jun 24, 2014

Once you correct these few things I'd be happy to merge this! Thank you for your effort!

@dirkbonhomme
Copy link

+1 for merge

@tim-kos
Copy link
Owner

tim-kos commented Jan 7, 2015

Hey @kof did you see my comments above?

@kof
Copy link
Author

kof commented Jan 9, 2015

Hi @tim-kos. Time has changed. I am not using it actively right now. I would appreciate if someone else takes my commits and implements the changes.

@tim-kos
Copy link
Owner

tim-kos commented Sep 1, 2015

Okay, I'll take it over myself.

@tim-kos
Copy link
Owner

tim-kos commented Sep 16, 2015

This has been implemented in 9446e80

Closing this.

@tim-kos tim-kos closed this Sep 16, 2015
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.

None yet

3 participants