dart-sdk/pkg/analysis_server
Brian Wilkerson ef2f777625 Mark some analyzer tests as being flaky
Change-Id: I61838bd32427ea18000df33181cf908783607240
Reviewed-on: https://dart-review.googlesource.com/69180
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Brian Wilkerson <brianwilkerson@google.com>
2018-08-09 16:19:41 +00:00
..
benchmark Clean up some warnings in the server code base 2018-08-01 21:09:45 +00:00
bin
doc No longer run pub list-package-dirs from the analysis server. 2018-07-27 23:05:41 +00:00
lib Fix for unawaited future in assists. 2018-08-07 19:49:10 +00:00
test Mark some analyzer tests as being flaky 2018-08-09 16:19:41 +00:00
tool Update ChangeBuilder to not include empty edits (Take 2) 2018-07-31 13:44:06 +00:00
analysis_options.yaml Update analysis options files. 2018-07-03 00:20:06 +00:00
AUTHORS
CHANGELOG.md
CONTRIBUTING.md
LICENSE
pubspec.yaml Update package:test_reflective_loader. 2018-08-01 00:20:45 +00:00
README.md

analysis_server

A long-running process that provides analysis results to other tools.

The analysis server is designed to provide on-going analysis of one or more code bases as those code bases are changing.

Using the server

The analysis server is not intended to be used stand-alone, and therefore does not have a human-friendly user interface.

Clients (typically tools, such as an editor) are expected to run the analysis server in a separate process and communicate with it using a JSON protocol. The protocol is specified in the file analysis_server/doc/api.html.

Features and bugs

Please file feature requests and bugs at the issue tracker.