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

Update jwalk requirement from 0.4.0 to 0.5.1 #64

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 28, 2021

Updates the requirements on jwalk to permit the latest version.

Changelog

Sourced from jwalk's changelog.

0.6

Added depth and path being read to params to ProcessReadDirFunction callback.

Allow setting initial root_read_dir_state (ReadDirState) instead of always getting ::default() value.

0.5

First major change is that API and behavior are now closer to [walkdir] and jwalk now runs the majority of walkdirs tests.

Second major change is the walk can now be parameterized with a client state type. This state can be manipulated from the process_read_dir callback and then is passed down when reading descendens with the process_read_dir callback.

Part of this second change is that preload_metadata option is removed. That means DirEntry.metadata() is never a cached value. Instead you want to read metadata you should do it in the process_entries callback and store whatever values you need as client_state. See this benchmark as an example.

Commits

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 dependabot bot added the dependencies Pull requests that update a dependency file label Apr 28, 2021
@dependabot dependabot bot force-pushed the dependabot/cargo/jwalk-0.5.1 branch from 64e21aa to ac438e5 Compare April 28, 2021 22:58
@dependabot dependabot bot force-pushed the dependabot/cargo/jwalk-0.5.1 branch from ac438e5 to 4ab5768 Compare May 28, 2021 06:46
@dependabot dependabot bot force-pushed the dependabot/cargo/jwalk-0.5.1 branch from 4ab5768 to b9f9f1d Compare January 5, 2022 14:47
@dependabot dependabot bot force-pushed the dependabot/cargo/jwalk-0.5.1 branch from b9f9f1d to ea9a483 Compare August 31, 2022 12:26
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 16, 2022

Superseded by #73.

@dependabot dependabot bot closed this Dec 16, 2022
@dependabot dependabot bot deleted the dependabot/cargo/jwalk-0.5.1 branch December 16, 2022 04:04
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