markfinal / cruiz

Conan recipe user interface
https://cruiz.readthedocs.io/
Apache License 2.0
11 stars 1 forks source link

ANY option types do not render correctly in the dock #17

Closed markfinal closed 1 year ago

markfinal commented 1 year ago

ANY option values are still shown as a combobox, but empty, with a dropdown value of ANY.

This should be a text edit really.

Note the special handling of None

https://docs.conan.io/en/1.53/reference/conanfile/attributes.html#options

When an option uses "ANY", but its default value is None, then it should be added to the possible option values too.

markfinal commented 1 year ago

There was already support on this, but it was for scalar possible option values, not in a list.