「view this page in B3 βῆτα server」

Revisions №49

branch: interactive/develop 「№49」
Commited by: Rocco Moretti
GitHub commit link: 「2e2a2f9739816407」 「№3982」
Difference from previous tested commit:  code diff
Commit date: 2019-05-31 13:39:13

Merge pull request #3982 from RosettaCommons/roccomoretti/interactive_fix_AP_OP_comparisons Foldit: Fix AP/OP comparison issues It looks like my recent pointer check branch had an unanticipated interaction with the bool() conversion function of APs & OPs. The upshot of which is that comparisons of APs & OPs were going through bool(), rather than being compared directly on the pointer. This resulted in some odd behavior in the client. This PR fixes the issue by making the bool() conversion explicit, as well as adjusting the AP & OP comparison functions.

...