Martin Kaiser
changed
bug 10690
Comment # 3
on bug 10690
from Martin Kaiser
This crash can be triggered even with a simpler filter _expression_
a == b[1]
The problem is that b (and a) is of type UNPARSED and still used as "body" of a
range. Does this make sense? IMHO, it should only be possible to index a string
or a field, not an unparsed (==unknown) element or another range.
I tried to fix this in grammar.lemon. I'll upload my fix in a minute. As I'm
not really experienced in this area, I'd appreciate any feedback.
My patch fixes the crash and didn't break the display filters with ranges that
I tested.
You are receiving this mail because:
- You are watching all bug changes.