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

Random fixes #330

Merged
merged 2 commits into from
Aug 9, 2024
Merged

Random fixes #330

merged 2 commits into from
Aug 9, 2024

Conversation

andlaus
Copy link
Collaborator

@andlaus andlaus commented Aug 9, 2024

This PR contains a fix for the output writing code (the values of limits might be strings with special characters and must thus be escaped) and for the function which summarizes the expected parameters of codec objects (we don't want to see the representation of CodedConst objects there).

Andreas Lauser <andreas.lauser@mercedes-benz.com>, on behalf of MBition GmbH.
Provider Information

andlaus added 2 commits August 9, 2024 09:43
these values might be strings and thus might contain special
characters that must be escaped. (I recently fell on my face because
of this.)

Signed-off-by: Andreas Lauser <andreas.lauser@mbition.io>
instead of the representation of `CompuConst`, it is much better to
print the values expected/produced by the encoding/decoding routines.

Signed-off-by: Andreas Lauser <andreas.lauser@mbition.io>
Signed-off-by: Florian Jost <florian.jost@mbition.io>
@andlaus
Copy link
Collaborator Author

andlaus commented Aug 9, 2024

since this is "obviously correct" (value escaping fix) and at best a question of preference (the CompuConst output improvement), I'll merge this without bothering for a review. @kayoub5: If for some strange reason I'm wrong and you would like to see changes to this, I'm happy to implement them in a separate PR...

@andlaus andlaus merged commit 9af7857 into mercedes-benz:main Aug 9, 2024
7 checks passed
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