Ivo Wever

Results 2 issues of Ivo Wever

In the situation of https://github.com/guard/listen/issues/409, also mentioned in https://github.com/e2/ruby_dep/issues/24, ruby_dep signalled an issue that was not as fatal to us as the error, which caused a `bundle update` to fail,...

Defining an item named 'class', as in ``` class Msg include HappyMapper has_one :'class', String end Msg.parse('') ``` currently fails with `lib/happymapper.rb:489:in `initialize': undefined method `attributes' for nil:NilClass (NoMethodError)` The...