Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1806)

Unified Diff: pkg/analyzer/lib/src/summary/format.fbs

Issue 2538503002: Remove support for summary "fallback mode" from analyzer. (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/analyzer/lib/src/summary/format.dart ('k') | pkg/analyzer/lib/src/summary/idl.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/lib/src/summary/format.fbs
diff --git a/pkg/analyzer/lib/src/summary/format.fbs b/pkg/analyzer/lib/src/summary/format.fbs
index 443019ee87b406e0dfde08dc0579c1922737def2..d3df9c086109923cfbc1c88f6aec6a9e8de1911e 100644
--- a/pkg/analyzer/lib/src/summary/format.fbs
+++ b/pkg/analyzer/lib/src/summary/format.fbs
@@ -1164,7 +1164,7 @@ table LinkedLibrary {
* Indicates whether this library was summarized in "fallback mode". If
* true, all other fields in the data structure have their default values.
*/
- fallbackMode:bool (id: 5);
+ fallbackMode:bool (id: 5, deprecated);
/**
* For each import in [UnlinkedUnit.imports], an index into [dependencies]
@@ -2500,7 +2500,7 @@ table UnlinkedUnit {
* When this field is non-empty, all other fields in the data structure have
* their default values.
*/
- fallbackModePath:string (id: 16);
+ fallbackModePath:string (id: 16, deprecated);
/**
* Import declarations in the compilation unit.
« no previous file with comments | « pkg/analyzer/lib/src/summary/format.dart ('k') | pkg/analyzer/lib/src/summary/idl.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698