-
Notifications
You must be signed in to change notification settings - Fork 29
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
🔊 Warn about deprecated #responses
usage
#97
Conversation
@shugo Because #93 is such a big change to existing usage, I split the deprecation warnings into a separate PR. I'd like to take a look at the top reverse dependencies and submit forward-compatible PRs to them, before we start flooding their logs with new warnings! |
51f57de
to
8e63a33
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks fine!
FYI, |
Thanks. I had forgotten about that. If I remember correctly, I did try to use |
Yes, you're right. I forgot that |
8e63a33
to
40a15db
Compare
857dabb
to
bbaa32a
Compare
d800e82
to
c58afb8
Compare
c58afb8
to
6cb82ff
Compare
c835ad5
to
ecba223
Compare
ecba223
to
0ccd250
Compare
68ba96e
to
ba5da45
Compare
bd0ec61
to
7306c2c
Compare
1427a0f
to
170a77d
Compare
170a77d
to
78cd2fe
Compare
This can still be silenced via the config option.
78cd2fe
to
d4a8c54
Compare
This was extracted from #93 and split into a separate PR.
This allows us to prepare dependent projects for the new behavior before their logs are flooded with deprecation warnings.
Also adds
Net::IMAP.attr_accessor :silence_thread_safety_deprecation_warnings
. This is provided as a temporary workaround, until dependant projects can update their usage.