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

refactor(preprocessor): sort the binary extension list #1149

Closed
wants to merge 1 commit into from
Closed

refactor(preprocessor): sort the binary extension list #1149

wants to merge 1 commit into from

Conversation

aymericbeaumet
Copy link
Member

Sort the extension list used to determine whether a file is binary in the
alphabetical order.

Sort the extension list used to determine whether a file is binary in the
alphabetical order.
@@ -12,17 +12,22 @@ var sha1 = function(data) {
};

var isBinary = Object.create(null);
// TODO(aymeric): keep this list alphabetically sorted and wrapped to 80
Copy link
Contributor

Choose a reason for hiding this comment

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

Why TODO?
For me more appropriate something like NOTE.

Copy link
Member Author

Choose a reason for hiding this comment

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

Good point.

@maksimr
Copy link
Contributor

maksimr commented Aug 21, 2014

LGTM

@maksimr
Copy link
Contributor

maksimr commented Sep 23, 2014

What with this PR?

@aymericbeaumet
Copy link
Member Author

No longer feasible. Also it has a limited interest.

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.

2 participants