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

Unified Diff: pkg/analysis_server/tool/spec/spec_input.html

Issue 800913002: Report pub status (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments Created 6 years 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/analysis_server/test/integration/protocol_matchers.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/tool/spec/spec_input.html
diff --git a/pkg/analysis_server/tool/spec/spec_input.html b/pkg/analysis_server/tool/spec/spec_input.html
index 69f454241c28211deaaede5b14e908d63c7dd1ef..e09c9e3e3678e48234b21677b71e9324ed658642 100644
--- a/pkg/analysis_server/tool/spec/spec_input.html
+++ b/pkg/analysis_server/tool/spec/spec_input.html
@@ -248,6 +248,13 @@
analyzed.
</p>
</field>
+ <field name="pub" optional="true">
+ <ref>PubStatus</ref>
+ <p>
+ The current status of pub execution, indicating whether we are
+ currently running pub.
+ </p>
+ </field>
</params>
</notification>
</domain>
@@ -2698,6 +2705,20 @@
</field>
</object>
</type>
+ <type name="PubStatus">
+ <p>
+ An indication of the current state of pub execution.
+ </p>
+ <object>
+ <field name="isListingPackageDirs">
+ <ref>bool</ref>
+ <p>
+ True if the server is currently running pub to produce a list of
+ package directories.
+ </p>
+ </field>
+ </object>
+ </type>
<type name="RefactoringKind">
<p>
An enumeration of the kinds of refactorings that can be
« no previous file with comments | « pkg/analysis_server/test/integration/protocol_matchers.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698