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

feat: support perspective qualified names within array accesses #505

Closed
DavePearce opened this issue Jan 8, 2025 · 0 comments · Fixed by #509
Closed

feat: support perspective qualified names within array accesses #505

DavePearce opened this issue Jan 8, 2025 · 0 comments · Fixed by #509
Assignees
Labels
bug Something isn't working

Comments

@DavePearce
Copy link
Collaborator

Currently, expressions of the form [p1/B 1] always generate an "unknown symbol" error.

@DavePearce DavePearce added the bug Something isn't working label Jan 8, 2025
@DavePearce DavePearce self-assigned this Jan 8, 2025
DavePearce added a commit that referenced this issue Jan 8, 2025
A simple fix for #505, which was being caused by the parser not
considering qualified names correctly.
DavePearce added a commit that referenced this issue Jan 8, 2025
A simple fix for #505, which was being caused by the parser not
considering qualified names correctly.
@DavePearce DavePearce linked a pull request Jan 8, 2025 that will close this issue
DavePearce added a commit that referenced this issue Jan 8, 2025
Fix parsing of array accesses

A simple fix for #505, which was being caused by the parser not
considering qualified names correctly.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant