Skip to content
This repository has been archived by the owner on Nov 30, 2024. It is now read-only.

NotImplementedError on Ruby 2.1 #1122

Closed
indirect opened this issue Oct 22, 2013 · 4 comments
Closed

NotImplementedError on Ruby 2.1 #1122

indirect opened this issue Oct 22, 2013 · 4 comments

Comments

@indirect
Copy link

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'

The logs from the full spec run are available in public on Travis: https://travis-ci.org/bundler/bundler/jobs/12883562#L164

@JonRowe
Copy link
Member

JonRowe commented Oct 22, 2013

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.

@myronmarston
Copy link
Member

If this is still happening in the 2.1.0 RCs we'll certainly take a look.

@JonRowe
Copy link
Member

JonRowe commented Oct 22, 2013

@myronmarston I'll throw 2.1 into the travis.yml and see what happens :)

@myronmarston
Copy link
Member

This is a ruby bug that I reported and got promptly fixed:

https://bugs.ruby-lang.org/issues/9226

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants