Page MenuHomePhabricator

Don't enable the "ScopeEngine" or try to identify scope context for diffs without context
ClosedPublic

Authored by epriestley on Feb 20 2019, 1:10 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Dec 17, 10:24 AM
Unknown Object (File)
Fri, Dec 13, 3:29 PM
Unknown Object (File)
Mon, Dec 9, 12:06 PM
Unknown Object (File)
Tue, Nov 26, 8:47 PM
Unknown Object (File)
Nov 22 2024, 5:34 PM
Unknown Object (File)
Nov 18 2024, 3:20 AM
Unknown Object (File)
Nov 14 2024, 10:38 AM
Unknown Object (File)
Nov 10 2024, 7:43 AM
Subscribers
None

Details

Summary

Depends on D20197. Ref T13161. We currently try to build a "ScopeEngine" even for diffs with no context (e.g., git diff instead of git diff -U9999).

Since we don't have any context, we won't really be able to figure out anything useful about scopes. Also, since ScopeEngine is pretty strict about what it accepts, we crash.

In these cases, just don't build a ScopeEngine.

Test Plan

Viewed a diff I copy/pasted with git diff instead of an arc diff / git diff -U99999, got a sensible diff with no context instead of a fatal.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable