Page MenuHomePhabricator

Don't show a blank line if there is no user data
ClosedPublic

Authored by alexmv on Sep 20 2017, 9:35 PM.
Tags
None
Referenced Files
F13084551: D18632.diff
Wed, Apr 24, 11:08 PM
Unknown Object (File)
Fri, Apr 19, 6:50 PM
Unknown Object (File)
Sat, Mar 30, 4:04 PM
Unknown Object (File)
Sat, Mar 30, 5:11 AM
Unknown Object (File)
Mar 22 2024, 1:07 PM
Unknown Object (File)
Mar 15 2024, 11:46 PM
Unknown Object (File)
Mar 9 2024, 2:36 AM
Unknown Object (File)
Feb 3 2024, 4:57 PM
Subscribers

Details

Summary

SKIP lines, for instance, often have no UserData; there is no
reason to display a content-less blank line.

Test Plan

arc unit

Diff Detail

Repository
rARC Arcanist
Branch
blank-line (branched from master)
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 18513
Build 24934: Run Core Tests
Build 24933: arc lint + arc unit

Event Timeline

Prefer a strlen() test over a plain test, so values like "0", "0.0", etc., are printed faithfully.

This revision now requires changes to proceed.Sep 20 2017, 9:43 PM

Swap to a strlen, instead of using truthiness

This revision is now accepted and ready to land.Sep 21 2017, 12:44 AM
This revision was automatically updated to reflect the committed changes.