Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [buckminster-dev] Action properties [WAS Action output?]

Kenneth Ölwing wrote:

Just to be difficult, something else came up - what if a action designer forgets to describe a property *at all*? In order to enforce mutable=false by default, we must actually check and only allow overlays using names that have an explicit mutable=true entry...

We could match mutable=true against properties intended explicitly for an action. It's a bit more difficult with global options or options intended for a group of actions. But sure, it can be done. If no action in the targeted group of actions have a mutable property with some name, regardless of what that group is, then that name is illegal. That would be very helpful indeed.

- thomas



Back to the top