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

Fix papercuts #349

Merged
merged 2 commits into from
Sep 25, 2024
Merged

Fix papercuts #349

merged 2 commits into from
Sep 25, 2024

Commits on Sep 25, 2024

  1. UnitSpec make the list attributes unconditionally NamedItemList

    specifying this as either an ordinary list or a named item list is
    probably an artifact from the early days of odxtools where things were
    not quite as fleshed out as they are today. Anyway, it is much more
    convenient to be able to also access the items of these lists by name...
    
    Signed-off-by: Andreas Lauser <[email protected]>
    Signed-off-by: Christian Hackenbeck <[email protected]>
    andlaus committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    3a5ab4b View commit details
    Browse the repository at this point in the history
  2. Audience: make .*abled_audiences NamedItemList

    This is probably also an artifact from the early days and/or an
    oversight...
    
    Signed-off-by: Andreas Lauser <[email protected]>
    Signed-off-by: Christian Hackenbeck <[email protected]>
    andlaus committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    809ac72 View commit details
    Browse the repository at this point in the history