Page MenuHomePhabricator

Fix a possible undefined variable
ClosedPublic

Authored by epriestley on Apr 22 2015, 2:26 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 23, 3:26 AM
Unknown Object (File)
Mon, May 19, 4:49 AM
Unknown Object (File)
Thu, May 8, 12:09 PM
Unknown Object (File)
Mon, May 5, 6:40 PM
Unknown Object (File)
Tue, Apr 29, 4:59 PM
Unknown Object (File)
Tue, Apr 29, 9:28 AM
Unknown Object (File)
Apr 25 2025, 4:44 PM
Unknown Object (File)
Apr 22 2025, 11:30 PM
Subscribers

Details

Summary

Fixes T7881.

Test Plan

Inspection.

Diff Detail

Repository
rP Phabricator
Branch
uvar1
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 5430
Build 5448: [Placeholder Plan] Wait for 30 Seconds

Event Timeline

epriestley retitled this revision from to Fix a possible undefined variable.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added reviewers: btrahan, joshuaspence.
This revision is now accepted and ready to land.Apr 22 2015, 2:27 AM

Don't we have a linter rule for this?

It doesn't (and generally can't) do flow analysis, so it assumes things are in good shape after the declaration on 180.

This revision was automatically updated to reflect the committed changes.