Skip to main content

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

kenneth@xxxxxxxxx wrote:
All actions should run in their own 'compartment' in which they supposedly know the semantics of all the props they get. If two components start using the prop name 'data' for two completely different purposes things would break very badly. How do you propose that should work?

It's just a matter of defining the priorities. You have

System properties (i.e. command line settings)
Inherited properties (inherited when actions are invoked transitively)
Action properties (set by the action)

My suggestion would be to have the priority as listed above. Highest first.

- thomas



Back to the top