Evan Huus
changed
bug 8178
Comment # 10
on bug 8178
from Evan Huus
It seems to me that there are two separate issues here:
1. How to usefully filter multiple protocol occurrences in a single frame.
What about a function limit_distance(n, filter) where an n of 0 requires the
filter be satisfied in a single subtree, n of 1 allows the engine to travel one
level to satisfy the filter, etc.
2. How to usefully calculate statistics in the same case.
Solving 1 solves some of the simpler stats cases automatically. The more
complicated stats cases might be solvable by introducing a similar function
into the stats DSL, or it might be even more complicated than that. It would be
useful to have a precisely enumerated set of behaviours we want to enable,
since the stats engine is already complicated.
You are receiving this mail because:
- You are watching all bug changes.