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

Update tins 1.34.0 → 1.36.1 (minor) #1657

Merged
merged 1 commit into from
Oct 14, 2024
Merged

Conversation

depfu[bot]
Copy link
Contributor

@depfu depfu bot commented Oct 12, 2024

Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

↗️ tins (indirect, 1.34.0 → 1.36.1) · Repo · Changelog

Release Notes

1.36.1 (from changelog)

  • Fixed a typo in the code

1.36.0 (from changelog)

Significant Changes

  • Refactor bfs method in hash_bfs.rb:
    • Rename include_nodes variable to visit_internal
    • Update test cases in hash_bfs_test.rb to use new method signature
    • Update method signature and docstring to reflect new behavior
  • Update hash conversion logic:
    • Rename method parameter from v to object
    • Use object instead of v consistently throughout the method
    • Add documentation for new method name and behavior

1.35.0 (from changelog)

New Features

  • Implemented breadth-first search in hashes using the Tins::HashBFS module.
    • Added tests for the Tins::HashBFS module.

Refactoring and Cleanup

  • Reformatted code.
  • Removed TODO note from the TODO file.
  • Cleaned up test requirements:
    • Added require 'tins' to tests/test_helper.rb.
    • Removed unnecessary require 'tins' lines from test files.
  • Refactored BASE16 constants and alphabet:
    • Added BASE16_LOWERCASE_ALPHABET constant.
    • Added BASE16_UPPERCASE_ALPHABET constant.

Tool Updates

  • Updated bundler command to use full index:
    • Added --full-index flag to bundle install.
    • Replaced bundle update with bundle install --full-index.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 15 commits:


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu bot added the depfu label Oct 12, 2024
@danidoni danidoni merged commit 94054c4 into master Oct 14, 2024
2 checks passed
@depfu depfu bot deleted the depfu/update/tins-1.36.1 branch October 14, 2024 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant