Skip to content

Replace wildcard dependencies by kernel query language

Dominic Kempf requested to merge complex-dependency-specification into master

Any given dependencies will be

  • treated as a kernel query language match expression
  • afterwards treated as a list of instruction IDs to find a match

To that end, the splitting of dependencies from textual language is delayed until dependency resolution in make_kernel.

The previously implemented wildcard matching is completely superseded by this mechanism (IMO without any semantics changes).

Merge request reports

Loading