Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vertical dot notation is not recognized #40

Open
c71n93 opened this issue Mar 3, 2023 · 0 comments
Open

Vertical dot notation is not recognized #40

c71n93 opened this issue Mar 3, 2023 · 0 comments

Comments

@c71n93
Copy link
Member

c71n93 commented Mar 3, 2023

For this example:

[x] > obj1
  [] > attr1
    x.plus 1 > @

[x] > obj2
  [] > attr2
    x.plus 2 > @

[x] > main
  attr1. > @
    x 1

AOI analysis doesn't produce any result. At the same time, for this example:

[x] > obj1
  [] > attr1
    x.plus 1 > @

[x] > obj2
  [] > attr2
    x.plus 2 > @

[x] > main
  (x 1).attr1 > @

AOI analysis produces the following correct result:

 <aoi>
    <obj fqn="main.x">
       <inferred>
          <obj fqn="obj1"/>
       </inferred>
    </obj>
 </aoi>

But these two examples are identical and should produce the same result. This means that tool can't recognize vertical dot notation. This should be fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant