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

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

Issue 896513002: Specify mapUri for directories (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 11 months 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/integration_test_methods.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 562b853e3ee57ac15039f3fb5a23220943ee5fad..407ec9ae05c110db869784ff634dd69ed4697f36 100644
--- a/pkg/analysis_server/tool/spec/spec_input.html
+++ b/pkg/analysis_server/tool/spec/spec_input.html
@@ -394,8 +394,8 @@
</value>
</map>
<p>
- A mapping from context source roots to package maps which map
- package names to source directories for use in client-side
+ A mapping from context source roots to package maps which map
+ package names to source directories for use in client-side
package URI resolution.
</p>
</field>
@@ -1657,6 +1657,11 @@
<p>
Exactly one of the file and uri fields must be provided.
</p>
+ <p>
+ If the root of the execution context is a directory rather than a
scheglov 2015/02/02 18:17:52 What is "the root of the execution context"? Is it
Paul Berry 2015/02/02 19:07:58 I'm not terribly familiar with this part of the AP
+ file, then an error of type <tt>MAP_URI_FOR_DIRECTORY</tt> will be
+ generated.
+ </p>
<params>
<field name="id">
<ref>ExecutionContextId</ref>
« no previous file with comments | « pkg/analysis_server/test/integration/integration_test_methods.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698