Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/benhoyt/goawk from 1.8.1 to 1.20.0 #80

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 18, 2022

Bumps github.com/benhoyt/goawk from 1.8.1 to 1.20.0.

Release notes

Sourced from github.com/benhoyt/goawk's releases.

Version 1.20.0

New features and bug fixes (thanks @​paulapatience for the reports):

Minor changes:

Version 1.19.0

Notable changes in this release:

In other news, check out awk-demo, an amazing "old skool demo" written in AWK by @​patsie75. It now works under GoAWK, at least on Linux. Clone that repo and run it with awk=goawk ./demo.sh!

Thanks to @​ko1nksm for several bug reports.

See full list of commits since v1.18.0.

Version 1.18.0

Relatively minor release with the following changes:

See the list of commits.

Version 1.17.1

Minor test fixes, no change in functionality:

Version 1.17.0

Now with proper CSV input and output support! For example, a simple example showing CSV input parsing and the new @"named-field" syntax:

$ goawk -i csv -H '{ print @"Abbreviation" }' testdata/csv/states.csv
AL
</tr></table> 

... (truncated)

Commits
  • 47c1854 Bump up version number for release
  • fd49215 Remove redundant parentheses (gofmt -w -r '(x) -> x' .)
  • fcfa613 Add support for -E argument (like Gawk's -E/--exec) (#140)
  • f114459 Disable DWARF generation when linking to shrink binaries
  • cf772a0 Set FILENAME to "-" for stdin (like other AWKs) (#138)
  • 45cc56d Set p.hadFiles in all cases to fix "-" file case (#137)
  • 284680f Order command line flags in -h/--help alphabetically
  • a384978 Bump up copyright year
  • ab6fb94 Bump up version number for release (also: benchmarks against v1.18.0)
  • 6bd3369 Add support for hex and hex floating point number conversions (#128)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 18, 2022
@codecov
Copy link

codecov bot commented Jul 18, 2022

Codecov Report

Base: 77.08% // Head: 77.16% // Increases project coverage by +0.07% 🎉

Coverage data is based on head (2abb0f7) compared to base (e5a33f0).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #80      +/-   ##
==========================================
+ Coverage   77.08%   77.16%   +0.07%     
==========================================
  Files          29       29              
  Lines        2557     2557              
==========================================
+ Hits         1971     1973       +2     
+ Misses        542      541       -1     
+ Partials       44       43       -1     
Impacted Files Coverage Δ
internal/forked/interp/runner.go 92.83% <0.00%> (+0.35%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

Bumps [github.com/benhoyt/goawk](https://github.com/benhoyt/goawk) from 1.8.1 to 1.20.0.
- [Release notes](https://github.com/benhoyt/goawk/releases)
- [Commits](benhoyt/goawk@v1.8.1...v1.20.0)

---
updated-dependencies:
- dependency-name: github.com/benhoyt/goawk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/benhoyt/goawk-1.20.0 branch from 8363656 to 2abb0f7 Compare October 5, 2022 19:44
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 28, 2022

Superseded by #88.

@dependabot dependabot bot closed this Nov 28, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/benhoyt/goawk-1.20.0 branch November 28, 2022 07:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants