fix: handle multi-entry dictionary after grammar statement
Metadata
Current evaluation
Merged a fix for handling multi-entry dictionaries after grammar statements, resolving issue #73. Approved by two reviewers, the update modified three files with a net addition of 18 lines.
Suggested action: —
No scores available.
Issue body
- [x] Have you followed the guidelines for contributing?
- [x] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)?
- [ ] Have you successfully run `tox`?
-----
Fixes #73
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged a fix for handling multi-entry dictionaries after grammar statements, resolving issue #73. Approved by two reviewers, the update modified three files with a net addition of 18 lines. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged a fix addressing multi-entry dictionary handling following grammar statements, resolving issue #73. Authored by maintainer upils, the change was successfully integrated. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #328 fix: allow a mix of strings and dicts for grammar | craft-application | merged | Merged a fix allowing mixed strings and dicts in grammar parsing, resolving issue #4764. Approved by two reviewers, the change updates three files with 33 additions and 4 deletions. | |
| #6 models: fix grammar validation | craft-grammar | merged | Merged fix for grammar validation. Updated validators to correctly process a list of one-entry dictionaries instead of a single dictionary. Approved, passed CI, and integrated as a follow-up to PR #4. |