Antwrap monkey-patching in core.rb
----------------------------------
Key: BUILDR-481
URL: https://issues.apache.org/jira/browse/BUILDR-481
Project: Buildr
Issue Type: Task
Reporter: Antoine Toulme
Fix For: 1.4.2
In core.rb, there is a weird monkey-patching:
# TODO: Antwrap 0.7 requires this monkeypatch, have it fixed.
class Array #:nodoc:
alias :nitems :size
end
Changing ruby core classes is never a good idea, this should be removed and
Antwrap should be fixed if needed to support this.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.