Project

General

Profile

Actions

Bug #764

closed

Undefined method `chomp` while requiring logger.rb

Added by cout (Paul Brannan) over 15 years ago. Updated almost 13 years ago.

Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
Backport:
[ruby-core:19991]

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

Actions #1

Updated by cout (Paul Brannan) over 15 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

Actions #2

Updated by matz (Yukihiro Matsumoto) over 15 years ago

  • Status changed from Open to Closed
  • % Done changed from 0 to 100

=begin
Applied in changeset r20290.
=end

Actions

Also available in: Atom PDF

Like0
Like0Like0