Actions
Bug #9714
openClean up requires inside hammer-cli gem
Status:
New
Priority:
Normal
Assignee:
-
Category:
Hammer core
Target version:
-
Description
Hammer's codebase contains multiple requires of the same files at various places, which can cause problems with code being defined twice.
We must either make sure each library file is required only once or always define full path to the file in 'hammer_cli/...' format. See http://ruby-doc.org/core-1.8.6/Kernel.html#method-i-require for additional details.
Updated by Tomáš Strachota over 9 years ago
- Related to Bug #8374: warning in hammer ping command added
Updated by Tomáš Strachota over 9 years ago
- Related to Bug #7635: warning: already initialized constant DEFAULT_LABEL_INDENT added
Updated by Tomáš Strachota over 9 years ago
- Related to deleted (Bug #8374: warning in hammer ping command)
Updated by Adam Price over 9 years ago
- Related to deleted (Bug #7635: warning: already initialized constant DEFAULT_LABEL_INDENT)
Updated by Adam Price over 9 years ago
- Related to Bug #7635: warning: already initialized constant DEFAULT_LABEL_INDENT added
Actions