Fork me on GitHub
#component
<
2016-11-02
>
seancorfield01:11:57

Sounds like Duct is doing magic with config then?

josh.freckleton02:11:44

@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...

hiredman04:11:38

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

hiredman04:11:33

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

josh.freckleton04:11:45

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