Actions
Bug #764
closedUndefined method `chomp` while requiring logger.rb
Description
=begin
[pbrannan@zem test]$ ruby1.9 -rlogger -e ''
/usr/local/lib/ruby1.9/1.9.0/logger.rb:185:in <class:Logger>': undefined method
chomp' for nil:NilClass (NoMethodError)
from /usr/local/lib/ruby1.9/1.9.0/logger.rb:182:in <top (required)>' from :0:in
require'
=end
Updated by cout (Paul Brannan) about 16 years ago
=begin
Maybe this isn't a bug. It seems to be related to whether $Id$ gets expanded when checking out of svn.
Probably logger.rb shouldn't fail when $Id$ isn't expanded.
=end
Updated by matz (Yukihiro Matsumoto) about 16 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
=begin
Applied in changeset r20290.
=end
Actions
Like0
Like0Like0