Page MenuHomePhabricator

Fix an unusual nonterminating task graph node
ClosedPublic

Authored by epriestley on Jan 17 2017, 4:40 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jun 1, 1:05 PM
Unknown Object (File)
Fri, May 30, 1:12 PM
Unknown Object (File)
Thu, May 29, 12:09 PM
Unknown Object (File)
Thu, May 29, 8:58 AM
Unknown Object (File)
Wed, May 28, 11:54 PM
Unknown Object (File)
May 1 2025, 12:51 AM
Unknown Object (File)
Apr 12 2025, 2:16 AM
Unknown Object (File)
Apr 9 2025, 6:39 AM
Subscribers
None

Details

Summary

Fixes T12114. There were a couple of bugs here:

  • We could draw too many joining lines if a node had a parent with multiple descendants.
  • We could incorrectly ignore columns because of an unset().

I think this fixes both things without collateral damage. This whole thing is a little hard to understand/debug and has grown beyond its original scope, so I'll probably rewrite it if there are more issues.

Test Plan
  • Unit tests.
  • My local repro is clean now:

Screen Shot 2017-01-17 at 8.36.55 AM.png (349×262 px, 30 KB)

Diff Detail

Repository
rP Phabricator
Branch
graph1
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 15286
Build 20114: Run Core Tests
Build 20113: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Jan 17 2017, 4:42 PM
This revision was automatically updated to reflect the committed changes.