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

Fix Errors (#53) #97

Merged
merged 6 commits into from
Jan 3, 2017
Merged

Fix Errors (#53) #97

merged 6 commits into from
Jan 3, 2017

Conversation

ulfryk
Copy link
Member

@ulfryk ulfryk commented Jan 3, 2017

…and also:

  • add ESLint with bunch of strict rules
  • remove some unused code
  • cleanup tests

This one fixes #53

@ulfryk ulfryk self-assigned this Jan 3, 2017
@ulfryk ulfryk requested a review from cwmyers January 3, 2017 07:41
@ulfryk ulfryk added this to the 0.9 Release milestone Jan 3, 2017
@ulfryk ulfryk force-pushed the feature/53-fix-errors branch from ad7ee6a to 15dd5d0 Compare January 3, 2017 20:13
@@ -1047,9 +1009,9 @@
};
}
function addFunctorOps(type) {
if (type.prototype.map == null) {
if (!type.prototype.map) {
Copy link
Contributor

Choose a reason for hiding this comment

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

How about if(!isFuncton(type.prototype.map)) { ? It will follow conventions from methods above (I guess).

@ulfryk ulfryk merged commit 912d826 into develop Jan 3, 2017
@ulfryk ulfryk deleted the feature/53-fix-errors branch January 3, 2017 21:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix errors so they provide more information
2 participants