-
Notifications
You must be signed in to change notification settings - Fork 701
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
Update lodash #38
Update lodash #38
Conversation
Let's have 2 👍 on this one, it's quite a dangerous PR and needs to be tested fairly well :-) |
Can @JocelynDelalande, @YaManicKill or @wizardfrag self-assign this one please? :-) |
As I'm not myself doogfooding |
@@ -135,4 +135,3 @@ ClientManager.prototype.autoload = function(/* sockets */) { | |||
}); | |||
}, 1000); | |||
}; | |||
|
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.
Was that intentional? We should always keep an EOF line to keep git and other tools happy :-)
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.
It had two new lines at the end, my editor automatically removed the extra one.
(Taking ownership and first review then) So far so goo, @xPaw, but I left you a few comments inline :-) Also, just wondering, did you try something like https://github.com/lodash/lodash-migrate to migrate? Not that we should blindly rely on that, but that might give you some extra confidence that nothing was forgotten. Thanks! |
I did just now, it didn't seem to complain. |
👍 |
Cool, looks good to me. 👍 Merging. |
Hopefully I didn't miss any function changes.