Vlad Beskrovny
Vlad Beskrovny
Any updates on this?
Have you made any attempts to investigate this since that time?
Hi! Thanks for the PR! I'm surprised how compact it turned out. This is cool! If I understand it right, most of the code is located in the Bazel plugin....
Btw, could you please rebase it on the latest `master`, please?
It looks like a bug with operator precedence
@Kobzol ``` BoolAndBinOp ::= andand !let { name = "operator" } ```
I think that really there is a bug, and I suppose that fixing that bug will make the feature request a bit irrelevant for you. In JetBrains IDEs usually there...
> That makes sense too. Want me to open a bug report for that? I think yes. I've been wanting to fix that for a long time, but we don't...
I found several problems here: 1. The expander expanded a macro like `format_args("{a}", a = a)` to `format_args("{a}", a = a)` again, so it was infinite recursive 2. Correct range...