-
Notifications
You must be signed in to change notification settings - Fork 146
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
Fail to call an array element #415
Comments
@dours looks like a bug, thanks for reporting, let me investigate |
@dours even this one fails:
It interprets |
@dours this is how we parse
It seems that we should do this instead, introducing two synthetic attributes
|
@andreoss can you fix this? I think, it's a bug in the parser at the level of ANTLR. Would be great to reproduce it first with |
@yegor256 Yes, please assign. |
@yegor256 These synthetic attributes will be on the same level? How can they have a limited scope?
Or nested like that?
|
@andreoss we should get this structrure:
|
@yegor256 How should this be represented by
As I understand, it should end up exactly the same as
, but the final XML for this relays on |
@andreoss I say "yes" to the first part of your question, but I didn't understand the second part. |
@yegor256 Q: How to generate an alias for |
@andreoss
while
what is the problem? |
@andreoss we just need to generate the structure I suggested above, with synthetic attributes. Just suggest a solution :) If you think our current code base has a problem, submit a bug. |
@yegor256 Clarified my question a little bit,
This is produced by
But that requires
These two structures are two different to apply the same logic for alliasing to them.
|
@andreoss I'm not sure what is "aliasing", but I think what you are suggesting may break a lot of code we already have. |
@andreoss in other words, I don't understand what what exactly is the proposal and why do you ask a question here instead of just making a pull request? |
@andreoss we try NOT to use GitHub issues as discussion boards. You either suggest a bug and we fix it, or you suggest a fix and we accept it. What is the bug here? |
This test fails:
The text was updated successfully, but these errors were encountered: