-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
Description
Right now on Ruby 3.0, if you run:
$ gem install set
$ bundle exec some/script/using/set.rbYou'll get the following double load warning:
/opt/rubies/3.0.3/lib/ruby/3.0.0/set.rb:648: warning: already initialized constant Set::InspectKey
~/.gem/ruby/3.0.3/gems/set-1.0.2/lib/set.rb:815: warning: previous definition of InspectKey was hereBased on previous similar issues I suppose set has to be vendored as well? Or PR simply not used anymore (it's mostly a Hash decorator in the end).