You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 27, 2023. It is now read-only.
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.