Commit graph

160 commits

Author SHA1 Message Date
keertip 0e61315d50 update dartdoc to 0.8.4 in DEPS
BUG=
R=pquitslund@google.com

Review URL: https://codereview.chromium.org/1512993002 .
2015-12-09 13:17:09 -08:00
Bob Nystrom c56910c930 Upgrade dart_style to 0.2.2.
R=kevmoo@google.com

Review URL: https://codereview.chromium.org/1508083004 .
2015-12-08 17:23:19 -08:00
pq 2d4eb19c11 DEPS update to pull in 0.27.0-aware linter.
R=brianwilkerson@google.com

Review URL: https://codereview.chromium.org/1504423002 .
2015-12-08 11:33:34 -08:00
pq 1e4cea355f Embedded option processing fixes (#25115).
* Updates error filter and linter configuration to play nice with embedded options.
  * Fixes embedded lint config (#25115).
* Improves support for (and tests of) options file deletions.
* Pulls in linter with untyped options support (needed for processing merged options).

Unblocks: https://github.com/flutter/flutter/issues/624.

R=brianwilkerson@google.com

Review URL: https://codereview.chromium.org/1503353002 .
2015-12-07 16:18:47 -08:00
William Hesse 338bd5db79 Update collection to version 1.2.0 (f6135e6350c63eb3f4dd12953b8d4363faff16fc)
dartdoc 0.8.3 requires at least this version of collection.

BUG=

Review URL: https://codereview.chromium.org/1504813002 .
2015-12-07 13:42:45 +01:00
Kevin Moore 72e8924b21 update dartdoc to v0.8.3
R=keertip@google.com

Review URL: https://codereview.chromium.org/1500043002 .
2015-12-04 10:15:41 -08:00
Natalie Weizenbaum 85dc0454b3 Bring in the latest version of pub.
R=rnystrom@google.com

Review URL: https://codereview.chromium.org/1491933003 .
2015-12-02 14:06:05 -08:00
pq 94f73224c0 Bump linter DEP to 0.1.9.
Fixes #25092 (NSME on getter analysis).

R=keertip@google.com

Review URL: https://codereview.chromium.org/1492773005 .
2015-12-02 13:45:15 -08:00
pq a3cc45b5dd Pull in linter 0.1.8.
* Protects against errors in linting invalid source (dart-lang/sdk#24910).
* Adds `avoid_empty_else` lint rule (dart-lang/sdk#224936).

R=brianwilkerson@google.com

Review URL: https://codereview.chromium.org/1472403002 .
2015-11-25 09:50:55 -08:00
keertip 44377f6de6 rev up dartdoc in DEPS
BUG=
R=brianwilkerson@google.com

Review URL: https://codereview.chromium.org/1468263002 .
2015-11-23 14:41:32 -08:00
keertip b5286d59f6 revert rev to dartdoc, build breaking
BUG=
R=brianwilkerson@google.com

Review URL: https://codereview.chromium.org/1464743004 .
2015-11-20 14:36:29 -08:00
keertip f808568c8c update dartdoc rev in DEPS
BUG=
R=pquitslund@google.com

Review URL: https://codereview.chromium.org/1464883002 .
2015-11-20 10:49:45 -08:00
pq 9ae1265ff5 analyzer_cli move to SDK.
Tracking bug: https://github.com/dart-lang/sdk/issues/24731

Note, dartium build changes are in a separate CL: https://codereview.chromium.org/1453413006/

Some tests had to be disabled for want of mockito in the SDK; tracking their reimplementation is here: https://github.com/dart-lang/sdk/issues/24994

BUG=24731
R=whesse@google.com

Review URL: https://codereview.chromium.org/1459683003 .
2015-11-19 14:52:54 -08:00
Brian Wilkerson 181a8f09ad Update the deps to pull in the latest version of the linter package
R=pquitslund@google.com

Review URL: https://codereview.chromium.org/1458153002 .
2015-11-19 10:47:51 -08:00
pq 4b03a59f01 DEPS bump. (Fix #24949.)
Pulls in fail-safe that works around Linter issue #154.

Fixes SDK issue #24949.

BUG=24949
R=scheglov@google.com

Review URL: https://codereview.chromium.org/1452803003 .
2015-11-16 14:24:02 -08:00
pq 8a0bdfbd9b DEPS bump to grab patched linter.
Addresses: https://github.com/dart-lang/sdk/issues/24947.

BUG=24947
R=scheglov@google.com

Review URL: https://codereview.chromium.org/1451013002 .
2015-11-16 12:06:52 -08:00
Harry Terkelsen 9a56c7ee56 dart2js: report output unit imports to dump-info
BUG=
R=sigmund@google.com

Review URL: https://codereview.chromium.org/1434103004 .
2015-11-12 14:10:49 -08:00
William Hesse d524cf4076 Update co19 test suite to commit Oct 1 2015 1d96fbbf94c534c9076f90bd4ebce6226169da48
Update co19-co19.status

Update co19 to tot.

Rename co19 language tests in status files, and roll co19 version.

BUG=
R=ricow@google.com, sgjesse@google.com

Review URL: https://codereview.chromium.org/1390533003 .
2015-11-11 10:47:46 +01:00
pq 7468ed191d Bump DEPS to 0.1.5.
Pulls in:

* Added `prefer_is_not_empty` lint rule (#143).
* Added `type_annotate_public_apis` lint rule (#24).
* Added `avoid_as` lint rule (#145).
* Fixed `non_constant_identifier_names` rule to special case underscore identifiers in callbacks.
* Fix to escape `_`s in callback type validation (addresses false positives in `always_specify_types`) (#147).

R=keertip@google.com

Review URL: https://codereview.chromium.org/1434773002 .
2015-11-10 10:20:55 -08:00
keertip 00396f5df0 rev up dartdoc in DEPS
BUG=
R=pquitslund@google.com

Review URL: https://codereview.chromium.org/1411133008 .
2015-11-09 11:12:09 -08:00
pq dbbcedf231 DEPS bump to pull in linter 0.1.4.
BUG=
R=keertip@google.com

Review URL: https://codereview.chromium.org/1418513022 .
2015-11-04 13:13:18 -08:00
pq 081ba4fad2 Bump to pull in latest analyzer_cli.
This build picks up improved `.analysis_options` support, aligning CLI with server (and giving it support for error filters and language configuration such as `enableSuperMixins`).

R=keertip@google.com

Review URL: https://codereview.chromium.org/1415223006 .
2015-10-29 15:23:30 -07:00
Harry Terkelsen 2c9af2a562 roll dart2js_info
BUG=
R=sigmund@google.com

Review URL: https://codereview.chromium.org/1415413011 .
2015-10-28 14:20:39 -07:00
keertip 395f255023 upgrade dartdoc to 0.7.4 in DEPS
BUG=
R=pquitslund@google.com

Review URL: https://codereview.chromium.org/1411223004 .
2015-10-27 14:03:05 -07:00
keertip 41522f803a upgrade dartdoc, stack_trace in DEPS
BUG=
R=pquitslund@google.com

Review URL: https://codereview.chromium.org/1417313002 .
2015-10-22 10:27:45 -07:00
keertip 4ee0a85a81 fix build, revert dartdoc upgrade
BUG=
R=pquitslund@google.com

Review URL: https://codereview.chromium.org/1412483003 .
2015-10-21 16:31:48 -07:00
keertip a730de0b15 upgrade dartdoc in DEPS
BUG=
R=pquitslund@google.com

Review URL: https://codereview.chromium.org/1403303005 .
2015-10-21 14:35:34 -07:00
pq 568484d106 Bump analyzer_cli DEP.
R=brianwilkerson@google.com

Review URL: https://codereview.chromium.org/1417483005 .
2015-10-19 11:19:19 -07:00
pq a047373b4f Update DEPS to latest analyzer_cli.
Grabs fixed analyzer_cli.

Also updates linter rev to latest which picks up the linter package version bump.

R=scheglov@google.com

Review URL: https://codereview.chromium.org/1406273002 .
2015-10-16 08:48:05 -07:00
Harry Terkelsen b84ac4c3b6 dart2js: use AllInfoJsonCodec to write dump info file
BUG=
R=sigmund@google.com

Review URL: https://codereview.chromium.org/1407133002 .
2015-10-15 17:25:18 -07:00
pq 91e5facc0f Registry memory leak fixes.
Fixes #24549.

A few notes:
  * does away with registry in favor of context-associated configurations
  * pulls in linter rev that does the context association
  * bumps analyzer version before publishing (needed to update analyzer_cli)

R=scheglov@google.com

Review URL: https://codereview.chromium.org/1406043002 .
2015-10-15 14:24:20 -07:00
Harry Terkelsen 79134a74fa include entrypoint in dump_info
BUG=
R=sigmund@google.com

Review URL: https://codereview.chromium.org/1403073002 .
2015-10-13 17:08:13 -07:00
John McCutchan d4d8098029 Roll observatory_pub_packages to 5c199c5954146747f75ed127871207718dc87786
BUG=
R=whesse@google.com

Review URL: https://codereview.chromium.org/1400023002 .
2015-10-13 10:17:41 -07:00
keertip 33befd5f44 rev up dartdoc in DEPS
BUG=
R=sethladd@google.com

Review URL: https://codereview.chromium.org/1394983006 .
2015-10-12 18:12:12 -07:00
pq 36ce65436b Update DEPS to pickup fresh linter [TBR].
Review URL: https://codereview.chromium.org/1395753006 .
2015-10-09 15:31:29 -07:00
pq 36c6a65c20 DEPS bump to pull in latest linter.
Grabs fixes required for: https://codereview.chromium.org/1392683003/

R=keertip@google.com

Review URL: https://codereview.chromium.org/1397103003 .
2015-10-09 13:08:03 -07:00
Vijay Menon b316f20202 Bump analyzer_cli and dev_compiler
R=paulberry@google.com

Review URL: https://codereview.chromium.org/1398753004 .
2015-10-09 08:26:10 -07:00
pq 294e4053a7 Bump analyzer_cli and linter DEPs.
R=brianwilkerson@google.com

Review URL: https://codereview.chromium.org/1400603002 .
2015-10-08 11:29:23 -07:00
Paul Berry 50456d7a81 Roll latest analyzer_cli into DEPS.
R=pquitslund@google.com

Review URL: https://codereview.chromium.org/1398503003 .
2015-10-07 13:07:18 -07:00
Paul Berry e34b7ddf00 Pull in analyzer_cli support for enabling the new task model.
Note that we are not pulling in the latest version of analyzer_cli,
since there is additional work to do in analyzer_cli before the pull
request can be merged into master (in particular, lint support needs to
be fixed--see https://github.com/dart-lang/analyzer_cli/pull/67).
Instead we pull in the commit from the pull request itself, which
enables the new task model but makes no other changes.

R=pquitslund@google.com

Review URL: https://codereview.chromium.org/1386233002 .
2015-10-06 14:25:22 -07:00
Sigmund Cherem 93f61f383e dart2js send stats, includes:
- initial visitor to collecting data about sends (incomplete)
- logic to emit data in a json summary file.
- logic to print summary information on the command-line
- logic to display some of the data in a web UI.

BUG=
R=johnniwinther@google.com

Review URL: https://codereview.chromium.org//1220043005 .
2015-10-02 11:10:41 -07:00
keertip 8426c34014 rev up dartdoc
BUG=
R=pquitslund@google.com

Review URL: https://codereview.chromium.org//1380123003 .
2015-10-01 10:14:04 -07:00
Alan Knight fc7a15b98b update co19 deps
BUG=

Review URL: https://codereview.chromium.org//1374013002 .
2015-09-28 13:59:27 -07:00
John McCutchan 85d1e2c908 Bump observatory_pub_packages in DEPS
BUG=
R=rmacnak@google.com

Review URL: https://codereview.chromium.org//1377583002 .
2015-09-28 12:57:19 -07:00
keertip 895abbf8dd rev up dartdoc, markdown
BUG=
R=whesse@google.com

Review URL: https://codereview.chromium.org//1360823002 .
2015-09-22 09:44:56 -07:00
Vijay Menon a7f4f744b3 Bump dev_compiler to 0.1.8 in sdk
R=jmesserly@google.com

Review URL: https://codereview.chromium.org//1354173006 .
2015-09-21 19:45:13 -07:00
Tim Blasi 095876eefa Update barback tag to 0.15.2+7
BUG=
R=dgrove@google.com

Review URL: https://codereview.chromium.org//1349123004 .
2015-09-17 17:36:18 -07:00
Terry L. Lucas 7b322c246c Dartium JS Enabled take 2
TBR=alanknight@google.com

Review URL: https://codereview.chromium.org//1348173002 .
2015-09-16 07:13:53 -07:00
Terry L. Lucas 09c804aa78 Revert "Dartium JS Interop enabled."
This reverts commit 403bd1698d.

TBR=alanknight@google.com

Review URL: https://codereview.chromium.org//1345083002 .
2015-09-15 19:44:26 -07:00
Terry L. Lucas 403bd1698d Dartium JS Interop enabled.
TBR=alanknight@google.com

Review URL: https://codereview.chromium.org//1349493003 .
2015-09-15 17:36:47 -07:00