danrubel@google.com
|
6a90488fc8
|
cache pub list results
BUG=
R=paulberry@google.com, scheglov@google.com
Review URL: https://codereview.chromium.org//941883002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@44062 260f80e4-7a28-3924-810f-c04153c831b5
|
2015-02-26 17:24:08 +00:00 |
|
paulberry@google.com
|
88e19fcb6e
|
When converting files to package URI's, favor longer directory matches.
Longer directory matches in mean that the relative path part of
the package URI will be shorter, making it more likely to match
user intent.
R=scheglov@google.com
Review URL: https://codereview.chromium.org//953863004
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@44025 260f80e4-7a28-3924-810f-c04153c831b5
|
2015-02-25 18:04:09 +00:00 |
|
paulberry@google.com
|
2b6e5b5f68
|
When translating from file to URI, make sure translation is reversible.
BUG=dartbug.com/22555
R=brianwilkerson@google.com
Review URL: https://codereview.chromium.org//935453007
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@44003 260f80e4-7a28-3924-810f-c04153c831b5
|
2015-02-24 22:15:39 +00:00 |
|
brianwilkerson@google.com
|
0e73ada9c2
|
Use package: URIs for files in lib
R=paulberry@google.com
Review URL: https://codereview.chromium.org//914373004
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@43827 260f80e4-7a28-3924-810f-c04153c831b5
|
2015-02-17 22:47:34 +00:00 |
|
brianwilkerson@google.com
|
c2d3ff3b95
|
Handle exception and clean-up code
R=scheglov@google.com
Review URL: https://codereview.chromium.org//907483004
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@43563 260f80e4-7a28-3924-810f-c04153c831b5
|
2015-02-06 19:19:55 +00:00 |
|
scheglov@google.com
|
658d3e949e
|
Check PackageMapUriResolver constructor arguments.
R=brianwilkerson@google.com, paulberry@google.com
BUG=
Review URL: https://codereview.chromium.org//887943004
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@43405 260f80e4-7a28-3924-810f-c04153c831b5
|
2015-02-03 16:06:25 +00:00 |
|
danrubel@google.com
|
3f91cbb15e
|
null check for pub result in PubPackageMapProvider
BUG=dartbug.com/21814
R=paulberry@google.com
Review URL: https://codereview.chromium.org//750113003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@42173 260f80e4-7a28-3924-810f-c04153c831b5
|
2014-12-08 18:58:31 +00:00 |
|
brianwilkerson@google.com
|
ba033a38f9
|
Fix the code completion timing test
R=scheglov@google.com
Review URL: https://codereview.chromium.org//761533006
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@42007 260f80e4-7a28-3924-810f-c04153c831b5
|
2014-11-26 20:09:17 +00:00 |
|
scheglov@google.com
|
b8da9bc651
|
Format and sort analyzer and analysis_server packages.
R=brianwilkerson@google.com
BUG=
Review URL: https://codereview.chromium.org//725143004
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41792 260f80e4-7a28-3924-810f-c04153c831b5
|
2014-11-17 22:23:53 +00:00 |
|
scheglov@google.com
|
71a54f980b
|
Replace ${name} with $name where possible.
...i.e. when the next character is not a part of an identifier.
R=brianwilkerson@google.com
BUG=
Review URL: https://codereview.chromium.org//681003002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41333 260f80e4-7a28-3924-810f-c04153c831b5
|
2014-10-27 19:43:44 +00:00 |
|
paulberry@google.com
|
5b45f8e762
|
Move PubPackageMapProvider to its own file.
This will allow clients of the AnalysisServer package to provide their
own PackageMapProvider without bringing in a dependency on dart:io.
R=brianwilkerson@google.com, rpaquay@chromium.org
Review URL: https://codereview.chromium.org//599133002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@40638 260f80e4-7a28-3924-810f-c04153c831b5
|
2014-09-24 18:09:08 +00:00 |
|
jwren@google.com
|
944174f36a
|
Move package_map_provider.dart from the server to the analyzer package to be used by the command line analyzer.
R=brianwilkerson@google.com, paulberry@google.com
Review URL: https://codereview.chromium.org//560553002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@40051 260f80e4-7a28-3924-810f-c04153c831b5
|
2014-09-09 20:36:35 +00:00 |
|
scheglov@google.com
|
c5263aae9f
|
Breaking changes in 'analyzer' package.
1. Source.uri added.
2. DartSdk.fromEncoding() replaced with fromFileUri().
This CL cannot be committed as is until pkg/code_transformers is fixed.
R=brianwilkerson@google.com, sigmund@google.com
BUG=
Review URL: https://codereview.chromium.org//428303004
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@38949 260f80e4-7a28-3924-810f-c04153c831b5
|
2014-08-06 20:41:42 +00:00 |
|
scheglov@google.com
|
57b5c62818
|
Test for the 'importing a package library' fix.
R=brianwilkerson@google.com
BUG=
Review URL: https://codereview.chromium.org//426793002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@38653 260f80e4-7a28-3924-810f-c04153c831b5
|
2014-07-28 22:18:14 +00:00 |
|
scheglov@google.com
|
4a47ef63f5
|
Move PackageMapUriResolver into analyzer.
R=brianwilkerson@google.com
BUG=
Review URL: https://codereview.chromium.org//422973002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@38650 260f80e4-7a28-3924-810f-c04153c831b5
|
2014-07-28 21:09:58 +00:00 |
|