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

Remove use of Tilt::Cache #1922

Merged
merged 1 commit into from
May 15, 2023
Merged

Conversation

jeremyevans
Copy link
Contributor

Tilt::Cache is deprecated and will be removed. Copy the implementation currently used as Sinatra::TemplateCache, so Sinatra is not affected by the deprecation and removal of Tilt::Cache.

Fixes #1884

Tilt::Cache is deprecated and will be removed.  Copy the
implementation currently used as Sinatra::TemplateCache, so
Sinatra is not affected by the deprecation and removal of
Tilt::Cache.

Fixes sinatra#1884
@dentarg
Copy link
Member

dentarg commented May 15, 2023

Here is a link to the code in Tilt: https://github.com/jeremyevans/tilt/blob/v2.1.0/lib/tilt.rb#L78-L117

Seeing these comments makes me want to remove it from Sinatra too 😅

@dentarg dentarg merged commit 8e80d67 into sinatra:main May 15, 2023
@dentarg dentarg mentioned this pull request Jul 11, 2023
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.

Remove Tilt::Cache usage (needed for Tilt 3)
2 participants