Skip Menu |

This queue is for tickets about the Games-Tournament-Swiss CPAN distribution.

Report information
The Basics
Id: 47450
Status: resolved
Priority: 0/
Queue: Games-Tournament-Swiss

People
Owner: DRBEAN [...] cpan.org
Requestors: DRBEAN [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: (no value)



Subject: E5 A7c bug assigning preferences in round 1
Games::Tournament::Swiss::intializePreferences was assigning preferences to some S2 players when the number of players was 2n+1.
Use p = int ( n -1 ), an idea from Games::Tournament::Bracket::p to do this better. Regression test is in t/initializePreferences.t. Need to remember 'and' has lowest priority, and '&&' doesn't.