Byron / bcore

powerful application framework built to integrate, not separate
http://byron.github.io/bcore/
Other
8 stars 2 forks source link

Deprecate 'executable_alias' in favor for package inheritance #5

Closed Byron closed 10 years ago

Byron commented 10 years ago

It should be possible to inherit all settings from a parent package, but override individual properties on demand.

Currently overrides only work if you keep package name similar, and make use of the standard yaml inheritance/override system.

It's ok, but is inconvenient for testing purposes or when variations are needed. Treat this issue critically to check if it actually is just a minor issue.

Byron commented 10 years ago

Instead of introducing yet another way of planting overrides, I should better leave it the way it is. The following improvements were made: