stacker icon indicating copy to clipboard operation
stacker copied to clipboard

Lookup mechanism in `stacker.lookups` is unused but still present and tested

Open danielkza opened this issue 6 years ago • 0 comments

It seems the lookup handling logic has been rewritten and is now almost completely contained in stacker.variables.Variable, but the code in stacker.lookups is still included and test.

We should remove that code, and if keeping compatibility is needed, make them share the same code.

danielkza avatar Mar 17 '19 03:03 danielkza