Maxim Sukharev
Maxim Sukharev
same problem as in https://github.com/bblfsh/sdk/issues/359
It's not clear for me why your query looks like that. `//uast:FunctionGroup/*/uast:Alias/Name` already returns Identifier node, right? Why do I need to query it once again?
Please help me understand what property is. I don't see such thing in [specification](https://www.w3.org/TR/1999/REC-xpath-19991116/). The closest thing I see there is "attribute" but it has different syntax to query (starts...
@dennwc could you please explain what is `Name property` in XML? From what you said I understand the tree as XML like this: ```xml -- I'll call this one Name1...
> if you stop at the first `Name` and don't add a trailing slash, you get the Identifier object/node why does it return me Identifier node, not the `Name1` node?...
I would say it's more important at least to document how AST maps to XML. It was _very_ unexpected to see aliases (afaik xml doesn't have them) which leads to...
Ok. The issue came from the misunderstanding of new semantic things. Though I would like to keep this issue open because user experience for querying is confusing for me now....
huh? How is it related?
From analyzer to lookoutd (data service).
Please update grpcio to the recent version in your analyzer to fix the issue. You will need to use sdk v0.3.0+ for that.