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

Fix backwards compatibility of dependency specification in textual language

* dep strings from textual language are not immediately split at the colon
* the given string is tried to be matched with kernel query language
* If not successful, it is treated as colon separated ID list (previous semantics)

The only left-over problem is instruction IDs that match query tags.
We could either black list them in instruction creation or live with it, your choice.
parent 73c7abea
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