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

Bugfix: arraysize on Error shall be int, had wrong type #128

Merged
merged 2 commits into from
Oct 1, 2024

Conversation

gunnar-mb
Copy link
Collaborator

Author: Gunnar Andersson <gunnar.andersson@mercedes-benz.com>, MBition GmbH.

Bugfix: Arraysize on Error had wrong type

This was an obvious typo, noticed only now. Maybe some kind of redefinition would put this in a single place instead (DRY) but there are a few differences between concepts that might make that inconvenient. Worth considering later - this is more of a quick fix.

The program was tested solely for our own use cases, which might differ from yours.

The submission is provided under the main project license (LICENSE file in root of project).

Provider Information

We might consider some type of consolidation to define identical
concepts in one place - for example many items need a datatype
definition.  But, comparing to Error to Argument, for example, one
difference is that the Error item is optionally named but Arguments must
be named.
Installation of the local package for development testing has changed,
because calling setup.py directly is now deprecated (see multiple
sources in python community for more details)

Signed-off-by: Gunnar Andersson <gunnar.andersson@mercedes-benz.com>
@gunnar-mb gunnar-mb merged commit c6d1dc8 into COVESA:master Oct 1, 2024
6 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