Skip to content

Commit

Permalink
P506-012: Add todo for bug in resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
raph-amiard committed Sep 12, 2019
1 parent d0236cb commit 0b54915
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ada/language/ast.py
Original file line number Diff line number Diff line change
Expand Up @@ -7859,6 +7859,8 @@ def general_xref_equation(root=T.Name):
)) | If(Entity.name.is_simple_name,
Entity.operator_equation,
LogicFalse())
# TODO: Bug here: if operator equation, then parent equation is
# not called!
)
)

Expand Down

0 comments on commit 0b54915

Please sign in to comment.