Skip to content

Allow use of ConfigurableUser specializations in configuration functions

With this change, configuration callables are processed at the same time as old style option files (while going through the command line arguments), which means, in particular, before the invocation of applyConfigurableUsers(). This allows configuration functions to participate in the old style configuration via ConfigurableUser specializations.

Closes #213 (closed)

Merge request reports