tailcall icon indicating copy to clipboard operation
tailcall copied to clipboard

chore(deps): update rust crate datatest-stable to 0.3.0

Open renovate[bot] opened this issue 10 months ago • 4 comments

This PR contains the following updates:

Package Type Update Change
datatest-stable dev-dependencies minor 0.2.9 -> 0.3.0

Release Notes

nextest-rs/datatest-stable (datatest-stable)

v0.3.2

Compare Source

Added
  • pattern is now optional in the harness! macro. If not specified, the default pattern is r".*" (match all files).
Fixed
  • Restored the ability to use absolute paths as the root argument.

v0.3.1

Compare Source

Fixed

Fixed documentation for include_dir invocations. They must typically be called via include_dir!("$CARGO_MANIFEST_DIR/path/to/data").

v0.3.0

Compare Source

Added
  • Support for embedding data into the test binary via an optional include-dir feature. For more information and recommendations for when to use this, see the readme.
Changed
  • The macro call format has changed to:

    datatest_stable::harness! {
        { test = fn_name, path = &include_dir!("path/to/data"), pattern = r"^.*$" },
        // ...
    }
    

    This is both a nicer format for expressing multiple tests, and a signal to indicate the other breaking changes in this release.

  • Regex patterns now match against the path relative to the include directory, rather than paths with respect to the crate root. This change was made for uniformity with the include_dir implementation.

  • On Windows, paths are now universally normalized to use forward slashes. This change was made to ensure that test names and paths are consistent across platforms.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • [ ] If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] avatar Jan 16 '25 00:01 renovate[bot]

Action required: PR inactive for 5 days. Status update or closure in 10 days.

github-actions[bot] avatar Jan 22 '25 19:01 github-actions[bot]

Action required: PR inactive for 5 days. Status update or closure in 10 days.

github-actions[bot] avatar Feb 10 '25 02:02 github-actions[bot]

Action required: PR inactive for 5 days. Status update or closure in 10 days.

github-actions[bot] avatar Mar 19 '25 07:03 github-actions[bot]

Action required: PR inactive for 5 days. Status update or closure in 10 days.

github-actions[bot] avatar Apr 22 '25 12:04 github-actions[bot]

Action required: PR inactive for 5 days. Status update or closure in 10 days.

github-actions[bot] avatar May 02 '25 14:05 github-actions[bot]

Action required: PR inactive for 5 days. Status update or closure in 10 days.

github-actions[bot] avatar May 12 '25 08:05 github-actions[bot]

PR closed after 10 days of inactivity.

github-actions[bot] avatar May 22 '25 09:05 github-actions[bot]

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (0.3.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

renovate[bot] avatar May 22 '25 09:05 renovate[bot]