Skip to content

Support for Ruby 3.x#4

Merged
raj-sharan merged 1 commit into
cloudvolumes:masterfrom
raj-sharan:sharan-ruby-odbc-ruby-3-2-support
Jul 10, 2023
Merged

Support for Ruby 3.x#4
raj-sharan merged 1 commit into
cloudvolumes:masterfrom
raj-sharan:sharan-ruby-odbc-ruby-3-2-support

Conversation

@raj-sharan
Copy link
Copy Markdown

The taint mechanism was deprecated in Ruby 2.7 and removed in Ruby 3.0

https://bugs.ruby-lang.org/issues/16131
ruby/ruby#2476

From Ruby 2.7, Object#{taint,untaint,trust,untrust} and related functions in the C-API no longer have an effect (all objects are always considered untainted), and are now removed.

Taken from https://github.com/vhermecz/ruby-odbc

@sukeerthiadiga
Copy link
Copy Markdown

👍

The taint mechanism was deprecated in Ruby 2.7 and removed in Ruby 3.0

https://bugs.ruby-lang.org/issues/16131
ruby/ruby#2476

From Ruby 2.7, `Object#{taint,untaint,trust,untrust}` and related
functions in the C-API no longer have an effect (all objects are always considered untainted), and are now removed.

Changes taken from https://github.com/vhermecz/ruby-odbc
@raj-sharan raj-sharan force-pushed the sharan-ruby-odbc-ruby-3-2-support branch from 647bccd to 3a5fab3 Compare July 3, 2023 13:44
@raj-sharan raj-sharan merged commit 7ba2e67 into cloudvolumes:master Jul 10, 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.

2 participants