cpubench1A
cpubench1A copied to clipboard
fix(deps): bump github.com/benhoyt/goawk from 1.24.0 to 1.25.0
Bumps github.com/benhoyt/goawk from 1.24.0 to 1.25.0.
Release notes
Sourced from github.com/benhoyt/goawk's releases.
v1.25.0: PGO, better exit codes, \u escape
This release includes several minor changes:
- Build binaries with PGO on Go 1.21. GoAWK on Go 1.21 is about 10% faster than on Go 1.20, and PGO makes it another 5-6% faster.
- Bumps up the minimum supported Go version from 1.15 to 1.16.
- Makes the return value of
system()
andclose()
for pipes more closely match Gawk's. Internal refactoring of the input and output stream implementation to make this happen. See issues #203 #204 #205 and thanks@juster
!- Support the
\u
Unicode string escape that's been added to onetrueawk and Gawk recently. #212
Commits
5311ab1
Build with PGO - it's more than 5% faster3f54817
Bump up version number for release29bb46f
Add support for new Unicode string escape \u (#212)17fbb8b
Parse interpTest flags and implement "!windows" flag5c1e97d
Adds iostream_test.go to test iostream in interp44956a0
Modify existing tests to check child processesb49211a
Make system() result identical to close(pipe) resultdd7ec78
Define I/O streams to abstract pipe/file access & closinga843ab1
More direct explanation for --csv in goawk help (#211)1398e2d
flushAll() stops flushing on first error (#209)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)