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

fixed double call of complete Parser method #8

Merged
merged 1 commit into from
Apr 13, 2016

Conversation

kgilvi3
Copy link

@kgilvi3 kgilvi3 commented Apr 13, 2016

CsvToJson calls the complete property twice -- once explicitly in the CsvToJson definition, and once during the parse method of the ParseHandle object. Removed the explicit call in the function definition to leave other ParseHandle functionality intact.

CsvToJson calls the complete property twice -- once explicitly in the CsvToJson definition, and once during the parse method of the ParseHandle object. Removed the explicit call in the function definition to leave other ParseHandle functionality intact.
@mholt
Copy link
Collaborator

mholt commented Apr 13, 2016

Hm, you're right, there does seem to be a complete() call on line 320 (line 318 after the change). Thanks!

@mholt mholt merged commit f1d91ee into Rich-Harris:master Apr 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants