You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 30, 2024. It is now read-only.
Bundler runs its spec suite against ruby-head, and this error just started appearing on ruby 2.1.0dev (2013-10-22 trunk 43390) [x86_64-linux].
/home/travis/.rvm/gems/ruby-head/gems/rspec-core-2.14.6/lib/rspec/core/filter_manager.rb:81:in `inspect': method `inspect' called on unexpected T_NODE object (0x00000001759418 flags=0x15281c klass=0x0) (NotImplementedError)
from /home/travis/.rvm/gems/ruby-head/gems/rspec-core-2.14.6/lib/rspec/core/filter_manager.rb:81:in `description'
from /home/travis/.rvm/gems/ruby-head/gems/rspec-core-2.14.6/lib/rspec/core/world.rb:113:in `announce_exclusion_filter'
from /home/travis/.rvm/gems/ruby-head/gems/rspec-core-2.14.6/lib/rspec/core/world.rb:69:in `announce_filters'
from /home/travis/.rvm/gems/ruby-head/gems/rspec-core-2.14.6/lib/rspec/core/command_line.rb:23:in `run'
from /home/travis/.rvm/gems/ruby-head/gems/rspec-core-2.14.6/lib/rspec/core/runner.rb:80:in `run'
from /home/travis/.rvm/gems/ruby-head/gems/rspec-core-2.14.6/lib/rspec/core/runner.rb:17:in `block in autorun'
We don't do anything that non-standard with inspect and this: T_NODE object (0x00000001759418 flags=0x15281c klass=0x0) (NotImplementedError)
makes me think you may have found a Ruby bug.
Bundler runs its spec suite against ruby-head, and this error just started appearing on ruby 2.1.0dev (2013-10-22 trunk 43390) [x86_64-linux].
The logs from the full spec run are available in public on Travis: https://travis-ci.org/bundler/bundler/jobs/12883562#L164
The text was updated successfully, but these errors were encountered: