Skip to content

Prevent keyword truncation #3

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

Merged
merged 1 commit into from
Feb 4, 2016
Merged

Conversation

dantleech
Copy link
Member

Prevent keyword truncation (and Warnings) when determining the class
contained in a file.

The original code read 512 character chunks from the file, but this meant that keywords could be truncated.

This fix only reads entire lines.

Prevent keyword truncation (and Warnings) when determining the class
contained in a file.
@dantleech dantleech force-pushed the prevent_keyword_truncation branch from 4dc5000 to 6af6226 Compare February 4, 2016 09:35
dantleech added a commit that referenced this pull request Feb 4, 2016
@dantleech dantleech merged commit 2d93777 into master Feb 4, 2016
@dantleech dantleech deleted the prevent_keyword_truncation branch February 4, 2016 09:40
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.

1 participant