Commit f97bdc9
Hoang Phan
deps: bump promql-parser to 0.9 for limitk grammar
v0.9.0 adds grammar rules for limitk and limit_ratio in the
aggregate_op production. v0.8.0 declared these as `%expect-unused`
tokens but never bound them in the grammar, so `limitk(...)` queries
failed at parse time before this bump.
The bump also widens the token id type from u8 to u16. Updated two
local helper signatures (aggregate_op_name, binary_op_kind) to match.
No behavior change.1 parent 24a5367 commit f97bdc9
3 files changed
Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
770 | 770 | | |
771 | 771 | | |
772 | 772 | | |
773 | | - | |
| 773 | + | |
774 | 774 | | |
775 | 775 | | |
776 | 776 | | |
| |||
832 | 832 | | |
833 | 833 | | |
834 | 834 | | |
835 | | - | |
| 835 | + | |
836 | 836 | | |
837 | 837 | | |
838 | 838 | | |
| |||
0 commit comments