Project

General

Profile

ActionsLike0

Bug #854

closed

Rake::FileList#egrep が動かない

Added by okkez (okkez _) over 16 years ago. Updated almost 14 years ago.

Status:
Closed
Assignee:
-
ruby -v:
Backport:

Description

=begin
以下のような Rakefile を作って Ruby1.9.1 preview2 で動かすと動きません。

Rakefile

coding: utf-8

desc 'aaa'
task :a do
p FileList['*.rb'].egrep(/require/)
end

カレントディレクトリに SJIS で書かれたファイルが存在する場合にこけました。
=end

#1

Updated by yugui (Yuki Sonoda) over 16 years ago

  • Target version set to 1.9.1 Release Candidate
#3

Updated by yugui (Yuki Sonoda) over 16 years ago

  • Due date set to 12/22/2008
  • Category set to core
  • Assignee set to matz (Yukihiro Matsumoto)
#4

Updated by yugui (Yuki Sonoda) over 16 years ago

  • Priority changed from Normal to 5
#5

Updated by yugui (Yuki Sonoda) over 16 years ago

  • Due date changed from 12/22/2008 to 12/24/2008
  • Assignee deleted (matz (Yukihiro Matsumoto))
#6

Updated by matz (Yukihiro Matsumoto) over 16 years ago

  • Status changed from Open to Closed
ActionsLike0

Also available in: Atom PDF