Kevin Moore
36635d3c05
Bring in the latest pub
...
...2nd attempt
1st attempt: b3997dfc0c
reverted in 77ff7cf727
R=rnystrom@google.com
Review-Url: https://codereview.chromium.org/2752963003 .
2017-03-15 16:31:58 -07:00
Ryan Macnak
877284947b
Rename TARGET_OS_* to HOST_OS_*.
...
Like HOST_ARCH_*, HOST_OS_* describes the OS the VM is running on, which may be different from the OS the VM is generating code for during AOT compilation.
Currently we conflate the two when emitting AOT as assembly, and we get away with it because Flutter only uses assembly for targeting iOS and one can only target iOS from a Mac, but we expect to use assembly for Android as well so native tools can unwind Dart frames.
R=zra@google.com
Review-Url: https://codereview.chromium.org/2750843003 .
2017-03-15 13:11:05 -07:00
William Hesse
3281587d84
Update DEPS to use chromium mirrors of more package repos
...
BUG=
R=sortie@google.com
Review-Url: https://codereview.chromium.org/2752783002 .
2017-03-15 16:02:51 +01:00
William Hesse
77ff7cf727
Revert "Bring in the latest pub."
...
This reverts commit b3997dfc0c .
Many pub tests are failing on Mac OS.
BUG=
R=sortie@google.com
Review-Url: https://codereview.chromium.org/2749643005 .
2017-03-15 11:00:23 +01:00
Natalie Weizenbaum
b3997dfc0c
Bring in the latest pub.
2017-03-14 13:12:52 -07:00
Jacob Richman
7ba7e0cee6
Make all DDC internal stack traces apply source maps.
...
Make DDC a better platform for debugging by ensuring that stack traces
generated by DDC even when using the raw dart:core StackTrace class
apply JS source maps and benefit from the polish provided by the
stack_trace package.
stack_trace_mapper.dart needs to be compiled to js and included on your
page to benefit from this functionality. Otherwise you will still see
regular JS stack traces as usual.
BUG=
R=vsm@google.com
Review-Url: https://codereview.chromium.org/2735303002 .
2017-03-08 19:13:00 -08:00
William Hesse
a45c4ce68f
Update third-party packages to most recent versions
...
BUG=
R=keertip@google.com , nweiz@google.com
Review-Url: https://codereview.chromium.org/2702483003 .
2017-02-17 00:33:09 +01:00
Kevin Moore
cbdf0aec6f
DEPS: Updated to latest dart2js_info
...
R=sigmund@google.com
Review-Url: https://codereview.chromium.org/2682083006 .
2017-02-10 14:34:41 -08:00
Bob Nystrom
955a45b06e
Update to the latest dart_style.
...
This fixes a critical bug where dartfmt would discard type arguments
to some method calls. See:
https://github.com/dart-lang/dart_style/pull/583
R=kevmoo@google.com
Review-Url: https://codereview.chromium.org/2676663005 .
2017-02-03 15:50:43 -08:00
Kevin Moore
d1be8f8b04
updated to latest dart2js_info
...
R=sigmund@google.com
Review-Url: https://codereview.chromium.org/2672803003 .
2017-02-03 08:58:47 -08:00
Sergey G. Grekhov
2a73c6427d
DEPS ans status files updated to the last co19 commit ( #28486 )
...
co19 updated to version 4af9ef149be554216c5bb16cbac8e50d4c28cdf1
2017-01-31 10:12:58 -08:00
Peter von der Ahé
f2faa44730
Move package:testing to SDK.
...
R=karlklose@google.com
Review-Url: https://codereview.chromium.org/2624373003 .
2017-01-31 11:16:03 +01:00
Kevin Moore
c1a0b12159
use latest pkg/isolate
...
R=brianwilkerson@google.com
Review-Url: https://codereview.chromium.org/2662723002 .
2017-01-28 13:53:17 -08:00
Sigmund Cherem
139d5d15db
Roll pub to the latest version.
...
BUG=
R=nweiz@google.com
Review-Url: https://codereview.chromium.org/2659083002 .
2017-01-27 16:48:58 -08:00
Bob Nystrom
ec81103718
Bring dart_style 0.2.15 into the repo.
...
R=brianwilkerson@google.com
Review-Url: https://codereview.chromium.org/2655503003 .
2017-01-23 14:24:16 -08:00
Sergey G. Grekhov
5624919085
Status files updated accordint latest buildbot results ( #28452 )
...
* DEPS and status files updated to the latest co19 commit
* Status files updated according latest buildbot results
* Status file updated for Dartium webgl tests
2017-01-23 16:46:01 +01:00
Jacob MacDonald
032c2bb370
update bazel_worker to 0.1.2
...
R=keertip@google.com
Review-Url: https://codereview.chromium.org/2641793005 .
2017-01-20 08:12:52 -08:00
William Hesse
34bfb3342b
Revert "DEPS and status files updated to the latest co19 commit ( #28445 )"
...
This reverts commit 8cfaa86180 .
BUG=
TBR=kustermann@google.com
Review-Url: https://codereview.chromium.org/2646023003 .
2017-01-20 04:15:59 +01:00
Sergey G. Grekhov
8cfaa86180
DEPS and status files updated to the latest co19 commit ( #28445 )
2017-01-20 02:59:49 +01:00
Brian Wilkerson
a77748b61e
Pull in the latest version of linter
...
R=paulberry@google.com
Review-Url: https://codereview.chromium.org/2640973002 .
2017-01-18 14:19:45 -08:00
Bob Nystrom
f0fcb81292
Bring in the latest pub.
...
This rolls back the "tar --name" fix which breaks pub lish on Mac.
R=nweiz@google.com , whesse@google.com
Review-Url: https://codereview.chromium.org/2636593003 .
2017-01-13 13:12:22 -08:00
Brian Wilkerson
fac5f92965
Update DEPS to pull in the latest version of linter
...
R=scheglov@google.com
Review-Url: https://codereview.chromium.org/2623323002 .
2017-01-11 14:03:29 -08:00
Brian Wilkerson
b9fc9497e2
Update the DEPS file to pull in the latest version of dart_style
...
R=rnystrom@google.com
Review-Url: https://codereview.chromium.org/2622623004 .
2017-01-11 11:17:20 -08:00
Paul Berry
443f2a0672
Roll latest linter into DEPS.
...
R=pquitslund@google.com
Review-Url: https://codereview.chromium.org/2620373002 .
2017-01-11 11:11:48 -08:00
Zachary Anderson
792982b75b
Roll compiled-in root certs forward
...
R=rmacnak@google.com
Review-Url: https://codereview.chromium.org/2622663003 .
2017-01-09 12:48:27 -08:00
pq
69f1cb0ecb
Bump DEPS to pull in latest linter ( 0.1.30-alpha.1).
...
* corresponds to ` 0.1.30-alpha.1`.
* includes invariant_boolean, invariant_booleans mismatch fix.
BUG=
R=scheglov@google.com
Review-Url: https://codereview.chromium.org/2619463002 .
2017-01-05 15:44:47 -08:00
William Hesse
31e96a85c9
Update package_resolver version in DEPS
...
BUG=https://github.com/dart-lang/package_resolver/issues/1
R=kustermann@google.com
Review-Url: https://codereview.chromium.org/2606353002 .
2017-01-03 15:00:16 +01:00
William Hesse
edbcd63813
Update pub to revision d7649be15213c43669a40c33af516d8eb210e876
...
BUG=
R=sortie@google.com
Review-Url: https://codereview.chromium.org/2590273003 .
2016-12-21 11:20:20 +01:00
keertip
3d00c2251f
rev dartdoc version in DEPS to 0.9.8+1
...
BUG=
R=devoncarew@google.com
Review URL: https://codereview.chromium.org/2572303002 .
2016-12-15 10:05:55 -08:00
Karl Klose
ff99a0ce59
Merge kernel closure conversion into the Dart SDK
...
This is the result of:
- taking the diff of the branch closure_conversion to master in the kernel
repository
- updating the file paths
- applying the diff to the Dart SDK
- fixing conflicts between the changes to pkg/kernel in the Dart SDK and the master branch in the kernel repository
R=asgerf@google.com
Review-Url: https://codereview.chromium.org/2561723003 .
2016-12-15 10:16:22 +01:00
Zachary Anderson
c1f00f786a
BoringSSL: Roll forward
...
R=johnmccutchan@google.com
Review-Url: https://codereview.chromium.org/2575593002 .
2016-12-13 14:36:34 -08:00
Paul Berry
dea023d345
Upgrade "path" package to 1.4.1 and eliminate analyzer test workaround.
...
R=scheglov@google.com
Review-Url: https://codereview.chromium.org/2569043002 .
2016-12-12 14:08:59 -08:00
Brian Wilkerson
ebf5fbcd0e
Remove references to the linter plugin
...
R=scheglov@google.com
Review-Url: https://codereview.chromium.org/2567863002 .
2016-12-10 10:00:20 -08:00
YoungSeok Yoon
5215e2b1ed
Advance linter_rev ( #28061 )
2016-12-09 16:22:25 -08:00
Natalie Weizenbaum
bcafb22926
Bring in the latest pub. ( #28040 )
...
This fixes a bug brought in by 73a9897d20 .
2016-12-08 13:42:04 -08:00
Natalie Weizenbaum
73a9897d20
Bring in the latest pub. ( #28035 )
2016-12-08 13:17:30 -08:00
Brian Wilkerson
0ea654a068
Remove the AnalysisOptionsProcessor
...
R=scheglov@google.com
Review URL: https://codereview.chromium.org/2559523005 .
2016-12-07 10:51:33 -08:00
Brian Wilkerson
20baedc660
Reapply "Move the linter core to the analyzer package"
...
R=scheglov@google.com
Review URL: https://codereview.chromium.org/2559773002 .
2016-12-07 09:57:17 -08:00
Paul Berry
1a172e935b
Revert "Move the linter core to the analyzer package"
...
This reverts commit 6d9d5f53a1 , which
was causing analysis server unit tests to fail.
TBR=brianwilkerson@google.com
Review URL: https://codereview.chromium.org/2561573003 .
2016-12-07 05:36:46 -08:00
Brian Wilkerson
6d9d5f53a1
Move the linter core to the analyzer package
...
R=scheglov@google.com
Review URL: https://codereview.chromium.org/2553203002 .
2016-12-06 09:42:26 -08:00
William Hesse
2fcf38a156
Roll back yaml version in DEPS to 2.1.11
...
Rejecting duplicate keys breaks download of existing Dart packages.
BUG=https://github.com/dart-lang/pub/issues/1479
R=lrn@google.com
CC=mit@google.com ,nweiz@google.com ,kustermann@google.com
Review URL: https://codereview.chromium.org/2548313002 .
2016-12-05 11:27:38 +01:00
Brian Wilkerson
6bb28d748a
Pull in linter to fix the bots
...
Review URL: https://codereview.chromium.org/2548073002 .
2016-12-02 17:08:36 -08:00
Brian Wilkerson
28be4aff79
Update the version of linter being used
...
R=scheglov@google.com
Review URL: https://codereview.chromium.org/2546153003 .
2016-12-02 14:29:29 -08:00
Bob Nystrom
8073b4729c
Update dart_style to 0.2.12.
...
This adds support for generic methods.
R=kevmoo@google.com
Review URL: https://codereview.chromium.org/2537273003 .
2016-11-29 15:51:17 -08:00
keertip
cbd36e42e7
update dartdoc version in DEPS
...
BUG=
R=devoncarew@google.com
Review URL: https://codereview.chromium.org/2535863003 .
2016-11-29 08:07:51 -08:00
Sergey G. Grekhov
76425f920f
Update co19 test suite dependency to commit f05d5aee5930
...
co19 test suite updated to commit f05d5aee5930bfd487aedf832fbd7b832f502b15 of dart-lang/co19 repository, dated Nov 21 2016.
Status files are updated for this roll.
2016-11-25 12:06:39 +01:00
William Hesse
81b71e74f8
Revert "Roll co19 tests and status files"
...
This reverts commit 27883bfbc0 .
We will reland this once the status file updates are (nearly) perfect.
BUG=
R=sortie@google.com
Review URL: https://codereview.chromium.org/2530863002 .
2016-11-24 15:19:31 +01:00
William Hesse
27883bfbc0
Roll co19 tests and status files
...
This updates co19 to commit 2e98931a4d40781110220d4b2d131efa6fc4669d
Merge branch 'co19patch' into rebased_co19_patch
Sort status lines ignoring alphabetical order
Status files updated according lates buildbot run results
Status files updated according the latest Chrome run
dart2js files updated for FF and Chrome on Linux
DEPS and VM status files updated
status file updated according Linux run
Status files updated according latest Dartium run
dart2js status file updated according the last tests run on FF
dart2js status file updated according the last tests run on Chrome and FF
Analyzer and VM status files are updated according last versions of co19 and sdk
BUG=
R=sortie@google.com
Review URL: https://codereview.chromium.org/2528953002 .
2016-11-24 15:01:53 +01:00
Asger Feldthaus
ce428a1f20
Complete merge of kernel repo into SDK.
...
This removes third_party/pkg/kernel and changes dependencies to
refer to pkg/kernel instead.
Some status files are updated to reflect new test outcomes.
2016-11-23 12:46:29 +01:00
Asger Feldthaus
fbb698393d
Update third_party/pkg/kernel version
...
This CL also updates the use of kernel in dart2js, and
updates the VM/kernel status files.
This is a preliminary step to moving kernel into the
SDK repository.
BUG=
R=het@google.com , johnniwinther@google.com , kmillikin@google.com , sigmund@google.com , vegorov@google.com
Committed: https://github.com/dart-lang/sdk/commit/5d66d0e5dc32ce06641f360876361a07de821997
Review URL: https://codereview.chromium.org/2518023002 .
Reverted: https://github.com/dart-lang/sdk/commit/d69e048d600468f4a4fe112cb7a750f79e5d9c69
2016-11-22 15:22:20 +01:00