Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Bump github.com/lainio/err2 from 0.9.1 to 0.9.41 #402

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 22, 2023

Bumps github.com/lainio/err2 from 0.9.1 to 0.9.41.

Release notes

Sourced from github.com/lainio/err2's releases.

v0.9.41

Changelog

  • 8fe8a79 Merge pull request #19 from lainio/issue-18
  • c432749 assert pkg documentation for asserters
  • 049027f asserter methods deprecated
  • c1538a0 better tests for noerr case and chaingin handlers
  • 9cf5db4 english in try.To docs
  • a1e64a4 godoc typos & better example with multi-error
  • 8589b10 handler_test uses pkg vars, cannot t.Parallel
  • a44fce9 issue-18 bug fix: err wasn't checked, but now is
  • 9924243 keep werr up-to-date in Info
  • b756914 more go doc to try.ToX functions
  • 56256a7 more norrr test cases
  • 7b5af1d new migration helpers for marginal cases
  • a6012a9 t.Parallel for all that's possible
  • a4478e4 tests for issue-18 & t.Parallel for rest
  • 3398b49 version info 0.9.41 to README

v0.9.40

Changelog

  • 0840a45 3x faster deferred err handlers!!
  • b331abb Decamel alloc optimization
  • 11d92a0 Decamel separates pkg name with colon
  • 70cd2aa Logf works without argument
  • 035a755 Merge pull request #17 from lainio/v0-9-40
  • be238e6 add test/example for Catch fmt & bug fix
  • a5e430b added documentation to Result structs
  • cf5f95f all error handlers: func(err error) error
  • 4c79008 automigration quide
  • 27f7922 documentation for the asserter constants
  • 7c6609d finalizing v0.9.40
  • a707c9d func(error) error: is a new handler signature
  • ba69b38 go documentation update
  • b29d8e7 guides started for signature change
  • 1c0c9de informative RED runtime error message when type error detected
  • 03fa868 migration README
  • b7661da migration readme for Handle/Catch signature change
  • 958efb0 new bench rule
  • 8b6f2ea new err2.Handle API called when err == nil, experimental!
  • 5894459 new error handler signature docs & handler helpers: Noop,..
  • d1bd41d new samles to test certain features
  • b732158 new test for out.Handle
  • de3c035 performance boost explanation
  • c6ee08a reference benchmark to compare how well our err2.Handle is optimized
  • c17cc2b snippets for new error handler signature
Changelog

Sourced from github.com/lainio/err2's changelog.

Changelog

Version history

0.9.29
  • New API for immediate error handling: try out handle/catch err val := try.Out1strconv.Atois.Catch(10)
  • New err2.Catch API for automatic logging
  • Performance boost for assert pkg: defer assert.PushTester(t)()
  • Our API has now all the same features Zig's error handling has
Commits
  • 8fe8a79 Merge pull request #19 from lainio/issue-18
  • 7b5af1d new migration helpers for marginal cases
  • 9924243 keep werr up-to-date in Info
  • c1538a0 better tests for noerr case and chaingin handlers
  • 9cf5db4 english in try.To docs
  • b756914 more go doc to try.ToX functions
  • 56256a7 more norrr test cases
  • c432749 assert pkg documentation for asserters
  • 049027f asserter methods deprecated
  • a1e64a4 godoc typos & better example with multi-error
  • 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 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 22, 2023
@dependabot dependabot bot force-pushed the dependabot/go_modules/dev/github.com/lainio/err2-0.9.41 branch from aae58b6 to e531d5f Compare August 22, 2023 07:42
@codecov
Copy link

codecov bot commented Aug 23, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (02f9521) 76.06% compared to head (02f9521) 76.06%.
Report is 1 commits behind head on dev.

❗ Current head 02f9521 differs from pull request most recent head 9812b65. Consider uploading reports for the commit 9812b65 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##              dev     #402   +/-   ##
=======================================
  Coverage   76.06%   76.06%           
=======================================
  Files         129      129           
  Lines        9204     9204           
=======================================
  Hits         7001     7001           
  Misses       1998     1998           
  Partials      205      205           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dependabot dependabot bot force-pushed the dependabot/go_modules/dev/github.com/lainio/err2-0.9.41 branch from e531d5f to 15c5fa4 Compare August 23, 2023 01:56
Bumps [github.com/lainio/err2](https://github.com/lainio/err2) from 0.9.1 to 0.9.41.
- [Release notes](https://github.com/lainio/err2/releases)
- [Changelog](https://github.com/lainio/err2/blob/master/CHANGELOG.md)
- [Commits](lainio/err2@v0.9.1...v0.9.41)

---
updated-dependencies:
- dependency-name: github.com/lainio/err2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/dev/github.com/lainio/err2-0.9.41 branch from 15c5fa4 to 9812b65 Compare August 23, 2023 08:02
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 24, 2023

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

2 similar comments
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 1, 2023

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 4, 2023

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 13, 2023

Looks like github.com/lainio/err2 is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Sep 13, 2023
auto-merge was automatically disabled September 13, 2023 11:49

Pull request was closed

@dependabot dependabot bot deleted the dependabot/go_modules/dev/github.com/lainio/err2-0.9.41 branch September 13, 2023 11:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants