halostatue-archive / rubypython

An in-process between Ruby and Python 2.
Other
254 stars 47 forks source link

undefining `object_id' may cause serious problems #23

Open halostatue opened 7 years ago

halostatue commented 7 years ago

Hi, When I use your plugin, I got below notification. C:/redmine/vendor/bundle/ruby/1.9.1/gems/blankslate-3.1.2/lib/blankslate.rb:51: warning: undefining `object_id' may cause serious problems You're extracting __|instance_eval|object_id in BlankObject class, though it's needless? When I check document of builder, I thought that. Could you fix this problem? thanks

halostatue commented 7 years ago

I think I'm going to reimplement the necessary bits of BlankSlate in RubyPython and remove it as a dependency, as the issue (and a pull request addressing the issue) has existed for a while: https://github.com/masover/blankslate/issues/7 This will be resolved in 0.7.