×

To be able to write in the forum you need to authenticate. Meanwhile it's read-only.

Change History

Once a checker request has been fulfilled and the challenge owner (or checker requester) is satisfied the thread should be moved here by a moderator. Please allow some time before moving the thread, to allow feedback from the requester.

Message: Re: Problem with Checker for GC764BK

Changed By: pieterix
Change Date: July 06, 2017 02:17PM

Re: Problem with Checker for GC764BK
I might be speaking out of turn, but I suspect line 440 in the script is wrong:

if (cacheCountForAttribute[j] == i) then

must be changed to:

if (cacheCountForAttribute[j] > 0) then

But then I'm new at this, so many maybe an old hand can verify my finding.

Original Message

Author: pieterix
Date: July 06, 2017 02:13PM

Re: Problem with Checker for GC764BK
I might be speaking out of turn, but I suspect line 440 in the script is wrong:

if (cacheCountForAttribute[j] == i) then

must be changed to:

if (cacheCountForAttribute[j] > 0) then

But then I'm new at this, so many an old hand can verify my finding.