Homec4science

Fix a bug with T1643

Authored by epriestley <git@epriestley.com> on Nov 30 2012, 21:09.

Description

Fix a bug with T1643

Summary: The construct count(x == 0) should be count(x) == 0. This causes a concrete problem because count(0) is 1.

Test Plan: eyeballed it~

Reviewers: btrahan, vrana, klimek

Reviewed By: klimek

CC: aran

Maniphest Tasks: T1643

Differential Revision: https://secure.phabricator.com/D4060

Details

Committed
epriestley <git@epriestley.com>Nov 30 2012, 21:09
Pushed
aubortJan 31 2017, 17:16
Parents
rPHb37b725f4fee: Use Git SVN revision in save_lint.php
Branches
Unknown
Tags
Unknown

Event Timeline

epriestley <git@epriestley.com> committed rPH2b6935351987: Fix a bug with T1643 (authored by epriestley <git@epriestley.com>).Nov 30 2012, 21:09