Page MenuHomePhabricator

Fix coverage line index lookup in diffusion browser
ClosedPublic

Authored by yelirekim on Feb 1 2016, 7:13 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 11, 9:05 AM
Unknown Object (File)
Fri, Apr 5, 11:53 AM
Unknown Object (File)
Thu, Mar 28, 7:14 AM
Unknown Object (File)
Mar 15 2024, 12:39 PM
Unknown Object (File)
Feb 29 2024, 6:15 AM
Unknown Object (File)
Jan 23 2024, 11:18 AM
Unknown Object (File)
Dec 23 2023, 3:33 PM
Unknown Object (File)
Dec 20 2023, 5:01 AM
Subscribers

Details

Reviewers
epriestley
Group Reviewers
Blessed Reviewers
Commits
Restricted Diffusion Commit
rPd41aaba2a184: Fix coverage line index lookup in diffusion browser
Summary

I believe this got clobbered in rP8b6edaa4e238a809fe78e6d14ad0705545f8179f. This index doesn't seem to be present in the line dictionary and we're now relying on $line_index for the current position.

Test Plan

before

Screen Shot 2016-02-01 at 2.05.12 PM.png (1×2 px, 438 KB)

after
Screen Shot 2016-02-01 at 2.05.51 PM.png (1×2 px, 354 KB)

Diff Detail

Repository
rP Phabricator
Branch
coverage_line_index (branched from master)
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 10433
Build 12748: arc lint + arc unit

Event Timeline

yelirekim retitled this revision from to Fix coverage line index lookup in diffusion browser.
yelirekim updated this object.
yelirekim edited the test plan for this revision. (Show Details)
This revision is now accepted and ready to land.Feb 1 2016, 7:17 PM

(I added you to Blessed Committers so you should be able to land it yourself.)

This revision was automatically updated to reflect the committed changes.