Skip to content

Conversation

@haraldh
Copy link
Collaborator

@haraldh haraldh commented Jan 10, 2026

The tempdir crate has been deprecated in favor of tempfile, which now provides all the same functionality. This migration updates varlink_generator's test dependencies to use tempfile::TempDir instead of tempdir::TempDir.

API change: TempDir::new("prefix")TempDir::with_prefix("prefix")

🤖 Generated with Claude Code

@coveralls
Copy link

coveralls commented Jan 10, 2026

Pull Request Test Coverage Report for Build 20912001510

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 54.419%

Totals Coverage Status
Change from base Build 20911859055: 0.0%
Covered Lines: 2826
Relevant Lines: 5193

💛 - Coveralls

The `tempdir` crate has been deprecated in favor of `tempfile`, which
now provides all the same functionality. This migration updates
varlink_generator's test dependencies to use `tempfile::TempDir`
instead of `tempdir::TempDir`.

API change: `TempDir::new("prefix")` → `TempDir::with_prefix("prefix")`

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@haraldh haraldh force-pushed the feature/hh/tempdir branch from 4fc9835 to 59c7bc7 Compare January 12, 2026 08:01
@haraldh haraldh enabled auto-merge January 12, 2026 08:01
@haraldh haraldh merged commit 7ba2c11 into master Jan 12, 2026
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants