Skip to content

Fix Cache trait impl for SimpleCache#74

Closed
RogueMacro wants to merge 1 commit into
mufeedvh:mainfrom
RogueMacro:main
Closed

Fix Cache trait impl for SimpleCache#74
RogueMacro wants to merge 1 commit into
mufeedvh:mainfrom
RogueMacro:main

Conversation

@RogueMacro
Copy link
Copy Markdown

The commit 8e3d2a1 (updating the pdf dependency from 0.8.1 to 0.9.0) introduced a compilation error, because a clear(&self) function was added to the pdf::file::Cache trait. This trait is implemented by cracker::SimpleCache.

I have tested said commit and the previous, and looked at the pdf crate source code. It looks like the function was added in 0.9.1, so the alternative would be to lock the pdf version to 0.9.0. This should be an easy fix though.

Related issue: #73

@mufeedvh
Copy link
Copy Markdown
Owner

Closing as superseded by #77, which shipped the broader v3.0.0 release work and is now merged into main. If there is any still-desired change here that did not make it into v3, please reopen or follow up with a focused PR against current main.

@mufeedvh mufeedvh closed this Mar 18, 2026
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