refactor: improve filetask field parsing tests and parser#7751
Merged
Conversation
…` and improve unparsed key handling - Added methods to retrieve parsed and unparsed keys for improved field tracking. - Updated tests to validate proper parsing and field capture logic.
Contributor
Author
|
bugbot run |
|
Skipping Bugbot: Bugbot is disabled for this repository |
Owner
|
bugbot run |
jdx
pushed a commit
that referenced
this pull request
Jan 20, 2026
### 🚀 Features - **(config)** add miette diagnostics for TOML parsing errors by @jdx in [#7764](#7764) - **(env)** add environment caching with module cacheability support by @jdx in [#7761](#7761) ### 🐛 Bug Fixes - **(prepare)** handle freshness check for auto-created venvs by @jdx in [#7770](#7770) - **(release)** use colon separator in release titles by @jdx in [#7765](#7765) - **(release)** drop Fedora 41 from COPR build (EOL) by @TobiX in [#7771](#7771) ### 🚜 Refactor - improve filetask field parsing tests and parser by @makp0 in [#7751](#7751) ### 📚 Documentation - improve CLAUDE.md with additional development guidance by @jdx in [#7763](#7763) - drop architecture from Debian sources.list by @TobiX in [#7772](#7772) ### 📦 Registry - use aqua for zprint by @scop in [#7767](#7767) ### Security - remove insecure registry-comment workflow by @jdx in [#7769](#7769) ## 📦 Aqua Registry Updates #### New Packages (2) - [`cameron-martin/bazel-lsp`](https://github.com/cameron-martin/bazel-lsp) - [`micro-editor/micro`](https://github.com/micro-editor/micro)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note
Strengthens task header parsing and tests.
known_keyswith tracking ofparsed_keys; addunparsed_keys()to flag unknown fields and use it for error reportingaliasvsaliases(mutually exclusive) and support parsing either; addconfirmparsingparsed_keys()under tests and capture them via thread-local to verify every header line is parsedaliases=[...], includeconfirm, and assert parsed vs script field countWritten by Cursor Bugbot for commit 210016e. This will update automatically on new commits. Configure here.