Created
June 23, 2016 13:32
-
-
Save shamrin/681d19c30e7776897f5ca5782b0b1171 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ build/lueve -e examples/todomvc-compact.eve | |
-----ERROR---- | |
DependencyGraph{ | |
1: #{ } -> #{ variable<object-13-31>, variable<todo>} | |
object{binding{ENTITY -> variable<object-13-31>}, binding{tag -> todo-item}, binding{todo -> variable<todo>}, } | |
2: #{ }|ANY:#{ variable<todo>} -> #{ variable<todo>} | |
expression =(a = variable<todo>, b = variable<todo>) | |
3: #{ }|ANY:#{ variable<object-13-67>, variable<todo>} -> #{ variable<todo>, variable<object-13-67>} | |
expression =(a = variable<todo>, b = variable<object-13-67>) | |
4: #{ } -> #{ variable<object-13-31>, variable<object-13-7>} | |
object{binding{ENTITY -> variable<object-13-7>}, binding{tag -> double-click}, binding{element -> variable<object-13-31>}, } | |
5: #{ }|ANY:#{ variable<object-13-84>, variable<todo>} -> #{ variable<object-13-84>, variable<todo>} | |
expression =(a = variable<todo>, b = variable<object-13-84>) | |
6: #{ } -> #{ variable<body-13-67>, variable<object-13-67>} | |
object{binding{ENTITY -> variable<object-13-67>}, binding{body -> variable<body-13-67>}, } | |
7: #{ }|ANY:#{ variable<body>, variable<body-13-67>} -> #{ variable<body>, variable<body-13-67>} | |
expression =(a = variable<body>, b = variable<body-13-67>) | |
8: #{ } -> #{ variable<object-13-84>, variable<completed-13-84>} | |
object{binding{ENTITY -> variable<object-13-84>}, binding{completed -> variable<completed-13-84>}, } | |
9: #{ }|ANY:#{ variable<completed-13-84>, variable<completed>} -> #{ variable<completed-13-84>, variable<completed>} | |
expression =(a = variable<completed>, b = variable<completed-13-84>) | |
?: #{ }|ANY:#{ variable<editing>, variable<true>} -> #{ variable<editing>, variable<true>} | |
expression =(a = variable<editing>, b = variable<true>) | |
#{ #{ variable<editing>, variable<true>}, #{ variable<completed-13-84>, variable<object-13-7>, variable<object-13-84>, variable<completed>, variable<todo>, variable<object-13-31>, variable<object-13-67>, variable<body>, variable<body-13-67>}} | |
} | |
GROUPS | |
group #{ variable<editing>, variable<true>} 4 | |
group #{ variable<completed-13-84>, variable<object-13-7>, variable<object-13-84>, variable<completed>, variable<todo>, variable<object-13-31>, variable<object-13-67>, variable<body>, variable<body-13-67>} 0 | |
-------------- | |
lua error | |
../src/compiler.lua:482: Unable to find a valid dependency ordering for the given graph, aborting | |
stack traceback: | |
[C]: in function 'error' | |
../src/compiler.lua:482: in function 'order' | |
../src/compiler.lua:430: in function 'order' | |
../src/compiler.lua:688: in function <../src/compiler.lua:682> | |
---------------------------------------------- | |
Eve started. Running at http://localhost:8123 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment