AdaCore / e3-core

Core framework for developing portable automated build systems
27 stars 36 forks source link

Add a new kind of qualifier: key_set qualifiers #630

Closed JulienBortolussiAda closed 1 year ago

JulienBortolussiAda commented 1 year ago

Some qualifiers are actually expecting a list of value.

The current work around is to use key_value qualifier without choices and then to the parsing in the spec.

key_set qualifier will handle semi-column (";") separated list of values. The value will appears ordered in the build_space name.

grouigrokon commented 1 year ago

BTW, ";" is semi-colon. "," is comma :)