component

seancorfield 2016-11-02T01:27:57.000230Z

Sounds like Duct is doing magic with config then?

2016-11-02T02:40:44.000231Z

@seancorfield I didn't trace it all the way back, but here's what I think is gonig on The config is assocd to the system after it's started, and I think that means that those keys in the config now live along side keys that point to components. Those are the same keys that components use to depend on each other...

2016-11-02T04:31:38.000234Z

right where you linked, the config is being merged in to the system map (using into) before the system is started

2016-11-02T04:32:33.000235Z

the lifecycle protocol is extended the Object as no-ops, you can stick anything you want in the system map depend on it

2016-11-02T04:45:45.000236Z

@hiredman thanks. I never found reference to that use of component, but turned out to be handy, thanks for clarification!