You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ft = get_option('feature')
subproject('sub', default_options: { 'ft': ft })
results in the following error:
subproject keyword argument 'default_options' was of type dict[UserFeatureOption] but should have been one of: str, array[str], dict[str | int | bool | list]
when feature is a feature option.
It should be possible to pass a feature option value as it happens for string, combo, boolean, and integer (with .to_string()).
The text was updated successfully, but these errors were encountered:
With meson 1.6.0, the following statement:
results in the following error:
when
feature
is a feature option.It should be possible to pass a feature option value as it happens for string, combo, boolean, and integer (with
.to_string()
).The text was updated successfully, but these errors were encountered: