Skip to content
Commit c413dd07 authored by Dominic Kempf's avatar Dominic Kempf
Browse files

Introduce custom iname tags

This introduces a general mechanism to add arbitrary tags to inames. In detail, the following changes are done:
* A base class `InameTag` is added. Any tags attached through the `tag_inames` transformation, that are instances of this base class are added untouched
* A class `CustomTag` is provided, which allows adding tags as strings i.e. `custom:foo` will result in a tag `CustomTag(foo)` being added to the iname
parent ac40664f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment