$darkmode
Elektra 0.11.0
CMake Spec

Problem

The compilation variants of plugins blow up the number of plugins. Additionally there is the concept of default storage + resolver that is needed for bootstrapping plugins.

Constraints

  • full default resolver need to be different from other default resolver for testing
  • there is no standard resolver, they always should state their configuration

Assumptions

  • keep it not too difficult to configure, even though most people will go for the defaults

Considered Alternatives

  • many CMake variables for every case KDB_DEFAULT_STORAGE, KDB_DEFAULT_RESOLVER for dynamic and static cases
  • Have a PLUGINS field that state what is the default dynamic and static plugin, e.g. ! for storage ? for resolver ds?resolver_b_u_b;ds!dump

Decision

Rejected: keep default plugins as-is

Rationale

Implications

Related Decisions

Notes