Comment 'FIXME' cases occurance.
authorshort <>
Sun, 6 Jun 2004 15:47:19 +0000 (15:47 +0000)
committershort <>
Sun, 6 Jun 2004 15:47:19 +0000 (15:47 +0000)
project/List.html.pl

index 5054d71..fc149c9 100755 (executable)
@@ -112,6 +112,7 @@ my($platform)=@_;
                                        my $order_by=$order_by;
                                        my $minus=($order_by=~s/^(-)//)[0];
                                        # FIXME: 'cmp' or '<=>'?
                                        my $order_by=$order_by;
                                        my $minus=($order_by=~s/^(-)//)[0];
                                        # FIXME: 'cmp' or '<=>'?
+                                       # Currently it complains on "name" not <=>able if two projects have the same 'priority'.
                                        my $r=($item{$a}{$order_by} <=> $item{$b}{$order_by});
                                        $r=-$r if $minus;
                                        return $r if $r;
                                        my $r=($item{$a}{$order_by} <=> $item{$b}{$order_by});
                                        $r=-$r if $minus;
                                        return $r if $r;