Respect / Config

A powerful, small, deadly simple configurator and dependency injection container DSL made to be easy
http://respect.github.io/Config
Other
98 stars 7 forks source link

fix for #25 by @alganet #32

Closed iannsp closed 12 years ago

iannsp commented 12 years ago

Handle nested values into Config Values, include more then one level.

bar = 'bar'; foo = 'bar'; conjecture = [[foo]] // fixed to be equal 'bar' instead of [bar]

bar = 'foobar';
foo = 'bar';
foobar = 'foobar' conjecture = [[[foo]]] // foobar

iannsp commented 12 years ago

closed in favor of another interpretation for the sintax

nickl- commented 11 years ago

@iannsp What exactly happened here? I don't see reference to "another interpretation for the syntax" as it would seem #25 is still open.

Is nothing salvageable from this PR, ie the test perhaps?

alganet commented 11 years ago

Can't remember what happened =(