Priority
Normal
Type
Bug 
State
Fixed 
Assignee
Oleg Shpynov 
Subsystem
Parsing 
Affected versions
Fixed in
Fixed in build
Next build 
Build
0
Fixed in build
0
Severity
0
  • Submitted by   AUVRAY
    2 years ago (20 Feb 2007 01:40)
  • Updated by AUVRAY
    2 years ago (20 Feb 2007 18:22)
  • Jira: RUBY-304
    (history, comments)

RUBY-304

Parsing Error

0
Fail to parse this (from rake.rb sources), Says : '; missing' :

######################################################################
  1. Extensions to time to allow comparisons with an early time class.

class Time
alias rake_original_time_compare :<=>
def <=>(other)
if Rake::EarlyTime === other
- other.<=>(self)
else
rake_original_time_compare(other)
end
end
end

Environment: Linux, Ubuntu, x64

Issue was resolved
Comments (2)
 
History (1)
 
Links
 
AUVRAY
  AUVRAY
20 Feb 2007 01:42
(2 years ago)
#permalink
Jira is formatting my code, replace the cube with a minus : '-'
or just look at rake.rb line 1375
Oleg Shpynov
  Oleg Shpynov
20 Feb 2007 18:22
(2 years ago)
#permalink
fixed in 6182