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

Pass lines to parser including line endings #15

Merged
merged 2 commits into from
Jan 4, 2017

Conversation

AlexMekkering
Copy link
Contributor

This PR will solve CRC issues for me when using the DSMRProtocol class. It effectively adds line feeds again after they've been stripped by split.

@codecov-io
Copy link

Current coverage is 71.52% (diff: 100%)

Merging #15 into master will increase coverage by 0.18%

@@             master        #15   diff @@
==========================================
  Files             9          9          
  Lines           307        309     +2   
  Methods           0          0          
  Messages          0          0          
  Branches         30         30          
==========================================
+ Hits            219        221     +2   
  Misses           85         85          
  Partials          3          3          

Powered by Codecov. Last update 061334f...8b60d48

@ndokter ndokter merged commit 9d8cad8 into ndokter:master Jan 4, 2017
@ndokter
Copy link
Owner

ndokter commented Jan 4, 2017

Thanks for the fix. This will fix the bug for now. I made a new issue for the preferred final solution (issue #17).

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.

None yet

3 participants