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 taint support #730

Merged
merged 1 commit into from Nov 25, 2019
Merged

Remove taint support #730

merged 1 commit into from Nov 25, 2019

Conversation

y-yagi
Copy link
Contributor

@y-yagi y-yagi commented Nov 24, 2019

Ruby 2.7 deprecates taint and it no longer has an effect.
https://bugs.ruby-lang.org/issues/16131

The APIs related to taint cause deprecation warning message and the lack of taint support should not cause a problem in previous Ruby versions.
So I removed that. But if need to taint support that to old versions of Ruby, I will update PR.

Ruby 2.7 deprecates taint and it no longer has an effect.
https://bugs.ruby-lang.org/issues/16131

The APIs related to taint cause deprecation warning message and the lack
of taint support should not cause a problem in previous Ruby versions.
So I removed that. But if need to taint support that to old versions
of Ruby, I will update PR.
@larskanis larskanis merged commit 7ce0a9a into ffi:master Nov 25, 2019
@larskanis
Copy link
Member

Thank you @y-yagi ! I think we can remove taint support unconditionally.

@y-yagi
Copy link
Contributor Author

y-yagi commented Nov 25, 2019

Thanks!

@y-yagi y-yagi deleted the remove_taint_support branch November 25, 2019 12:06
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.

None yet

2 participants