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

Commits on Aug 12, 2024

  1. Bugfix: arraysize on Error shall be int, had wrong type

    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.
    gunnar-mb committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    3c040a8 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Use modern installation method (containers and CI tests)

    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 committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    cd70f0d View commit details
    Browse the repository at this point in the history