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

chore(deps): bump github.com/plar/go-adaptive-radix-tree from 1.0.5 to 1.0.6 #96

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 9, 2024

Bumps github.com/plar/go-adaptive-radix-tree from 1.0.5 to 1.0.6.

Release notes

Sourced from github.com/plar/go-adaptive-radix-tree's releases.

Bugfix and Refactoring

Bugfix

  • Fix miscounting childrenNum in node16's shrink #28. Kudos to @​udzura!

Build and Continuous Integration

  • Replaced the Makefile with a bash make script. The previous targets were all PHONY, and the Makefile syntax wasn't ideal for this project.
  • Added GitHub Actions for continuous integration and automation.

Go Environment and Tools

  • Integrated Go ecosystem tools for quality assurance, including mod, fmt, vet, lint, staticcheck, vulncheck, and gogec.
  • Updated go.mod to Go version 1.18.
  • Updated Go dependencies.

Code Refactoring

  • Simplified node structures and merged the zeroChild field into the children field.
  • Simplified code by eliminating bit operations for certain nodes.
  • Merged similar functionality between the ForEach method and the Iterator.
  • Split node.go and tree.go into separate files for improved modularity.
  • Refactored and simplified tree iteration and traversal functionality.
  • Refactored and simplified the String method for the tree.

Testing and Quality Assurance

  • Introduced golden files for tests.
  • Added t.Parallel for running tests in parallel.
  • Refactored some tests for better coverage and readability.

Code Quality

  • Fixed numerous Go lint warnings.
  • Added comments to internal code for clarity.
  • Renamed variables and method names to improve readability. (After all, cache invalidation and naming things are the two hard things in computer science. :)

This refactoring effort enhances code structure and quality without altering the external interface/public API.

Commits

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)

Bumps [github.com/plar/go-adaptive-radix-tree](https://github.com/plar/go-adaptive-radix-tree) from 1.0.5 to 1.0.6.
- [Release notes](https://github.com/plar/go-adaptive-radix-tree/releases)
- [Commits](plar/go-adaptive-radix-tree@v1.0.5...v1.0.6)

---
updated-dependencies:
- dependency-name: github.com/plar/go-adaptive-radix-tree
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the enhancement New feature or request label Nov 9, 2024
@zbiljic zbiljic merged commit 56d7043 into main Nov 9, 2024
1 check passed
@zbiljic zbiljic deleted the dependabot/go_modules/github.com/plar/go-adaptive-radix-tree-1.0.6 branch November 9, 2024 09:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant