Opened 6 years ago
Closed 6 years ago
#322 closed defect (fixed)
GAP2008 problem with 2014 R1.1-R1.5
Reported by: | Christian Frier | Owned by: | Joerg Ewald |
---|---|---|---|
Priority: | major | Milestone: | 2015 R1 |
Component: | FsComp | Version: | 2014 R1.5 |
Keywords: | Legacy formula GAP2008 | Cc: |
Description
When I try to score a task with a pilot set to 'DNF' the whole task cannot be scored. All pilots get zero points. If I set the pilots to 'ABS' the task can be scored and pilots get points. I use FsComp 2014R1.5.
The problem exists if I use FsComp 2014 R1.1 - R1.5 with GAP2008. Also if I use GAP2011 or GAP2013 the pilots will get zero points.
If I use FsComp 2013 R3.2 I am able to score the task with GAP2008 and the pilots will get points. So I guess the problem is in the legacy formula pack and not the core of FsComp.
I will attattach a zip-file with the competition files and screen shots.
Best Regards, Christian Frier
Attachments (2)
Change History (4)
Changed 6 years ago by
Attachment: | Scoring problem in FsComp 2014 R1.doc added |
---|
Changed 6 years ago by
Attachment: | FsComp - debugging.zip added |
---|
comment:1 Changed 6 years ago by
Status: | new → assigned |
---|
comment:2 Changed 6 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Thank you for this report and the thorough debugging material. This made finding and fixing the bug very easy! :)
Problem was that when a and b are integer values, a/b is either 0 or 1, but never anything between. Needed to change them to allow for decimals.