Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Fix template replacement order #69

Description

@Adrodoc

Currently some template replacements are only done incidentally. For instance # -commands- in the validate template gets replaced with commands containing -ns- which is then later replaced with the actual namespace. This only works because we use a BTreeMap and the UTF-8 value of # is smaller than the value of -, so # -commands- is replaced first. This replacement should not rely on such implicit ordering.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions