KlabsTechnology / andro

Automatically exported from code.google.com/p/andro
0 stars 0 forks source link

Column depending on itself is not a circular dependency #22

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Description of Bug:

Andromeda detects circular dependencies in column automations.  However, if
a column has a chain that returns its own value, this should not be a
circular dependency.

Please tell us how to reproduce this bug:

table example:
    column test:
        chain calc:
            test 00:
                compare: some conditional
                return: @test
            test 01:
                return: @some_other_column

Original issue reported on code.google.com by KenDown...@gmail.com on 26 May 2009 at 5:15

GoogleCodeExporter commented 8 years ago
Fixed, will appear in next release.

Original comment by KenDown...@gmail.com on 26 May 2009 at 5:21

GoogleCodeExporter commented 8 years ago
What actually gets returned if it references itself??

Original comment by mobile.d...@gmail.com on 26 May 2009 at 5:22