Skip to content

Comments

Workaround for Holley DTZ541#76

Merged
andig merged 4 commits intovolkszaehler:masterfrom
hacki11:holley-dtz541-workaround
Oct 31, 2019
Merged

Workaround for Holley DTZ541#76
andig merged 4 commits intovolkszaehler:masterfrom
hacki11:holley-dtz541-workaround

Conversation

@hacki11
Copy link

@hacki11 hacki11 commented Sep 22, 2019

  • handling incorrect sml_time object
  • support crc-16/kermit algorithm

- handling incorrect sml_time object
- support crc-16/kermit algorithm
Copy link

@mbehr1 mbehr1 left a comment

Choose a reason for hiding this comment

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

see comments. mem leak introduced.

Copy link

@mbehr1 mbehr1 left a comment

Choose a reason for hiding this comment

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

looks ok for me.

@hacki11
Copy link
Author

hacki11 commented Oct 8, 2019

Fixed review findings

@hacki11
Copy link
Author

hacki11 commented Oct 29, 2019

If there aren’t any more findings a merge would be nice

@andig
Copy link

andig commented Oct 29, 2019

Out of curiosity- why the unrelated whitespace change? Does that make anything more consistent?

@hacki11
Copy link
Author

hacki11 commented Oct 30, 2019

Seems that was my auto formatting of clion. Perhaps tab replacement with whitespaces and indentation fixes. Can revert that changes if you want.

@andig
Copy link

andig commented Oct 30, 2019

Please revert unwanted changes and check style- this repo is typically using tabs, you have spaces apparently. Reformatting the entire codebase would be a different issue.

@hacki11
Copy link
Author

hacki11 commented Oct 30, 2019

fixed

if (sml_buf_get_next_length(buf) != 2) {
buf->error = 1;
goto error;
}
Copy link

Choose a reason for hiding this comment

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

Hier stimmt noch die Einrückung nicht?

Copy link
Author

Choose a reason for hiding this comment

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

Doch, der Block gehört nun in den else Zweig

@andig andig merged commit 36fc784 into volkszaehler:master Oct 31, 2019
@andig
Copy link

andig commented Oct 31, 2019

Fixes #75

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.

3 participants