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

model.base: add id_short path resolution #249

Merged

Commits on Mar 7, 2024

  1. model.base: add id_short path resolution

    Resolution of id_short paths is added via
    `UniqueIdShortNamespace.get_referable()`, such that it can be used on
    every object, that spans such a namespace. `ModelReference.resolve()`
    is simplified to make use of this new functionality. Furthermore,
    tests for this are added.
    jkhsjdhjs committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    4c658c5 View commit details
    Browse the repository at this point in the history
  2. model.base: improve id_short resolution error messages

    Show the object, where the resolution failed, in the error messages.
    jkhsjdhjs committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    3dd07f9 View commit details
    Browse the repository at this point in the history
  3. test_base: add test for non-numeric SubmodelElementList Key values

    A duplicate test is replaced by this test.
    jkhsjdhjs committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    70932a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef0a173 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    2243ea6 View commit details
    Browse the repository at this point in the history