soma icon indicating copy to clipboard operation
soma copied to clipboard

`public` attribute handling in multi-config scenario

Open Qwaz opened this issue 6 years ago • 0 comments

If the value of public attribute is different among configurations, we are going to use any with exceptional rejection strategy.

As public attribute has a default value of "false", setting public on any "true" value looks natural. However, if Soma detects explicit settings of both (i.e. explicit "true" and "false") we should reject it as it is apparently a bad configuration.

Qwaz avatar Feb 02 '19 07:02 Qwaz