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, Jan 21, 12:29 PM
Unknown Object (File)
Tue, Jan 21, 9:33 AM
Unknown Object (File)
Wed, Jan 1, 10:02 PM
Unknown Object (File)
Wed, Dec 25, 7:01 AM
Unknown Object (File)
Dec 17 2024, 10:24 AM
Unknown Object (File)
Dec 13 2024, 3:29 PM
Unknown Object (File)
Dec 9 2024, 12:06 PM
Unknown Object (File)
Nov 26 2024, 8:47 PM
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