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 deprecation warning in client.rb #928

Closed
wants to merge 1 commit into from

Conversation

langsharpe
Copy link

Hi Team,

I was wondering if you would consider removing this warning from dalli? We use dalli as a dependency of a dependency. The middle dependency is unlikely to be updated (The PR is here nickelser/suo#21). Would you consider removing this warning? As far as I can tell, there is no harm in leaving this file empty.

I'm not asking you to be forever backwards compatible. Just to remove this one grain of sand from our development environment.

Whatever you decide, thank you for maintaining this gem!

Hi Team,

I was wondering if you would consider removing this warning from dalli? We use dalli as a dependency of a dependency. The middle dependency is unlikely to be updated (The PR is here nickelser/suo#21). Would you consider removing this warning? As far as I can tell, there is no harm in leaving this file empty.

I'm not asking you to be forever backwards compatible. Just to remove this one grain of sand from our development environment.

Whatever you decide, thank you for maintaining this gem!
@petergoldstein
Copy link
Owner

Hi @langsharpe . I appreciate that you'd like to see that deprecation message removed from your system, and that the suo gem isn't being updated so it's not likely to be fixed properly. But this is a place where a deprecation warning makes a lot of sense.

There is actually some harm in leaving empty files around for historical reasons. It's one more thing that a contributor or maintainer needs to understand about the project history in order to understand the code's current state. So I do want to make sure we clean up those things over time. This deprecation warning let's users of the Dalli gem know that, at some point, this file will disappear (likely with the next major version bump).

So I'm going to close this PR, leaving the deprecation warning in place. Thanks for the contribution, and I hope you understand my reasoning.

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