feat: fix bindings stderr, agent prompt, jq 1.8, awk --csv#631
Merged
Conversation
- fix(bindings): surface pre-exec failures in stderr for Python/JS (#625) - docs(tool): add bash-vs-sh, chunked writes, limits to agent prompt (#608) - feat(jq): bump reported version to jq-1.8, add trim/abs/if tests (#616) - feat(awk): implement --csv flag with RFC 4180 field splitting (#617, #618)
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.
Summary
stderrfor Python and JS bindings — previously only populated theerrorfield, leavingstderrempty. Fixes bug(bindings): pre-exec failures disappear from stderr in Python/JS integrations #606, supersedes fix(bindings): surface pre-exec failures in stderr for Python/JS #625.sourceusage, chunked multi-file writes, and configured limits. Fixes docs(tool): teach agents bash-vs-sh semantics and recommend chunked multi-file writes #608.jq-1.7.1tojq-1.8. Add tests fortrim,ltrim,rtrim,abs, andifwithoutelse(jq 1.8 features supported by jaq 2.2.1). Addresses feat(jq): Upgrade jaq crates to 2.3.x and bump reported version to jq-1.8 #616.--csv/-kflag with RFC 4180 field splitting (quoted fields, embedded commas, double-quote escaping). SetsFS=","andOFS=","in CSV mode. Fixes feat(awk): Add --csv flag for native CSV parsing #618, addresses feat(awk): Consider gawk 5.3+ features (CSV, Unicode escapes) #617.Test plan
cargo fmt --checkcleancargo clippy --all-targets --all-features -- -D warningscleancargo test --all-featurespasses (2 pre-existing doctest failures in realfs unrelated)