Devon Carew
ef0ad396b5
[deps] rev mockito, test, webdev
...
Revisions updated by `dart tools/rev_sdk_deps.dart`.
mockito (28e8eda..f851e17
):
f851e17 2023-04-26 Ilya Yanok Run CI with Dart 2.19 and dev
test (7fab079..c9a3138
):
c9a31388 2023-04-24 Nate Bosch Remove ignores for undeprecated libraries (#2000 )
webdev (8b42c95..12f2285
):
12f22857 2023-04-25 Elliott Brooks Run `chrome_proxy_service_test.dart` everyday at 8 AM PST (#2098 )
Change-Id: I1c90351b7cde4ead84bb410fa76807b33fdae1a0
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/298740
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
2023-04-26 19:17:41 +00:00
Devon Carew
4b582c4581
[deps] rev async, characters, convert, crypto, dartdoc, intl, markdown, sse, stream_channel, test, tools, usage, webdev
...
Revisions updated by `dart tools/rev_sdk_deps.dart`.
async (0127813..ce650b0
):
ce650b0 2023-04-19 Nate Bosch Regression test for error rejecting transaction (#230 )
characters (ba8d557..b306414
):
b306414 2023-04-19 Lasse R.H. Nielsen Add tools to update and generate tables and tests. (#72 )
convert (8812e40..855aeac
):
855aeac 2023-04-10 Kevin Moore Require Dart 2.19, fix override param name, update lints (#81 )
crypto (1cb1528..77491f5
):
77491f5 2023-04-19 Lasse R.H. Nielsen Make `DigestSink` implement `Sink` (#146 )
dartdoc (a0755f5..8e8b36e
):
8e8b36e3 2023-04-19 Janice Collins Fix up documentation on comment reference parser to align with wiki (#2851 )
b9178fce 2023-04-19 dependabot[bot] Bump github/codeql-action from 2.2.11 to 2.2.12 (#3390 )
37b981c4 2023-04-19 dependabot[bot] Bump actions/checkout from 3.5.0 to 3.5.2 (#3389 )
dadef24a 2023-04-10 dependabot[bot] Bump github/codeql-action from 2.2.9 to 2.2.11 (#3386 )
dda699a7 2023-04-10 Sam Rawlins Prepare mixin-like classes for Dart 3.0.0 (#3385 )
intl (a958db0..5d65e38
):
5d65e38 2023-04-19 Moritz Update README.md
9972a89 2023-04-19 Moritz Update README.md
5c14faa 2023-04-18 Copybara-Service Merge pull request #584 from dart-lang:fixDateFormattingUrl
4ea644e 2023-04-17 Moritz Merge branch 'master' into fixDateFormattingUrl
b0d5687 2023-04-17 dependabot[bot] Bump dart-lang/setup-dart from 1.4.0 to 1.5.0 (#574 )
92149be 2023-04-17 Moritz Merge branch 'master' into fixDateFormattingUrl
5203d6e 2023-04-17 Googler Internal change
bab667f 2023-04-17 Moritz Typo
b0896b1 2023-04-17 Moritz Fix bug
43507e1 2023-04-14 Googler Internal change
d8844a0 2023-04-14 dependabot[bot] Bump actions/checkout from 3.3.0 to 3.5.2 (#579 )
99ed16f 2023-04-13 Copybara-Service Merge pull request #572 from dart-lang:adaptBrowserTest
34e824c 2023-03-30 Moritz Adapt test to browser CLDR update
markdown (d437c85..5f98aea
):
5f98aea 2023-04-20 Jonas Finnemann Jensen Throw, if `BlockSyntax.parseLines` loops indefinitely (#533 )
86ebc2c 2023-04-19 Zhiguang Chen Fix `linkReferenceDefinitionPattern` (#532 )
sse (11e83a0..f947c3d
):
f947c3d 2023-04-10 Kevin Moore Require Dart 2.19, bump lints (#82 )
stream_channel (74646ea..71d4690
):
71d4690 2023-04-11 Tobe Osakwe Add example/example.dart (#52 )
test (7832931..7fab079
):
7fab0792 2023-04-19 Oleh Prypin Dart 3 compatibility: change `extends Iterator` to `implements Iterator` (#1997 )
8f7682a5 2023-04-18 Nate Bosch Remove deprecation of test_api top level libraries (#1994 )
7151486c 2023-04-14 Simon Binder Add support for Microsoft Edge (#1992 )
c1d686aa 2023-04-12 Parker Lougheed Fix "Improvements" link in `package:checks` migration guide (#1991 )
tools (545d7e1..5c9f45c
):
5c9f45c 2023-04-20 Elias Yishak Move `dateStamp` getter to `utils.dart` (#83 )
usage (0698711..f97752f
):
f97752f 2023-04-10 Devon Carew update readme for deprecation (#192 )
webdev (7546291..8b42c95
):
8b42c950 2023-04-21 Anna Gringauze Cleanup record types display (#2070 )
1cfb3bd6 2023-04-20 Elliott Brooks Update CONTRIBUTING docs (#2097 )
941eda5b 2023-04-19 Elliott Brooks Add a test to make sure proper release procedure is followed for `dwds` and `webdev` (#2095 )
2eb7c3ee 2023-04-17 Elliott Brooks Add Github workflow for Dart Code Metrics (#2092 )
79a9bc9b 2023-04-17 Elliott Brooks Fix DCM analyzer warnings (#2094 )
2a625039 2023-04-14 Elliott Brooks Add `vm_service` git package dependency override (#2078 )
1fa19603 2023-04-12 Elliott Brooks Add CI check to remind contributor to update CHANGELOG (#2090 )
c7bb19e1 2023-04-12 Elliott Brooks Prevent PRs labeled `do-not-submit` from being merged (#2088 )
3781ef9b 2023-04-10 Elliott Brooks Run mono_repo generate with version 6.5.3 (#2084 )
843890c6 2023-04-10 Anna Gringauze Refactor record shape processing out of calculating record bound fields (#2074 )
Change-Id: I4ce65f9f79d5086c33c575e57eff300216392510
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/297800
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Moritz Sümmermann <mosum@google.com>
Commit-Queue: Moritz Sümmermann <mosum@google.com>
2023-04-24 17:08:01 +00:00
Sergey G. Grekhov
92239e6b27
[co19] Roll co19 to 4b8157719cdcb99ee7380c920551786b6383f961
...
2023-04-19 sgrekhov22@gmail.com dart-lang/co19#1959 . Test valid combinations of modifiers. Part 1 (dart-lang/co19#2023 )
2023-04-18 49699333+dependabot[bot]@users.noreply.github.com Bump actions/checkout from 3.5.0 to 3.5.2 (dart-lang/co19#2022 )
2023-04-17 sgrekhov22@gmail.com dart-lang/co19#1959 . More basic and mixin restrictions tests (dart-lang/co19#2021 )
2023-04-17 sgrekhov22@gmail.com dart-lang/co19#1959 . Tests for syntax and basic restrictions (dart-lang/co19#2017 )
Change-Id: I0d27a6b3504eb13351e72d8dac6281ff0aa52fc7
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/296802
Reviewed-by: Alexander Thomas <athom@google.com>
Commit-Queue: Alexander Thomas <athom@google.com>
2023-04-24 07:59:58 +00:00
pq
c1affe94e0
bump linter to grab pattern field false positive fixes
...
Change-Id: I80d0bcbeaf9b46488d53126deafc21215276036f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/297120
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Phil Quitslund <pquitslund@google.com>
2023-04-21 23:09:45 +00:00
Sigurd Meldgaard
e0177fe017
Bump pub to 21eb39e148c720ab8577bbf3bf089556a113eb10
...
Changes:
```
> git log --format="%C(auto) %h %s" 3e2c92a..21eb39e
https://dart.googlesource.com/pub.git/+/21eb39e1 Don't pass --fatal-infos to `dart analyze` in validation (3877)
https://dart.googlesource.com/pub.git/+/95044c22 Improve message when sdk constraint is not null-safety enabled (3875)
https://dart.googlesource.com/pub.git/+/b666c920 Fix tests to work in context of 3.1 (3876)
https://dart.googlesource.com/pub.git/+/c890afa1 Refactor `cache add` check for existing package. (3872)
https://dart.googlesource.com/pub.git/+/460283b7 Bump actions/checkout from 3.3.0 to 3.5.0 (3858)
https://dart.googlesource.com/pub.git/+/b5df2113 Bump dart-lang/setup-dart from 1.4.0 to 1.5.0 (3857)
```
Diff: https://dart.googlesource.com/pub.git/+/3e2c92a8bb74935302de52b80b870bf66963756d..21eb39e148c720ab8577bbf3bf089556a113eb10/
Change-Id: If3f6244e79f7b284876795887066412b351a441b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/295820
Reviewed-by: Jonas Jensen <jonasfj@google.com>
Commit-Queue: Sigurd Meldgaard <sigurdm@google.com>
2023-04-21 09:58:38 +00:00
pq
ef372f2621
bump linter for prefer_final_locals
fix
...
Includes fix for https://github.com/dart-lang/linter/issues/4286
Change-Id: I2124d26cbd3a4105073559d75830b5718684be59
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/296702
Reviewed-by: Samuel Rawlins <srawlins@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Phil Quitslund <pquitslund@google.com>
2023-04-20 21:58:57 +00:00
Daco Harkes
4cb4d5d036
[pkgs/native] MacOS support + CI
...
Pulls in a new versions of https://github.com/dart-lang/native with
support for MacOS and enables the tests for these on the MacOS pkg
bots.
Fixes the clang paths in pkg/test_runner/lib/src/options.dart for
mac and win.
Since a relatively recent XCode is available on the bots, use XCode
to build rather than the clang from DEPS.
test/native_toolchain/recognizer_test was refactored to only
run tests for tools installed on the host. So it's unskipped.
Bug: https://github.com/dart-lang/sdk/issues/50565
Change-Id: I3804b01da7a4e74d3e49a1b2ba3c8425132417d7
Cq-Include-Trybots: luci.dart.try:pkg-linux-debug-try,pkg-linux-release-try,pkg-mac-release-arm64-try,pkg-mac-release-try,pkg-win-release-try
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/296180
Reviewed-by: Liam Appelbe <liama@google.com>
Auto-Submit: Daco Harkes <dacoharkes@google.com>
Reviewed-by: Alexander Thomas <athom@google.com>
Commit-Queue: Alexander Thomas <athom@google.com>
2023-04-20 14:17:39 +00:00
Alexander Thomas
4e8b58ceb9
[infra] Update checked-in SDKs to 3.0.0-417.2.beta
...
Change-Id: Ic8667dd0be2a03c8bb57424904c545b4ec335ccc
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/296540
Reviewed-by: William Hesse <whesse@google.com>
Commit-Queue: Alexander Thomas <athom@google.com>
Commit-Queue: William Hesse <whesse@google.com>
Auto-Submit: Alexander Thomas <athom@google.com>
2023-04-20 09:20:10 +00:00
Sam Rawlins
398a3d377c
Bump linter to 82e7147cee2a62b881bcf9cc26f06e531510a92d
...
This bump brings in two false-negative fixes:
* 4c2af04303
* 82e7147cee
These have been tested in google3 and are clean.
Change-Id: I8cba338b91b4b5a383506216b7362352132b48f5
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/296382
Reviewed-by: Phil Quitslund <pquitslund@google.com>
Commit-Queue: Samuel Rawlins <srawlins@google.com>
2023-04-20 00:40:17 +00:00
DEPS Autoroller
4a4163f703
Roll gn from ffeea1b1fd07 to 5a004f9427a0
...
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/gn-dart-sdk
Please CC dart-ecosystem-gardener@grotations.appspotmail.com ,dart-engprod@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in gn: https://bugs.chromium.org/p/gn/issues/list
To file a bug in Dart SDK: https://github.com/dart-lang/sdk/issues
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.dart.try:dart-sdk-linux-try;luci.dart.try:dart-sdk-mac-try;luci.dart.try:dart-sdk-mac-arm64-try;luci.dart.try:dart-sdk-win-try
Change-Id: Ib61c36726ad2d0b1c3557df99dc7d446c18e0be2
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/296240
Reviewed-by: Ryan Macnak <rmacnak@google.com>
Commit-Queue: Ryan Macnak <rmacnak@google.com>
2023-04-19 21:39:47 +00:00
Robert Nystrom
b9fa34d40a
Roll the latest dart_style in.
...
This contains two minor formatting changes to records.
Change-Id: Ib90479ae60646c7cb0d5c746b5772fc63ee2a0f0
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/296026
Commit-Queue: Alexander Thomas <athom@google.com>
Reviewed-by: Alexander Thomas <athom@google.com>
Auto-Submit: Bob Nystrom <rnystrom@google.com>
2023-04-19 07:21:47 +00:00
DEPS Autoroller
1c29e9ab3f
Roll Clang from fa3cb517e4a5 to e8cfbfd05a95
...
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/clang-dart-sdk
Please CC dart-engprod@google.com ,dart-vm-gardener@grotations.appspotmail.com,dart-vm-team@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Clang: https://bugs.fuchsia.dev/p/fuchsia/issues/list?q=component%3AToolchain
To file a bug in Dart SDK: https://github.com/dart-lang/sdk/issues
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.dart.try:dart-sdk-linux-try;luci.dart.try:dart-sdk-mac-try;luci.dart.try:dart-sdk-mac-arm64-try;luci.dart.try:dart-sdk-win-try
Change-Id: I972f69116a6d4181548d46f063c56014c89a402a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/296000
Commit-Queue: Alexander Markov <alexmarkov@google.com>
Reviewed-by: Alexander Markov <alexmarkov@google.com>
2023-04-18 23:42:47 +00:00
Ryan Macnak
7b2cfdbc8c
[standalone] Remove tcmalloc.
...
Removes build complexity around which combinations of compiler/architecture/sysroot/libc support tcmalloc, reduces binary size, and reduces memory usage at the expense of some throughput.
TEST=ci
Bug: https://github.com/dart-lang/sdk/issues/51111
Bug: https://github.com/dart-lang/sdk/issues/51535
Bug: https://github.com/dart-lang/sdk/issues/51639
Change-Id: Id73d5b87e2b16c1cd1e5228ba0cbf1aa2521c01a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/287001
Reviewed-by: Martin Kustermann <kustermann@google.com>
Commit-Queue: Ryan Macnak <rmacnak@google.com>
2023-04-18 20:56:00 +00:00
Sam Rawlins
008ef8c1a9
Bump linter
...
Change-Id: If108d01736a6fb7a07e4c894752934ea9fc952bf
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/295802
Reviewed-by: Phil Quitslund <pquitslund@google.com>
Commit-Queue: Samuel Rawlins <srawlins@google.com>
2023-04-18 19:25:48 +00:00
Daco Harkes
f9f1030959
[infra] DEPS and test dart-lang/native packages
...
This CL pulls in dart-lang/native packages and runs them on the
pkg bots.
Bug: https://github.com/dart-lang/sdk/issues/50565
Change-Id: Ifcd8ba25f8bdfeca8f4c161adfc3c20e0ce500d1
Cq-Include-Trybots: luci.dart.try:pkg-linux-debug-try,pkg-linux-release-try,pkg-mac-release-arm64-try,pkg-mac-release-try,pkg-win-release-try
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/295280
Commit-Queue: Daco Harkes <dacoharkes@google.com>
Reviewed-by: William Hesse <whesse@google.com>
2023-04-18 08:04:49 +00:00
Janice Collins
a6ebd6fa8e
Bump tools to 545d7e1c73ce21b8c91f638021f9d487d324a501
...
This will customize the consent message based on the `dart` or `flutter`
entry points and allow unified_analytics to honor the legacy analytics
opt-out.
Changes:
```
> git log --format="%C(auto) %h %s" 2308c67..545d7e1
https://dart.googlesource.com/tools.git/+/545d7e1 Honor legacy opt out status (80)
```
Diff: https://dart.googlesource.com/tools.git/+/2308c672e0d7446f5bfdba96594b41f26fa24a2e..545d7e1c73ce21b8c91f638021f9d487d324a501/
Bug: https://github.com/dart-lang/tools/issues/74
Bug: https://github.com/dart-lang/tools/issues/82
Change-Id: I36bffde69b6d7f798a40f140ca5e838336d81d3f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/295742
Reviewed-by: Elias Yishak <eliasyishak@google.com>
Commit-Queue: Elias Yishak <eliasyishak@google.com>
Commit-Queue: Janice Collins <jcollins@google.com>
Auto-Submit: Janice Collins <jcollins@google.com>
2023-04-17 23:09:14 +00:00
Alexander Aprelev
bd9c7a46e2
Roll zlib to 14dd4c4455602c9b71a1a89b5cafd1f4030d2e3f
...
Bug: https://github.com/flutter/flutter/issues/124971
Change-Id: Ie4abdff9d3b32ba34a7b811080675e0e62905cf5
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/295640
Reviewed-by: Ryan Macnak <rmacnak@google.com>
Commit-Queue: Alexander Aprelev <aam@google.com>
2023-04-17 16:32:20 +00:00
Janice Collins
1abf129bf8
Enable crash reporting via the unified_analytics consent mechanism.
...
This pulls in the `okToSend` method from https://github.com/dart-lang/tools/pull/79 in the tools repository.
Bug: https://github.com/dart-lang/sdk/issues/28633
Change-Id: I512d041750050338699d3635ba426cc0acdd5a20
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/295380
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Janice Collins <jcollins@google.com>
Auto-Submit: Janice Collins <jcollins@google.com>
2023-04-14 17:29:28 +00:00
Sergey G. Grekhov
b5ac2821e0
[co19] Roll co19 to c01fbd751c060650b6582523a7751b83777026c3
...
2023-04-11 sgrekhov22@gmail.com dart-lang/co19#1401 . Exhaustiveness tests fixed and new ones added (dart-lang/co19#2019 )
2023-04-11 sgrekhov22@gmail.com Fixes dart-lang/co19#2006 . `Pointer` can have top types as type arguments (dart-lang/co19#2013 )
2023-04-11 sgrekhov22@gmail.com Fixes dart-lang/co19#2010 . Fix exhaustiveness tests for a cast-pattern (dart-lang/co19#2018 )
2023-04-07 sgrekhov22@gmail.com Fixes dart-lang/co19#2004 . Update expected errors locations for CFE (dart-lang/co19#2011 )
2023-04-07 sgrekhov22@gmail.com Fixes dart-lang/co19#2005 . DynamicLibrary.process() is supported on Windows (dart-lang/co19#2012 )
2023-04-07 sgrekhov22@gmail.com Fixes dart-lang/co19#2007 . Fix UintPtr_A01_t01.dart not to fail on 32-bit platforms (dart-lang/co19#2014 )
2023-04-07 sgrekhov22@gmail.com Fixes dart-lang/co19#2008 . Split pattern_context_A01_t01.dart test to multiple methods (dart-lang/co19#2015 )
2023-04-07 sgrekhov22@gmail.com Fixes dart-lang/co19#2009 . Update scope_A01_t01.dart according to the current CFE behavior (dart-lang/co19#2016 )
Change-Id: I5b43a5c5f133dded30564749b38f6a0c965b62fe
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/295281
Reviewed-by: Alexander Thomas <athom@google.com>
2023-04-14 10:39:01 +00:00
DEPS Autoroller
bbe29eb255
Roll gn from 41fef642de70 to ffeea1b1fd07
...
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/gn-dart-sdk
Please CC dart-ecosystem-gardener@grotations.appspotmail.com ,dart-engprod@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in gn: https://bugs.chromium.org/p/gn/issues/list
To file a bug in Dart SDK: https://github.com/dart-lang/sdk/issues
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.dart.try:dart-sdk-linux-try;luci.dart.try:dart-sdk-mac-try;luci.dart.try:dart-sdk-mac-arm64-try;luci.dart.try:dart-sdk-win-try
Change-Id: Iead8799ae9fcb96684184cdd10f820448761decb
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/294160
Commit-Queue: Ryan Macnak <rmacnak@google.com>
Reviewed-by: Ryan Macnak <rmacnak@google.com>
2023-04-12 00:22:13 +00:00
Sam Rawlins
1a2d86630c
Bump linter to include unrelated-types fix
...
Includes fix
eb0ca501f4
for bug https://github.com/dart-lang/linter/issues/4265
Change-Id: Ib8e09cc0f642a7bb3f2764bf2df23a6863a4605c
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/294367
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Samuel Rawlins <srawlins@google.com>
Reviewed-by: Phil Quitslund <pquitslund@google.com>
2023-04-11 01:39:26 +00:00
Devon Carew
b603d4c4ac
[deps] rev tools, web_socket_channel, webdev
...
Revisions updated by `dart tools/rev_sdk_deps.dart`.
tools (cd799be..58d9147
):
58d9147 2023-04-07 Christopher Fujino [unified_analytics] Add NoOpAnalytics (#77 )
web_socket_channel (40eb236..b28bae6
):
b28bae6 2023-04-07 Rexios Allow passing through custom http client in IO socket connect (#259 )
1064b47 2023-04-07 Nate Bosch Fix deprecated_new_in_comment_reference (#262 )
webdev (22b34e3..7546291
):
75462913 2023-04-07 Elliott Brooks Run mono_repo generate (#2081 )
9964ebab 2023-04-07 dependabot[bot] Bump actions/labeler from 4.0.2 to 4.0.3 (#2067 )
3dee56b5 2023-04-07 Anna Gringauze Remove eval error message on async frames (#2073 )
d6b3e9ce 2023-04-07 Elliott Brooks Dart Code Metrics follow-up (#2072 )
48e3211a 2023-04-07 Elliott Brooks Update the release script to take into account `pubspec_overrides.yaml` (#2080 )
fd75f511 2023-04-06 Elliott Brooks Reset Webdev to 3.0.5-dev (#2077 )
Change-Id: Iac863f7c4822fe6b9585e80e95d69467e8d60b6d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/294364
Reviewed-by: Nate Bosch <nbosch@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
2023-04-10 17:44:36 +00:00
Devon Carew
ed369f4a07
[deps] rev http, source_span, sync_http, tools, webdev
...
Revisions updated by `dart tools/rev_sdk_deps.dart`.
http (ffb4438..877f134
):
877f134 2023-04-06 Kevin Moore latest CI actions (#908 )
source_span (b739fbf..905a167
):
905a167 2023-04-05 Natalie Weizenbaum Add public access to a SourceFile's code units (#93 )
1806578 2023-04-05 Devon Carew blast_repo fixes (#96 )
sync_http (36a1bd0..660ad87
):
660ad87 2023-04-05 Kevin Moore blast_repo fixes (#35 )
tools (0304fbb..cd799be
):
cd799be 2023-04-06 Daco Harkes [cli_config] Support non-String map keys (#73 )
webdev (0a2804b..22b34e3
):
22b34e35 2023-04-05 Elliott Brooks Reset DWDS to `19.0.1-dev` after release (#2076 )
e93ad39b 2023-04-05 Elliott Brooks Prep Webdev for release to `3.0.4` (#2075 )
Change-Id: Id9413473ced284fc3479507d1fe06135404566f3
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/293967
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
2023-04-06 18:49:25 +00:00
Devon Carew
7573d4b1de
[deps] rev boolean_selector, browser_launcher, clock, crypto, csslib, dartdoc, html, term_glyph, test, webdev, yaml_edit
...
Revisions updated by `dart tools/rev_sdk_deps.dart`.
boolean_selector (28dc03d..9fd3bae
):
9fd3bae 2023-04-04 dependabot[bot] Bump actions/checkout from 3.3.0 to 3.5.0 (#44 )
browser_launcher (ba4e028..ed11524
):
ed11524 2023-04-04 dependabot[bot] Bump dart-lang/setup-dart from 1.4.0 to 1.5.0 (#40 )
clock (93d9f56..6b2004c
):
6b2004c 2023-04-04 dependabot[bot] Bump actions/checkout from 3.3.0 to 3.5.0 (#47 )
crypto (8a03816..1cb1528
):
1cb1528 2023-04-04 dependabot[bot] Bump dart-lang/setup-dart from 1.4.0 to 1.5.0 (#142 )
csslib (5836863..44bfbe3
):
44bfbe3 2023-04-04 dependabot[bot] Bump dart-lang/setup-dart from 1.4.0 to 1.5.0 (#176 )
dartdoc (1a7952b..a0755f5
):
a0755f5f 2023-04-04 Janice Collins Fix example modifiers (#3383 )
html (57b747d..0438b26
):
0438b26 2023-04-05 Oleh Prypin Dart 3 compatibility: turn classes into mixins (#208 )
term_glyph (f6856e2..b110501
):
b110501 2023-04-04 dependabot[bot] Bump actions/checkout from 3.3.0 to 3.5.0 (#35 )
test (8ea4298..7832931
):
78329319 2023-04-04 Devon Carew regenerate mono_repo (#1988 )
webdev (e887316..0a2804b
):
0a2804bd 2023-04-04 Elliott Brooks Fix DevTools test (#2071 )
yaml_edit (386fd33..5f392a1
):
5f392a1 2023-04-04 dependabot[bot] Bump actions/checkout from 3.3.0 to 3.5.0 (#48 )
Change-Id: Ib9ee434634d3116db7ada89a4c31a566a28b5600
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/293744
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
2023-04-06 16:17:06 +00:00
Sergey G. Grekhov
ab712b5fd3
[co19] Roll co19 to ad6c7258ca40aab2a08f56cb726483b47de896d8
...
2023-04-05 sgrekhov22@gmail.com Fixes dart-lang/co19#1991 . Runtime error fixed in matching_map_A02_t03.dart (dart-lang/co19#1999 )
2023-04-05 sgrekhov22@gmail.com Fixes dart-lang/co19#1997 . Update locations of the expected errors (dart-lang/co19#2001 )
2023-04-05 sgrekhov22@gmail.com Fixes dart-lang/co19#1995 . Use always-exhaustive type for testing spaces in switch statements (dart-lang/co19#2002 )
2023-04-05 sgrekhov22@gmail.com Fixes dart-lang/co19#1990 . Add HINT.UNREACHABLE_SWITCH_CASE to type_inference_A22_t01.dart (dart-lang/co19#1998 )
2023-04-05 sgrekhov22@gmail.com Fixes dart-lang/co19#1996 . Missed error expectation added (dart-lang/co19#2000 )
Change-Id: I314668c107f134b2a813bc3ea356fd14ab7a3fb3
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/293660
Reviewed-by: Alexander Thomas <athom@google.com>
Commit-Queue: Alexander Thomas <athom@google.com>
2023-04-06 15:04:28 +00:00
Kenzie Schmoll
822841753e
Bump DevTools DEP for 2.23.1 release.
...
This commit is for the 2.23.1 tag: https://github.com/flutter/devtools/releases/tag/v2.23.1
Change-Id: Ib33e92b05d03ae783a74aae7637a734518ff7506
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/293884
Reviewed-by: Ben Konyi <bkonyi@google.com>
Commit-Queue: Kenzie Davisson <kenzieschmoll@google.com>
2023-04-05 22:56:50 +00:00
Lasse R.H. Nielsen
b0944db9cc
Update Pub revision with fixes.
...
Change-Id: I6c78c7ae23229eb70d74dae20fc024711afab09b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/293688
Auto-Submit: Lasse Nielsen <lrn@google.com>
Commit-Queue: Lasse Nielsen <lrn@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
Reviewed-by: Devon Carew <devoncarew@google.com>
2023-04-05 20:52:58 +00:00
Sergey G. Grekhov
dd6d70a834
[co19] Roll co19_2 to ae846ed2a987a2d2dbe4b9e9c68448a21f91ef5b
...
2023-04-05 sgrekhov22@gmail.com Fixes dart-lang/co19#1994 . Obsolete ProcessInfo_A01_t01.dart removed (dart-lang/co19#2003 )
Change-Id: Ia2d8eb97d5722559850a254070ccf61a4a8ed94a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/293680
Reviewed-by: Erik Ernst <eernst@google.com>
Commit-Queue: Alexander Thomas <athom@google.com>
Reviewed-by: Alexander Thomas <athom@google.com>
2023-04-05 13:44:13 +00:00
pq
0bb7e08f95
pattern support for null_check_on_nullable_type_parameter
...
3 commit delta from last push:
c0942721fc
80ac891709
0f0f3855b0
Change-Id: Ia2be13e071d2271ce18f42dee9e3c547c36fb7a2
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/293461
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Phil Quitslund <pquitslund@google.com>
2023-04-05 13:12:19 +00:00
Erik Ernst
ae352254dc
[co19] Roll co19 to 866b487c88e24b6a02e9fd95de4f4982aba34a32
...
2023-04-05 sgrekhov22@gmail.com Fixes dart-lang/co19#1988 . Typo in exhaustiveness_A01_t17.dart fixed (dart-lang/co19#1992 )
2023-04-05 sgrekhov22@gmail.com Fixes dart-lang/co19#1989 . Typo in object_A03_t01.dart fixed (dart-lang/co19#1993 )
2023-04-04 sgrekhov22@gmail.com dart-lang/co19#1401 . Exhaustiveness algorithm tests (dart-lang/co19#1987 )
Change-Id: I89642761f4ff746dfdaba7d586f6c5c1a5e2158a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/293540
Reviewed-by: Johnni Winther <johnniwinther@google.com>
Commit-Queue: Erik Ernst <eernst@google.com>
Auto-Submit: Erik Ernst <eernst@google.com>
2023-04-05 01:35:11 +00:00
Robert Nystrom
eaea334be1
Roll the latest dart_style into the SDK.
...
This contains two small fixes to pattern formatting:
- Don't add an extra space to switches with no cases.
- Don't indent branches of "||" in switch expressions.
Change-Id: Ia40fc36287172d098583f3219f5c6a9c49ba019e
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/293121
Commit-Queue: Bob Nystrom <rnystrom@google.com>
Auto-Submit: Bob Nystrom <rnystrom@google.com>
Reviewed-by: Kevin Moore <kevmoo@google.com>
2023-04-04 21:01:07 +00:00
Devon Carew
23692ea881
[deps] rev args, async, bazel_worker, benchmark_harness, boolean_selector, browser_launcher, characters, clock, collection, convert, crypto, csslib, dartdoc, fixnum, glob, html, http, http_multi_server, http_parser, json_rpc_2, logging, matcher, mime, package_config, path, pool, pub_semver, source_maps, source_span, sse, stack_trace, stream_channel, term_glyph, test, test_descriptor, test_process, tools, usage, watcher, web_socket_channel, webdev, yaml, yaml_edit
...
Revisions updated by `dart tools/rev_sdk_deps.dart`.
args (7a5e3b0..5ac2ba1
):
5ac2ba1 2023-04-03 dependabot[bot] Bump actions/checkout from 3.3.0 to 3.5.0 (#238 )
f77b1dc 2023-04-03 dependabot[bot] Bump dart-lang/setup-dart from 1.4.0 to 1.5.0 (#239 )
async (f454380..0127813
):
0127813 2023-04-03 dependabot[bot] Bump actions/checkout from 3.3.0 to 3.5.0 (#236 )
100445b 2023-04-03 dependabot[bot] Bump dart-lang/setup-dart from 1.4.0 to 1.5.0 (#237 )
bazel_worker (53871c5..d5f8837
):
d5f8837 2023-04-03 dependabot[bot] Bump dart-lang/setup-dart from 1.4.0 to 1.5.0 (#70 )
a8a55e6 2023-04-03 dependabot[bot] Bump actions/checkout from 3.3.0 to 3.5.0 (#71 )
benchmark_harness (725534a..e591ec4
):
e591ec4 2023-04-03 dependabot[bot] Bump actions/checkout from 3.3.0 to 3.5.0 (#86 )
38bf5b8 2023-04-03 dependabot[bot] Bump dart-lang/setup-dart from 1.4.0 to 1.5.0 (#87 )
boolean_selector (16e6ad3..28dc03d
):
28dc03d 2023-04-04 dependabot[bot] Bump dart-lang/setup-dart from 1.4.0 to 1.5.0 (#45 )
browser_launcher (bc2dc4e..ba4e028
):
ba4e028 2023-04-04 dependabot[bot] Bump actions/checkout from 3.3.0 to 3.5.0 (#41 )
characters (3281cc7..ba8d557
):
ba8d557 2023-04-03 dependabot[bot] Bump actions/checkout from 3.3.0 to 3.5.0 (#79 )
60cae68 2023-04-03 dependabot[bot] Bump dart-lang/setup-dart from 1.4.0 to 1.5.0 (#80 )
clock (984642e..93d9f56
):
93d9f56 2023-04-03 dependabot[bot] Bump dart-lang/setup-dart from 1.4.0 to 1.5.0 (#48 )
collection (30fd0f8..9db854d
):
9db854d 2023-04-03 dependabot[bot] Bump dart-lang/setup-dart from 1.4.0 to 1.5.0 (#278 )
convert (83886e3..8812e40
):
8812e40 2023-04-03 dependabot[bot] Bump dart-lang/setup-dart from 1.4.0 to 1.5.0 (#79 )
d28dc33 2023-04-03 dependabot[bot] Bump actions/checkout from 3.3.0 to 3.5.0 (#80 )
crypto (9efb888..8a03816
):
8a03816 2023-04-04 dependabot[bot] Bump actions/checkout from 3.3.0 to 3.5.0 (#143 )
csslib (d32bdd4..5836863
):
5836863 2023-04-04 dependabot[bot] Bump actions/checkout from 3.3.0 to 3.5.0 (#177 )
dartdoc (9be04e0..1a7952b
):
1a7952b1 2023-04-03 dependabot[bot] Bump ossf/scorecard-action from 2.1.2 to 2.1.3 (#3382 )
fixnum (f8379d9..92ec336
):
92ec336 2023-04-03 dependabot[bot] Bump actions/checkout from 3.3.0 to 3.5.0 (#108 )
f14fd19 2023-04-03 dependabot[bot] Bump dart-lang/setup-dart from 1.4.0 to 1.5.0 (#109 )
glob (f378dc8..eaa878b
):
eaa878b 2023-04-03 dependabot[bot] Bump dart-lang/setup-dart from 1.4.0 to 1.5.0 (#73 )
c0c7e66 2023-04-03 dependabot[bot] Bump actions/checkout from 3.3.0 to 3.5.0 (#74 )
html (08643e9..57b747d
):
57b747d 2023-04-03 dependabot[bot] Bump dart-lang/setup-dart from 1.4.0 to 1.5.0 (#209 )
51c9910 2023-04-03 dependabot[bot] Bump actions/checkout from 3.3.0 to 3.5.0 (#210 )
http (74f9d3d..ffb4438
):
ffb4438 2023-04-04 Brian Quinlan Fix maxRedirects documentation to mention ClientException rather than RedirectException (#907 )
ad0e1cf 2023-04-03 Bahaa Fathi Yousef Fix some spelling (#885 )
http_multi_server (7bd190c..e0b5d35
):
e0b5d35 2023-04-03 dependabot[bot] Bump actions/checkout from 3.3.0 to 3.5.0 (#53 )
3bbaf22 2023-04-03 dependabot[bot] Bump dart-lang/setup-dart from 1.4.0 to 1.5.0 (#52 )
http_parser (b3b283b..bbe37dd
):
bbe37dd 2023-04-03 dependabot[bot] Bump actions/checkout from 3.3.0 to 3.5.0 (#70 )
f0527a8 2023-04-03 dependabot[bot] Bump dart-lang/setup-dart from 1.4.0 to 1.5.0 (#71 )
json_rpc_2 (aea3bea..5da2705
):
5da2705 2023-04-03 dependabot[bot] Bump dart-lang/setup-dart from 1.4.0 to 1.5.0 (#94 )
d6ab373 2023-04-03 dependabot[bot] Bump actions/checkout from 3.3.0 to 3.5.0 (#95 )
logging (abef371..787030a
):
787030a 2023-04-03 dependabot[bot] Bump actions/checkout from 3.3.0 to 3.5.0 (#133 )
be6a20e 2023-04-03 dependabot[bot] Bump dart-lang/setup-dart from 1.4.0 to 1.5.0 (#134 )
matcher (61f4347..cb6b68c
):
cb6b68c 2023-04-04 dependabot[bot] Bump actions/checkout from 3.3.0 to 3.5.0 (#216 )
mime (1a51be0..2d8496d
):
2d8496d 2023-04-03 dependabot[bot] Bump dart-lang/setup-dart from 1.4.0 to 1.5.0 (#90 )
3b39378 2023-04-03 dependabot[bot] Bump actions/checkout from 3.3.0 to 3.5.0 (#91 )
package_config (74ac1cb..7e09db1
):
7e09db1 2023-04-03 dependabot[bot] Bump dart-lang/setup-dart from 1.4.0 to 1.5.0 (#132 )
6dc4072 2023-04-03 dependabot[bot] Bump actions/checkout from 3.3.0 to 3.5.0 (#133 )
path (cd37179..23e3319
):
23e3319 2023-04-03 dependabot[bot] Bump actions/checkout from 3.3.0 to 3.5.0 (#140 )
pool (338bfb4..650e5d3
):
650e5d3 2023-04-03 dependabot[bot] Bump actions/checkout from 3.3.0 to 3.5.0 (#66 )
pub_semver (c0e6ea7..860e3d8
):
860e3d8 2023-04-03 dependabot[bot] Bump dart-lang/setup-dart from 1.4.0 to 1.5.0 (#82 )
12eca92 2023-04-03 dependabot[bot] Bump actions/checkout from 3.3.0 to 3.5.0 (#83 )
source_maps (a112e98..0a4b030
):
0a4b030 2023-04-03 dependabot[bot] Bump dart-lang/setup-dart from 1.4.0 to 1.5.0 (#76 )
e753fea 2023-04-03 dependabot[bot] Bump actions/checkout from 3.3.0 to 3.5.0 (#75 )
source_span (3951ba5..b739fbf
):
b739fbf 2023-04-03 dependabot[bot] Bump actions/checkout from 3.3.0 to 3.5.0 (#94 )
c6547c2 2023-04-03 dependabot[bot] Bump dart-lang/setup-dart from 1.4.0 to 1.5.0 (#95 )
sse (8c3efdc..11e83a0
):
11e83a0 2023-04-03 dependabot[bot] Bump dart-lang/setup-dart from 1.4.0 to 1.5.0 (#79 )
stack_trace (6ceb191..9c1b1c5
):
9c1b1c5 2023-04-03 dependabot[bot] Bump dart-lang/setup-dart from 1.4.0 to 1.5.0 (#128 )
56a09db 2023-04-03 dependabot[bot] Bump actions/checkout from 3.3.0 to 3.5.0 (#129 )
stream_channel (fe0f5e4..74646ea
):
74646ea 2023-04-03 dependabot[bot] Bump dart-lang/setup-dart from 1.4.0 to 1.5.0 (#88 )
term_glyph (d275a8f..f6856e2
):
f6856e2 2023-04-03 dependabot[bot] Bump dart-lang/setup-dart from 1.4.0 to 1.5.0 (#36 )
test (a01b185..8ea4298
):
8ea42987 2023-04-04 Jakub Vrána Make tests compatible with Strict CSP (#1987 )
49f7e17a 2023-04-03 dependabot[bot] Bump ossf/scorecard-action from 2.1.2 to 2.1.3 (#1982 )
1a4f76b2 2023-04-03 dependabot[bot] Bump github/codeql-action from 2.2.5 to 2.2.9 (#1985 )
test_descriptor (1d4a967..aa11162
):
aa11162 2023-04-03 dependabot[bot] Bump dart-lang/setup-dart from 1.4.0 to 1.5.0 (#49 )
226fe86 2023-04-03 dependabot[bot] Bump actions/checkout from 3.3.0 to 3.5.0 (#50 )
test_process (f76d0b8..946bc27
):
946bc27 2023-04-03 dependabot[bot] Bump dart-lang/setup-dart from 1.4.0 to 1.5.0 (#40 )
441f585 2023-04-03 dependabot[bot] Bump actions/checkout from 3.3.0 to 3.5.0 (#41 )
tools (d40ca93..0304fbb
):
0304fbb 2023-04-04 Elias Yishak Add catcherror callback for `sendData` (#72 )
6d1dedf 2023-04-04 Daco Harkes [cli_config] Pub badges (#71 )
561dce2 2023-04-04 Daco Harkes [cli_config] Bump version (#68 )
d3909a4 2023-04-04 Daco Harkes Fix windows path resolving (#67 )
77cf078 2023-04-03 Daco Harkes [cli_config] Fix optionalString validValues (#69 )
usage (399770f..0698711
):
0698711 2023-04-03 dependabot[bot] Bump dart-lang/setup-dart from 1.4.0 to 1.5.0 (#190 )
2cdb5e3 2023-04-03 dependabot[bot] Bump actions/checkout from 3.3.0 to 3.5.0 (#189 )
watcher (5968409..00aa79b
):
00aa79b 2023-04-03 dependabot[bot] Bump dart-lang/setup-dart from 1.4.0 to 1.5.0 (#140 )
598038f 2023-04-03 dependabot[bot] Bump actions/checkout from 3.3.0 to 3.5.0 (#141 )
web_socket_channel (e2fe7f6..40eb236
):
40eb236 2023-04-03 dependabot[bot] Bump dart-lang/setup-dart from 1.4.0 to 1.5.0 (#260 )
1823444 2023-04-03 dependabot[bot] Bump actions/checkout from 3.3.0 to 3.5.0 (#261 )
webdev (b139649..e887316
):
e887316c 2023-04-03 Elliott Brooks Prepare DWDS for version `19.0.0` release (#2068 )
704d5086 2023-04-03 Elliott Brooks Fix typo (#2069 )
2e6e1b63 2023-04-03 Anna Gringauze Fix getObject failure on record class. (#2063 )
yaml (0f80b12..56dfaf4
):
56dfaf4 2023-04-03 dependabot[bot] Bump dart-lang/setup-dart from 1.4.0 to 1.5.0 (#140 )
d925d7e 2023-04-03 dependabot[bot] Bump actions/checkout from 3.3.0 to 3.5.0 (#141 )
yaml_edit (fbc5cb3..386fd33
):
386fd33 2023-04-03 dependabot[bot] Bump dart-lang/setup-dart from 1.4.0 to 1.5.0 (#49 )
Change-Id: I986c83f657631813a32e360fbb90f42f7d43440a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/293280
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
2023-04-04 18:56:21 +00:00
Janice Collins
832e8fa861
Update tools package in DEPS to get latest unified_analytics.
...
Change-Id: I79b6dccb11681c4ac0afc766540474bb6be93199
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/293260
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Janice Collins <jcollins@google.com>
Auto-Submit: Janice Collins <jcollins@google.com>
2023-04-04 18:19:19 +00:00
Sergey G. Grekhov
3f87b7f193
[co19] Roll co19 to cd2670bfc29f0be99ca9d3e079f314f686680afc
...
2023-04-04 sgrekhov22@gmail.com Fixes dart-lang/co19#1985 . Roll failures fixed (dart-lang/co19#1986 )
2023-04-04 sgrekhov22@gmail.com Fixes dart-lang/co19#1983 . Typo fixed in type_inference_A22_t01.dart (dart-lang/co19#1984 )
2023-04-03 sgrekhov22@gmail.com Fixes dart-lang/co19#1978 . Add processing of HINT.UNREACHABLE_SWITCH_CASE (dart-lang/co19#1982 )
2023-04-03 sgrekhov22@gmail.com dart-lang/co19#1401 . Exhaustiveness tests added (dart-lang/co19#1974 )
2023-03-31 sgrekhov22@gmail.com Fixes dart-lang/co19#1976 . Runtime errors fixed (dart-lang/co19#1981 )
2023-03-31 sgrekhov22@gmail.com Fixes dart-lang/co19#1976 . Update map pattern tests according to the new matching rules (dart-lang/co19#1977 )
2023-03-31 sgrekhov22@gmail.com dart-lang/co19#1401 . Additional test for the rest element of a list pattern (dart-lang/co19#1980 )
Change-Id: I5be25e8f96d081028d68b5086c33b7432f1c8a66
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/292883
Commit-Queue: Erik Ernst <eernst@google.com>
Reviewed-by: Erik Ernst <eernst@google.com>
2023-04-04 16:28:17 +00:00
pq
3fdca4b605
linter 1.35.0
...
Change-Id: Ic47ce4740cfd17a7fa774c3b63f911c7f074e588
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/292940
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Phil Quitslund <pquitslund@google.com>
2023-04-03 23:57:03 +00:00
Kenzie Schmoll
693367be8b
Bump DevTools DEP to 2.23.0
...
Change-Id: Id87896e215fe7be98c1ce32abff0e8911090dda0
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/292961
Reviewed-by: Ben Konyi <bkonyi@google.com>
Commit-Queue: Kenzie Davisson <kenzieschmoll@google.com>
2023-04-03 22:07:48 +00:00
Devon Carew
6978049e23
[deps] rev cli_util, collection, dartdoc, ffi, intl, json_rpc_2, lints, markdown, matcher, mockito, path, pool, source_map_stack_trace, sse, stream_channel, string_scanner, test, test_reflective_loader, tools, typed_data, webdev
...
Revisions updated by `dart tools/rev_sdk_deps.dart`.
cli_util (91747f7..6c318c2
):
6c318c2 2023-04-02 dependabot[bot] Bump dart-lang/setup-dart from 1.4.0 to 1.5.0 (#81 )
df83fb5 2023-04-02 dependabot[bot] Bump actions/checkout from 3.3.0 to 3.5.0 (#80 )
collection (0d0e184..30fd0f8
):
30fd0f8 2023-04-02 dependabot[bot] Bump actions/checkout from 3.3.0 to 3.5.0 (#277 )
dartdoc (0746cda..9be04e0
):
9be04e0c 2023-03-28 Jonas Finnemann Jensen Allow ID attributes on headings when running with --sanitize-html (#3358 )
8785dd24 2023-03-27 dependabot[bot] Bump actions/checkout from 3.3.0 to 3.5.0 (#3377 )
0944fa32 2023-03-27 dependabot[bot] Bump github/codeql-action from 2.2.6 to 2.2.9 (#3379 )
e318d34f 2023-03-27 dependabot[bot] Bump dart-lang/setup-dart from 1.4.0 to 1.5.0 (#3378 )
ffi (32f5eef..04fa38a
):
04fa38a 2023-04-03 Daco Harkes test zero termination of Utf8 string (#147 )
eb93bbb 2023-04-03 dependabot[bot] Bump dart-lang/setup-dart from 1.4.0 to 1.5.0 (#188 )
2a6b643 2023-04-03 dependabot[bot] Bump actions/checkout from 3.3.0 to 3.5.0 (#189 )
intl (fca552f..a958db0
):
a958db0 2023-03-29 Googler Internal change
json_rpc_2 (0280ac6..aea3bea
):
aea3bea 2023-03-28 Kevin Moore Fix analysis, bump min SDK to 2.19 (#93 )
lints (dfded5e..f09399a
):
f09399a 2023-04-02 dependabot[bot] Bump actions/checkout from 3.3.0 to 3.5.0 (#110 )
9581bab 2023-03-25 Parker Lougheed Fix 'recommended' spelling in README (#109 )
c92e1ca 2023-03-23 Michael Thomsen Update README.md (#108 )
7134608 2023-02-01 dependabot[bot] Bump actions/checkout from 3.2.0 to 3.3.0 (#98 )
markdown (ecbffa9..d437c85
):
d437c85 2023-04-02 dependabot[bot] Bump actions/checkout from 3.3.0 to 3.5.0 (#529 )
3550fe6 2023-04-01 dependabot[bot] Bump subosito/flutter-action from 2.8.0 to 2.10.0 (#528 )
d1b7907 2023-04-01 dependabot[bot] Bump dart-lang/setup-dart from 1.4.0 to 1.5.0 (#527 )
0daf231 2023-03-31 le.chang Footnote support (#441 )
b96bc08 2023-03-30 Jonas Finnemann Jensen Prepare a release of 7.0.2 (#526 )
matcher (dc310d9..61f4347
):
61f4347 2023-03-21 Nate Bosch Prepare to publish (#214 )
mockito (ed5bd84..28e8eda
):
28e8eda 2023-04-02 dependabot[bot] Bump dart-lang/setup-dart from 1.4.0 to 1.5.0
ccb9abf 2023-04-01 dependabot[bot] Bump actions/checkout from 3.3.0 to 3.5.0
65ee0c4 2023-03-23 Nate Bosch Expand pub constraint on test_api (#615 )
e6ea7ad 2023-03-23 Nate Bosch GitHub Sync (#614 )
path (24b58a2..cd37179
):
cd37179 2023-04-02 dependabot[bot] Bump dart-lang/setup-dart from 1.4.0 to 1.5.0 (#139 )
pool (694cfd8..338bfb4
):
338bfb4 2023-04-02 dependabot[bot] Bump dart-lang/setup-dart from 1.4.0 to 1.5.0 (#67 )
source_map_stack_trace (45ea368..08a81a8
):
08a81a8 2023-04-02 dependabot[bot] Bump actions/checkout from 3.3.0 to 3.5.0 (#37 )
4cbe06e 2023-04-02 dependabot[bot] Bump dart-lang/setup-dart from 1.4.0 to 1.5.0 (#36 )
sse (8c03b73..8c3efdc
):
8c3efdc 2023-04-02 dependabot[bot] Bump actions/checkout from 3.3.0 to 3.5.0 (#80 )
e35336a 2023-04-02 dependabot[bot] Bump nanasess/setup-chromedriver from 1.1.0 to 2.0.0 (#81 )
stream_channel (a20ccd4..fe0f5e4
):
fe0f5e4 2023-04-02 dependabot[bot] Bump actions/checkout from 3.3.0 to 3.5.0 (#89 )
string_scanner (29e471e..f7a656f
):
f7a656f 2023-04-02 dependabot[bot] Bump dart-lang/setup-dart from 1.4.0 to 1.5.0 (#56 )
fe8c301 2023-04-02 dependabot[bot] Bump actions/checkout from 3.3.0 to 3.5.0 (#55 )
test (cc0598b..a01b185
):
a01b185e 2023-03-30 Nate Bosch More smoothly handle missing compiler info (#1980 )
b24b4668 2023-03-27 Daco Harkes Support native assets (#1975 )
c3828267 2023-03-23 Nate Bosch Prepare to publish (#1974 )
9035bba8 2023-03-21 Parker Lougheed Use deps.dev for OpenSSF scorecard results link (#1976 )
test_reflective_loader (c4c2d5c..a85a930
):
a85a930 2023-04-01 dependabot[bot] Bump dart-lang/setup-dart from 1.4.0 to 1.5.0 (#46 )
27bc418 2023-04-01 dependabot[bot] Bump actions/checkout from 3.3.0 to 3.5.0 (#47 )
tools (fb2dada..d40ca93
):
d40ca93 2023-04-03 dependabot[bot] Bump actions/labeler from 4.0.2 to 4.0.3 (#66 )
4185d6d 2023-04-03 dependabot[bot] Bump coverallsapp/github-action from 1.2.4 to 2.0.0 (#65 )
b14d5be 2023-04-03 dependabot[bot] Bump actions/checkout from 3.3.0 to 3.5.0 (#64 )
typed_data (f858046..d85363d
):
d85363d 2023-04-02 dependabot[bot] Bump dart-lang/setup-dart from 1.4.0 to 1.5.0 (#62 )
0f57d9b 2023-04-02 dependabot[bot] Bump actions/checkout from 3.3.0 to 3.5.0 (#63 )
webdev (c2c8b17..b139649
):
b139649e 2023-03-31 Elliott Brooks Don't show non-instantiated variables (#2061 )
8437f60a 2023-03-31 Elliott Brooks Move project-specific getters to `TestProject` instead of `TestContext` (#2052 )
652e040c 2023-03-30 Elliott Brooks Provide an app entrypoint to DWDS (#2047 )
0afc9eb4 2023-03-30 Elliott Brooks Add Dart Code Metrics (#2055 )
5fcbb803 2023-03-29 Elliott Brooks Apply `trailing-comma` lint (#2054 )
5bd21384 2023-03-28 Elliott Brooks Skip failing webdev integration_test cases (#2051 )
2d8e9c23 2023-03-24 Elliott Brooks (she/her) Adds a script for the release steps of `dwds` and `webdev` (#2049 )
afee8c74 2023-03-23 Elliott Brooks (she/her) Reset `webdev`, `dwds`, `test_common` after publishing (#2048 )
4122b234 2023-03-22 Devon Carew update to the latest mono_repo generated CI (#2044 )
2b6e9182 2023-03-22 Elliott Brooks (she/her) Prepare Webdev for `3.0.3` release (#2046 )
c3cbd89b 2023-03-22 Elliott Brooks (she/her) Prepare DWDS for 18.0.2 release (#2045 )
bb22b3a0 2023-03-22 Anna Gringauze Make debugger skip same locations in dart during stepping. (#2043 )
b9499819 2023-03-20 Anna Gringauze Prepare for variable names changes due to patterns support in DDC (#2042 )
Change-Id: I5b8d591d1b906338564cf008f935b17f85ed2813
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/292922
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
2023-04-03 19:10:34 +00:00
Janice Collins
27d6918ab9
Update for vscode only and latest version of unified_analytics for
...
analysis server.
Change-Id: I6a5e8a4424ccdf8a40c08a3cd2d697c2108422e6
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/292201
Commit-Queue: Janice Collins <jcollins@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Reviewed-by: Keerti Parthasarathy <keertip@google.com>
2023-03-31 22:17:14 +00:00
Sigurd Meldgaard
6424b82eed
Bump pub to 196e89e5716d64b2954021e6ac9bb5a20d975fc6
...
Changes:
```
> git log --format="%C(auto) %h %s" b615e9e..196e89e
https://dart.googlesource.com/pub.git/+/196e89e5 Make --example be the default (3856)
```
Diff: https://dart.googlesource.com/pub.git/+/b615e9e1f5c5c525c23b08c0e7ff42599c9dcbea..196e89e5716d64b2954021e6ac9bb5a20d975fc6/
Change-Id: I745d5154a5c0b223e413c62eafd90f5a0a06a0a4
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/292323
Reviewed-by: Jonas Jensen <jonasfj@google.com>
Commit-Queue: Sigurd Meldgaard <sigurdm@google.com>
2023-03-31 12:26:43 +00:00
Aske Simon Christensen
050eb42748
Update Binaryen to b9b5f162ca8bf5b899ff0f0351491d7d403d7ed9
...
The new version optimizes slightly better and much faster.
Change-Id: Icbd8cd01f149c609043572bdadd42be2afd6ac54
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/292301
Reviewed-by: Martin Kustermann <kustermann@google.com>
Commit-Queue: Aske Simon Christensen <askesc@google.com>
2023-03-31 09:16:37 +00:00
Sergey G. Grekhov
cbf64d7241
[co19] Roll co19 to 7edd464c87e1cd453d7c4410cf2ee1240a6320d7
...
2023-03-30 sgrekhov22@gmail.com Fixes dart-lang/co19#1964 . Split matching_map_A01_t01.dart into two tests. The second one is for sound nullability only (dart-lang/co19#1965 )
2023-03-30 sgrekhov22@gmail.com dart-lang/co19#1401 . If- and for-elements tests for maps and sets added (dart-lang/co19#1967 )
2023-03-30 bquinlan@google.com Remove ProcessInfo constructor test (dart-lang/co19#1975 )
2023-03-29 49699333+dependabot[bot]@users.noreply.github.com Bump actions/setup-java from 3.10.0 to 3.11.0 (dart-lang/co19#1971 )
2023-03-29 49699333+dependabot[bot]@users.noreply.github.com Bump actions/checkout from 3.3.0 to 3.5.0 (dart-lang/co19#1970 )
2023-03-28 sgrekhov22@gmail.com Fixes dart-lang/co19#1972 . Add nnbd-strong flag to some map-pattern runtime tests (dart-lang/co19#1973 )
2023-03-27 sgrekhov22@gmail.com Fix IntPtrArray_A01_t01.dart. Remove platform-depended code (dart-lang/co19#1969 )
Change-Id: I23b05e414ef7517ee198e426fbf9b85165ce89b5
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/292300
Reviewed-by: Alexander Thomas <athom@google.com>
2023-03-31 09:15:21 +00:00
DEPS Autoroller
bf27814514
Roll Clang from ee3efcf1bc8b to fa3cb517e4a5
...
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/clang-dart-sdk
Please CC dart-engprod@google.com ,dart-vm-gardener@grotations.appspotmail.com,dart-vm-team@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Clang: https://bugs.fuchsia.dev/p/fuchsia/issues/list?q=component%3AToolchain
To file a bug in Dart SDK: https://github.com/dart-lang/sdk/issues
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.dart.try:dart-sdk-linux-try;luci.dart.try:dart-sdk-mac-try;luci.dart.try:dart-sdk-mac-arm64-try;luci.dart.try:dart-sdk-win-try
Change-Id: I4b52807c4c32ba94da14d3a3425d095476736298
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/291680
Reviewed-by: Ryan Macnak <rmacnak@google.com>
Commit-Queue: Ryan Macnak <rmacnak@google.com>
2023-03-30 21:25:39 +00:00
Sigurd Meldgaard
28f576fe38
Bump pub to b615e9e1f5c5c525c23b08c0e7ff42599c9dcbea
...
Changes:
```
> git log --format="%C(auto) %h %s" 8434b40..b615e9e
https://dart.googlesource.com/pub.git/+/b615e9e1 Throw catchable exception from ensurePubspecResolved (3852)
```
Diff: https://dart.googlesource.com/pub.git/+/8434b40d6a21dece68c4880e59dbdedfbd6bd7e5..b615e9e1f5c5c525c23b08c0e7ff42599c9dcbea/
Change-Id: I07c4f084d912bd0eac609587f4b6dcf9f447f293
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/292002
Commit-Queue: Sigurd Meldgaard <sigurdm@google.com>
Reviewed-by: Jonas Jensen <jonasfj@google.com>
2023-03-30 10:14:58 +00:00
Sam Rawlins
8fcaccae28
Bump linter to 9a586c9deeb53177a02b37807b0f792893092cae
...
Change-Id: I06d35184bd01dc7d73e7bae9fc8a5b0ff091500c
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/291440
Auto-Submit: Samuel Rawlins <srawlins@google.com>
Commit-Queue: Brian Wilkerson <brianwilkerson@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
2023-03-28 15:27:41 +00:00
Alexander Thomas
1f48610c39
[infra] Update checked-in SDKs to 3.0.0-369.0.dev
...
Change-Id: I8bef07f255a643bd2c2a76fea148e425f9a3cac5
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/291520
Reviewed-by: Jonas Termansen <sortie@google.com>
Auto-Submit: Alexander Thomas <athom@google.com>
Commit-Queue: Alexander Thomas <athom@google.com>
2023-03-28 14:20:40 +00:00
Sam Rawlins
217e96c22a
Bump linter to e80471506fa05b097a2657e46a033effb81d975a
...
This includes fixes to refer to `WarningCodes` by the name
`WarningCode`, which will fix google3 tests.
Change-Id: Ic56775a4b1b03acd89962d55e1ce98304501b900
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/291360
Commit-Queue: Samuel Rawlins <srawlins@google.com>
Reviewed-by: Phil Quitslund <pquitslund@google.com>
2023-03-28 00:41:31 +00:00
Sam Rawlins
2666be0259
Bump linter dep to 3049702a520e9ca2bf143dc907826d83099a9012
...
No CHANGELOG text needed; all internal fixes or additional
support for patterns.
Change-Id: Idae26c5653ad524ef55f58d70aa80b51b4d7b009
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/291301
Commit-Queue: Samuel Rawlins <srawlins@google.com>
Reviewed-by: Phil Quitslund <pquitslund@google.com>
2023-03-27 21:53:48 +00:00
Brian Wilkerson
d0ab7947e3
Update to the latest version of the unified analytics package
...
Change-Id: I6061cd892181e0b724965042d11cfba3ad2461de
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/291303
Reviewed-by: Elias Yishak <eliasyishak@google.com>
Commit-Queue: Brian Wilkerson <brianwilkerson@google.com>
2023-03-27 19:14:10 +00:00
DEPS Autoroller
98f18ec45a
Roll gn from fe330c0ae1ec to 41fef642de70
...
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/gn-dart-sdk
Please CC dart-ecosystem-gardener@grotations.appspotmail.com ,dart-engprod@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in gn: https://bugs.chromium.org/p/gn/issues/list
To file a bug in Dart SDK: https://github.com/dart-lang/sdk/issues
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.dart.try:dart-sdk-linux-try;luci.dart.try:dart-sdk-mac-try;luci.dart.try:dart-sdk-mac-arm64-try;luci.dart.try:dart-sdk-win-try
Change-Id: I61e474868b8b90bae04f4beb39ecfaa4462ae4e8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/291059
Commit-Queue: Ryan Macnak <rmacnak@google.com>
Reviewed-by: Ryan Macnak <rmacnak@google.com>
2023-03-27 17:59:38 +00:00
Sam Rawlins
85f17f1de1
Bump linter to widen reportError parameter type
...
There should be no additional lint reported with this bump.
Bug: https://github.com/dart-lang/sdk/issues/51678
Change-Id: Ia8791e658a86cbc8241468d80c783affc34ed80a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/291046
Reviewed-by: Phil Quitslund <pquitslund@google.com>
Commit-Queue: Samuel Rawlins <srawlins@google.com>
2023-03-27 16:24:48 +00:00
Janice Collins
ac4790ad7c
Update dartdoc to 6.2.1.
...
Release notes: https://github.com/dart-lang/dartdoc/releases/tag/v6.2.1
Change-Id: I8e6df59e562818d4f5f98f04c0a58342c43f13e9
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/291048
Commit-Queue: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Janice Collins <jcollins@google.com>
Reviewed-by: Samuel Rawlins <srawlins@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Auto-Submit: Janice Collins <jcollins@google.com>
2023-03-24 20:19:20 +00:00
Sigurd Meldgaard
9e5ba648af
Bump pub to 8434b40d6a21dece68c4880e59dbdedfbd6bd7e5
...
Changes:
```
> git log --format="%C(auto) %h %s" 4bd757c..8434b40
https://dart.googlesource.com/pub.git/+/8434b40d Be more quiet when doing implicit pub get (3847)
https://dart.googlesource.com/pub.git/+/29a7c099 Dependency services: preserve pub.dartlang.org in lockfile (3846)
https://dart.googlesource.com/pub.git/+/41963ddd Api entrypoint for ensuring resolution is up-to-date (3844)
https://dart.googlesource.com/pub.git/+/92f6bf79 If pinned to an exact version, keep the pin when bumping (3736)
https://dart.googlesource.com/pub.git/+/c68939ba Add missing closing quote in dependency override example (3843)
https://dart.googlesource.com/pub.git/+/0cdeb85f Hint if version is not an incremental update (3840)
https://dart.googlesource.com/pub.git/+/c795dcd8 Upgrade language version to 3.0 (3822)
```
Diff: https://dart.googlesource.com/pub.git/+/4bd757ce1dad04035fb0dbc6156879af23d8b3b8..8434b40d6a21dece68c4880e59dbdedfbd6bd7e5/
Change-Id: Ia0b7e8742522904454c318a381f983398be82838
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/291066
Commit-Queue: Sigurd Meldgaard <sigurdm@google.com>
Reviewed-by: Jonas Jensen <jonasfj@google.com>
2023-03-24 17:17:15 +00:00
Sam Rawlins
fd4602f019
Bump linter to include deprecated_member_use_from_same_package
...
We also stop reporting
`HintCode.DEPRECATED_MEMBER_USE_FROM_SAME_PACKAGE` and
`HintCode.DEPRECATED_MEMBER_USE_FROM_SAME_PACKAGE_WITH_MESSAGE`
as these are now replaced by the new lint rule.
The biggest change here is in the DEPRECATED_MEMBER_USE tests,
as most of these tests have
`DEPRECATED_MEMBER_USE_FROM_SAME_PACKAGE` reported (since it's
easier to write tests with files in one package). We move all
of those tests to `DEPRECATED_MEMBER_USE` tests, without losing
coverage.
Bug: https://github.com/dart-lang/sdk/issues/50796
Change-Id: I7cada44265cd0e1e47ab77d4354de9a5571db614
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/289444
Commit-Queue: Samuel Rawlins <srawlins@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Reviewed-by: Kevin Moore <kevmoo@google.com>
Reviewed-by: Nate Bosch <nbosch@google.com>
2023-03-24 16:35:37 +00:00
Alexander Thomas
f5aaf580e6
[infra] Update checked-in SDKs to 3.0.0-356.0.dev
...
Fixes: https://github.com/dart-lang/sdk/issues/51824
Change-Id: Icae09625b14ed3e574aa5f29caf9756e70390a2f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/290905
Commit-Queue: Alexander Thomas <athom@google.com>
Reviewed-by: Jonas Termansen <sortie@google.com>
2023-03-24 10:27:28 +00:00
Sergey G. Grekhov
9640bef8ed
[co19] Roll co19 to c1aef806ebbc20bedee6043bf517785f33fd1094
...
2023-03-23 sgrekhov22@gmail.com Roll failures fixed (dart-lang/co19#1962 )
2023-03-23 sgrekhov22@gmail.com Fixes dart-lang/co19#1937 . Add `@dart=2.19` to class implementing `LinkedHashSet` (dart-lang/co19#1961 )
2023-03-23 sgrekhov22@gmail.com dart-lang/co19#1874 . Update LanguageFeatures/nnbd/weak/overriding tests to work with class modifiers (dart-lang/co19#1960 )
2023-03-22 paulberry@google.com Minor fixes to execution_pattern_for_in_{element,statement}_A01_t01 (dart-lang/co19#1958 )
2023-03-22 sgrekhov22@gmail.com dart-lang/co19#1401 . Tests for invocation keys (dart-lang/co19#1950 )
2023-03-22 sgrekhov22@gmail.com Fixes dart-lang/co19#1951 . Don't use fixed port number (dart-lang/co19#1952 )
2023-03-22 sgrekhov22@gmail.com Fixes dart-lang/co19#1955 . Use non-matching rest elements in matching_list_A02_t01.dart (dart-lang/co19#1957 )
2023-03-22 sgrekhov22@gmail.com Fixes dart-lang/co19#1940 . Add `final` modifier to classes extending `Struct` and `Union` (dart-lang/co19#1956 )
2023-03-21 sgrekhov22@gmail.com Fixes dart-lang/co19#1928 . Replace `extends Iterator` by `implements Iterator` (dart-lang/co19#1953 )
2023-03-21 sgrekhov22@gmail.com Fixes dart-lang/co19#1944 . Replace `extends StreamSubscription` by `implements StreamSubscription` (dart-lang/co19#1954 )
2023-03-20 sgrekhov22@gmail.com Fixes dart-lang/co19#1946 . Duplicated test removed (dart-lang/co19#1948 )
2023-03-20 sgrekhov22@gmail.com Fixes dart-lang/co19#1947 . Move nnbd-strong runtime checks in a separate test (dart-lang/co19#1949 )
2023-03-20 sgrekhov22@gmail.com dart-lang/co19#1401 . Matching tests for map pattern (dart-lang/co19#1929 )
2023-03-17 sgrekhov22@gmail.com dart-lang/co19#1401 . Call insertions tests added (dart-lang/co19#1945 )
Change-Id: I27c375f32b02e8bea78562adb58ef5da1b629a45
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/290764
Reviewed-by: Alexander Thomas <athom@google.com>
2023-03-23 14:22:47 +00:00
Janice Collins
00cf2e8311
Update dartdoc for the mixin-element changes.
...
Upcoming changes to the analyzer will result in compilation errors
in dartdoc without this change.
Change-Id: Ie80724fcfa6bc2b6fdfff3d851806669f9c20329
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/290401
Auto-Submit: Janice Collins <jcollins@google.com>
Reviewed-by: Samuel Rawlins <srawlins@google.com>
Commit-Queue: Janice Collins <jcollins@google.com>
Commit-Queue: Samuel Rawlins <srawlins@google.com>
2023-03-22 00:53:34 +00:00
Nate Bosch
4271aaacfd
Bump test to cc0598b2c3bf3a7439f10f9542a8d01ff50b69e9
...
Changes:
```
> git log --format="%C(auto) %h %s" 3ba78f1..cc0598b
https://dart.googlesource.com/test.git/+/cc0598b2 Move to `expect` from `package:matcher` (1969)
https://dart.googlesource.com/test.git/+/0e5c028d Only use environment variable for chrome (1970)
https://dart.googlesource.com/test.git/+/0b08d704 Add a hooks_testing library (1952)
https://dart.googlesource.com/test.git/+/aacee2c7 Retry filesystem deletes (1965)
```
Diff: https://dart.googlesource.com/test.git/+/3ba78f15538399073d0b5aba4ec19b1378af1625..cc0598b2c3bf3a7439f10f9542a8d01ff50b69e9/
Change-Id: Iddfbc7d804a9864a77268fc0636a2962a2370e49
Tested: updated test expectations for content from the changed packages
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/289886
Auto-Submit: Nate Bosch <nbosch@google.com>
Commit-Queue: Nate Bosch <nbosch@google.com>
Reviewed-by: Devon Carew <devoncarew@google.com>
2023-03-21 21:37:57 +00:00
Robert Nystrom
5d858f01de
Roll dart_style into the SDK.
...
This has two changes:
- Hide "--fix" in the help. The command is still fully supported, we
just don't show it because we want to gradually migrate users to
"dart fix".
- Remove support for the "interface", "final", and "sealed" modifiers
on mixin declarations, since the proposal no longer supports those
(and we need to remove them from the analyzer AST API).
There are no meaningful style changes, so there's no need to update the
pre-build SDK for this change.
Change-Id: I2357970e298a9be8f6f26efb5b922d40ee4fbb7d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/290020
Commit-Queue: Bob Nystrom <rnystrom@google.com>
Auto-Submit: Bob Nystrom <rnystrom@google.com>
Reviewed-by: Kallen Tu <kallentu@google.com>
2023-03-21 19:05:06 +00:00
DEPS Autoroller
7e6e56b9b5
Roll Clang from 28ee6040710f to ee3efcf1bc8b
...
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/clang-dart-sdk
Please CC dart-engprod@google.com ,dart-vm-gardener@grotations.appspotmail.com,dart-vm-team@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Clang: https://bugs.fuchsia.dev/p/fuchsia/issues/list?q=component%3AToolchain
To file a bug in Dart SDK: https://github.com/dart-lang/sdk/issues
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.dart.try:dart-sdk-linux-try;luci.dart.try:dart-sdk-mac-try;luci.dart.try:dart-sdk-mac-arm64-try;luci.dart.try:dart-sdk-win-try
Change-Id: I4d880c62747c23d5a0933f61813e1a5535aa3997
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/289480
Commit-Queue: Ryan Macnak <rmacnak@google.com>
Reviewed-by: Ryan Macnak <rmacnak@google.com>
2023-03-21 18:53:48 +00:00
Devon Carew
c61241f926
[deps] rev args, benchmark_harness, clock, csslib, dartdoc, protobuf, shelf, tools, vector_math, webdev, yaml_edit
...
Revisions updated by `dart tools/rev_sdk_deps.dart`.
args (9305d5a..7a5e3b0
):
7a5e3b0 2023-03-14 Devon Carew update readme; add contributing doc (#237 )
benchmark_harness (a6a0891..725534a
):
725534a 2023-03-14 Kevin Moore Spelling fixes, latest lints, move to minilibs (drop parts) (#85 )
clock (5abb481..984642e
):
984642e 2023-03-15 Kevin Moore Require Dart 2.19, use and fix recommended lints (#46 )
csslib (b671738..d32bdd4
):
d32bdd4 2023-03-14 Devon Carew refactor the package example (#170 )
dartdoc (98fa859..7fde7a4
):
7fde7a4d 2023-03-13 dependabot[bot] Bump github/codeql-action from 2.2.5 to 2.2.6 (#3363 )
protobuf (75bc380..b90a4c4
):
b90a4c4 2023-03-16 Mahdi K. Fard Sort message constructors first. (#807 )
00fd975 2023-03-15 Kevin Moore Fix formatting with latest SDK (#808 )
a67bbb3 2023-03-15 dependabot[bot] Bump actions/cache from 3.2.4 to 3.2.6 (#804 )
shelf (e3cfe79..9a792b4
):
9a792b4 2023-03-13 Kevin Moore Update format for latest v3 SDK (#340 )
c8094b7 2023-03-13 Kevin Moore Update no-response.yml - once a day (#339 )
tools (e5353aa..8d18d01
):
8d18d01 2023-03-15 Elias Yishak Implement fake ga client (#37 )
vector_math (1e4d000..7dec984
):
7dec984 2023-03-16 eoineoineoin Add operator== to Quaternion (#288 )
webdev (cfe9753..c2c8b17
):
c2c8b17 2023-03-16 Elliott Brooks (she/her) Prepare Webdev version `3.0.2` for release (#2037 )
d124fa5 2023-03-16 Elliott Brooks (she/her) Prepare extension for release (#2036 )
aef715d 2023-03-15 Elliott Brooks (she/her) Prepare DWDS 18.0.1 for release (#2035 )
a15fde0 2023-03-15 Anna Gringauze fix matching record types (#2032 )
05031da 2023-03-14 Anna Gringauze Update build_daemon constraint and log errors (#2029 )
49013b8 2023-03-09 Elliott Brooks (she/her) [MV3 Debug Extension] Fix authentication issue for the Dart Debug Extension (#2026 )
c8d4439 2023-03-09 Elliott Brooks (she/her) Support `Set` inspection in DWDS (#2024 )
442639d 2023-03-08 Elliott Brooks (she/her) Handle unexpected extension debugger disconnection events without crashing app (#2021 )
yaml_edit (6abc42a..fbc5cb3
):
fbc5cb3 2023-03-09 Kevin Moore Require Dart 2.19, update to latest lints
c9e82f0 2023-03-09 Mohamed Ishad Fix YamlEditor.update method leaving trailing spaces at eol (#42 )
Change-Id: Icf15fc0ffd3ee36e0380751d18fd491de071040e
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/289881
Auto-Submit: Devon Carew <devoncarew@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
2023-03-20 17:45:37 +00:00
Nate Bosch
6f45c8534e
Bump matcher to dc310d95663da10a90e7898cd4e322695f693d4f
...
Changes:
```
> git log --format="%C(auto) %h %s" c1a0704..dc310d9
https://dart.googlesource.com/matcher.git/+/dc310d9 Export more APIs through the expect library (213)
https://dart.googlesource.com/matcher.git/+/7538872 Make the arguments to `expect` dynamic again (212)
https://dart.googlesource.com/matcher.git/+/52e232e Fix import and broken tests (211)
https://dart.googlesource.com/matcher.git/+/985e4ef Improve mismatch description of `contains` (206)
https://dart.googlesource.com/matcher.git/+/5bc765d Copy expect and async matchers from test package (210)
```
Diff: https://dart.googlesource.com/matcher.git/+/c1a07043de3da4968e1736fcde1c521802821859..dc310d95663da10a90e7898cd4e322695f693d4f/
Change-Id: I11b074e97c9c49ba46760da44a99f795523d3008
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/289445
Commit-Queue: Kevin Moore <kevmoo@google.com>
Auto-Submit: Nate Bosch <nbosch@google.com>
Reviewed-by: Kevin Moore <kevmoo@google.com>
Commit-Queue: Nate Bosch <nbosch@google.com>
2023-03-17 19:44:30 +00:00
Ivan Inozemtsev
4c70caf4df
[deps] rev http
...
http (805a147..74f9d3d
):
74f9d3d 2023-03-09 Brian Quinlan Add conformances test that verify that the Client works in Isolates (#889 )
ee03604 2023-03-09 Brian Quinlan Add a flag to allow the default Client to be tree shaken away. (#868 )
2039fb3 2023-03-09 Brian Quinlan Fix a reference count race with forwarded delegates. (#888 )
Change-Id: I56faf5cf41ad16f6a365db66265b02e66adbc59f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/289502
Commit-Queue: Devon Carew <devoncarew@google.com>
Reviewed-by: Devon Carew <devoncarew@google.com>
Auto-Submit: Ivan Inozemtsev <iinozemtsev@google.com>
2023-03-17 16:25:08 +00:00
Sergey G. Grekhov
8912e03797
[co19] Roll co19 to e8141111c3315b0a9c151fcac0e14656dcfddac5
...
2023-03-16 sgrekhov22@gmail.com Fixes dart-lang/co19#1933 . Generic function instantiation during pattern matching is a compile error (dart-lang/co19#1938 )
2023-03-16 sgrekhov22@gmail.com Fixes dart-lang/co19#1939 . Missed line added to variable_declaration_A04_t03.dart (dart-lang/co19#1943 )
2023-03-16 sgrekhov22@gmail.com Fixes dart-lang/co19#1941 . Typo fixed in type_inference_A26_t01.dart (dart-lang/co19#1942 )
2023-03-16 sgrekhov22@gmail.com dart-lang/co19#1401 . Matching tests for record and object patterns (dart-lang/co19#1934 )
2023-03-15 sgrekhov22@gmail.com dart-lang/co19#1401 . Matching tests for list pattern (dart-lang/co19#1920 )
2023-03-14 sgrekhov22@gmail.com Fixes dart-lang/co19#1930 . Make runtime type of collection not assignable to the tested pattern (dart-lang/co19#1936 )
2023-03-14 sgrekhov22@gmail.com Fixes dart-lang/co19#1932 . Fix compile-time error in matching_logical_and_A02_t02.dart (dart-lang/co19#1935 )
2023-03-13 sgrekhov22@gmail.com Fixes dart-lang/co19#1896.Explicit type arguments added (dart-lang/co19#1926 )
2023-03-13 sgrekhov22@gmail.com Fixes dart-lang/co19#1925 . Missing type arguments added (dart-lang/co19#1927 )
Change-Id: I8b10d553f666b96e0b0039a946b7ec821b230951
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/289460
Reviewed-by: Alexander Thomas <athom@google.com>
2023-03-17 09:19:24 +00:00
Sam Rawlins
fbe4cbf69f
Bump linter to 07c4d17, just before new deprecated_member rule
...
Bug: https://github.com/dart-lang/sdk/issues/50796
Change-Id: I11d1ad107d8da147dd05329938bbe34325dfbb77
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/289341
Reviewed-by: Phil Quitslund <pquitslund@google.com>
Commit-Queue: Samuel Rawlins <srawlins@google.com>
2023-03-17 03:14:17 +00:00
Sigurd Meldgaard
24af087585
Bump pub to 4bd757ce1dad04035fb0dbc6156879af23d8b3b8
...
This includes all the changes reverted in https://dart-review.googlesource.com/c/sdk/+/289062
This also contains `https://dart.googlesource.com/pub.git/+/c939e81f Fix issue with _ in package names in dart add (3838)` fixing the reason for the revert.
Changes:
```
> git log --format="%C(auto) %h %s" 048e3ad..4bd757c
https://dart.googlesource.com/pub.git/+/4bd757ce Handle http errors gracefully when downloading archive (3811)
https://dart.googlesource.com/pub.git/+/c939e81f Fix issue with _ in package names in dart add (3838)
https://dart.googlesource.com/pub.git/+/9df0fddf Lazy construction of cache path. (3837)
https://dart.googlesource.com/pub.git/+/554b3c32 Lazy loading of pubspec.yaml from entrypoint (3835)
https://dart.googlesource.com/pub.git/+/cfaec21f Remove support for legacy credentials file (3824)
https://dart.googlesource.com/pub.git/+/142baa3a Remove the exported deprecatedpubCommand (3825)
https://dart.googlesource.com/pub.git/+/719afcf4 Remove obsolete TODO. (3827)
https://dart.googlesource.com/pub.git/+/80d3e0d6 Remove obsolete tests (for features) (3834)
https://dart.googlesource.com/pub.git/+/09eb6125 Remove barback, build and serve commands (3833)
https://dart.googlesource.com/pub.git/+/e2e740ca Remove command list-package-dirs (3832)
https://dart.googlesource.com/pub.git/+/6db5faa2 Remove support for PUB_CACHE in APPDATA on windows (3831)
https://dart.googlesource.com/pub.git/+/a7a74857 Don't ignore a folder called 'packages' when publishing (3828)
https://dart.googlesource.com/pub.git/+/70bfc022 Remove support for .pub package-local cache (3823)
https://dart.googlesource.com/pub.git/+/4cd7a0a5 Use local variable for buffer (3826)
https://dart.googlesource.com/pub.git/+/397e245e Remove obsolete TODO. (3821)
https://dart.googlesource.com/pub.git/+/17ec4652 Handle malformatted content-hashes in cache, version listing or pubspec.lock (3818)
https://dart.googlesource.com/pub.git/+/49c682c7 Add workflow to close need-info issues with responses. (3817)
https://dart.googlesource.com/pub.git/+/bcb5ce18 Fix wrong action when executing git command (3814)
https://dart.googlesource.com/pub.git/+/086c2d12 Larger size limit for caching package listings (3815)
https://dart.googlesource.com/pub.git/+/94b43d05 remove an extra period from a publish message (3812)
https://dart.googlesource.com/pub.git/+/d69493e5 Don't allow non-null-safety constraints in the root pubspec (3800)
https://dart.googlesource.com/pub.git/+/3514d7e7 Fail gracefully when tar file contains duplicate entries (3805)
https://dart.googlesource.com/pub.git/+/0b3b8b44 Give full error even in summary mode (3804)
https://dart.googlesource.com/pub.git/+/09c29722 Allow adding and removing dependency overrides (3716)
https://dart.googlesource.com/pub.git/+/7184d1b5 accept 'topics' property in pubspec.yaml (3796)
https://dart.googlesource.com/pub.git/+/cd106dfd Improve usage text of get (3792)
https://dart.googlesource.com/pub.git/+/019d61cb Handle bad git revisions (3791)
https://dart.googlesource.com/pub.git/+/e3ff7a99 Use 'pkg' and 'packages' to trigger suggestions for the pub command (3731)
https://dart.googlesource.com/pub.git/+/ea24bf22 Better error when path dependency has no pubspec.yaml (3787)
https://dart.googlesource.com/pub.git/+/da2a0144 Drop --use-data-isolate-strategy flag for tests (3788)
https://dart.googlesource.com/pub.git/+/a565858e Improve documentation of `pub token` and subcommands (3778)
https://dart.googlesource.com/pub.git/+/dd320459 Add test for publishing and consuming files with unicode characters in name (3785)
https://dart.googlesource.com/pub.git/+/c4226d9f Fail tests on errors thrown by test PackageServer (3784)
https://dart.googlesource.com/pub.git/+/12019939 Consider pubspec_overrides.yaml when publishing (3782)
https://dart.googlesource.com/pub.git/+/d8a97497 Allow addition of tokens for insecure localhost repositories (3777)
```
Diff: https://dart.googlesource.com/pub.git/+/048e3ad2b5e1b4ebe6883addbc95722be6904a7b..4bd757ce1dad04035fb0dbc6156879af23d8b3b8/
Change-Id: I67babf094b7cc4152c5c4ccc4b3e536634a57fc2
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/289201
Commit-Queue: Sigurd Meldgaard <sigurdm@google.com>
Reviewed-by: William Hesse <whesse@google.com>
2023-03-16 11:17:33 +00:00
William Hesse
9ca5ea6f7e
[infra] Update checked-in SDKs to 3.0.0-322.0.dev
...
Change-Id: I00752198daceccf41d688f5aeb3bb8595e91d78b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/289040
Reviewed-by: Alexander Thomas <athom@google.com>
Reviewed-by: Jonas Termansen <sortie@google.com>
Commit-Queue: William Hesse <whesse@google.com>
2023-03-16 09:54:18 +00:00
Siva Annamalai
5f69a0c72e
Revert "[deps] rev args, benchmark_harness, csslib, dartdoc, http, shelf, webdev, yaml_edit"
...
This reverts commit aab39d3938
.
Reason for revert: Failing some internal builds with the following error
http_client_conformance_tests: #wrong_required_libs #wrong_conditional_srcs
"required_libs" is currently [] but the code imports ["isolate"].
Original change's description:
> [deps] rev args, benchmark_harness, csslib, dartdoc, http, shelf, webdev, yaml_edit
>
> Revisions updated by `dart tools/rev_sdk_deps.dart`.
>
> args (9305d5a..7a5e3b0
):
> 7a5e3b0 2023-03-14 Devon Carew update readme; add contributing doc (#237 )
>
> benchmark_harness (a6a0891..725534a
):
> 725534a 2023-03-14 Kevin Moore Spelling fixes, latest lints, move to minilibs (drop parts) (#85 )
>
> csslib (b671738..d32bdd4
):
> d32bdd4 2023-03-14 Devon Carew refactor the package example (#170 )
>
> dartdoc (98fa859..7fde7a4
):
> 7fde7a4d 2023-03-13 dependabot[bot] Bump github/codeql-action from 2.2.5 to 2.2.6 (#3363 )
>
> http (805a147..74f9d3d
):
> 74f9d3d 2023-03-09 Brian Quinlan Add conformances test that verify that the Client works in Isolates (#889 )
> ee03604 2023-03-09 Brian Quinlan Add a flag to allow the default Client to be tree shaken away. (#868 )
> 2039fb3 2023-03-09 Brian Quinlan Fix a reference count race with forwarded delegates. (#888 )
>
> shelf (e3cfe79..9a792b4
):
> 9a792b4 2023-03-13 Kevin Moore Update format for latest v3 SDK (#340 )
> c8094b7 2023-03-13 Kevin Moore Update no-response.yml - once a day (#339 )
>
> webdev (cfe9753..a15fde0
):
> a15fde0 2023-03-15 Anna Gringauze fix matching record types (#2032 )
> 05031da 2023-03-14 Anna Gringauze Update build_daemon constraint and log errors (#2029 )
> 49013b8 2023-03-09 Elliott Brooks (she/her) [MV3 Debug Extension] Fix authentication issue for the Dart Debug Extension (#2026 )
> c8d4439 2023-03-09 Elliott Brooks (she/her) Support `Set` inspection in DWDS (#2024 )
> 442639d 2023-03-08 Elliott Brooks (she/her) Handle unexpected extension debugger disconnection events without crashing app (#2021 )
>
> yaml_edit (6abc42a..fbc5cb3
):
> fbc5cb3 2023-03-09 Kevin Moore Require Dart 2.19, update to latest lints
> c9e82f0 2023-03-09 Mohamed Ishad Fix YamlEditor.update method leaving trailing spaces at eol (#42 )
>
> Change-Id: Ia79a056cfaf7e51e73fdc6fd353e5f1938e6881a
> Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/289023
> Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
> Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
> Auto-Submit: Devon Carew <devoncarew@google.com>
Change-Id: I07b1e6041babc92df359da89eb18c1daf2634d88
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/289024
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Commit-Queue: Siva Annamalai <asiva@google.com>
Reviewed-by: Ryan Macnak <rmacnak@google.com>
2023-03-15 22:47:03 +00:00
Siva Annamalai
91844f1212
Revert "Reland "Bump pub to d69493e5163553bde53c0889b7479dee02f550bf""
...
This reverts commit ef8aaa3301
.
Reason for revert: It doesn't seem to solve the flutter issue, A roll into flutter showed the same error https://logs.chromium.org/logs/flutter/buildbucket/cr-buildbucket/8786538012879301585/+/u/run_entrypoint_dart_registrant/test_stdout
Original change's description:
> Reland "Bump pub to d69493e5163553bde53c0889b7479dee02f550bf"
>
> This is a reland of commit a06ade1d14
>
> Fix of flutter issue was landed here:
> 3f2cca8eeb
>
> Original change's description:
> > Bump pub to d69493e5163553bde53c0889b7479dee02f550bf
> >
> > Changes:
> > ```
> > > git log --format="%C(auto) %h %s" 048e3ad..d69493e
> > https://dart.googlesource.com/pub.git/+/d69493e5 Don't allow non-null-safety constraints in the root pubspec (3800)
> > https://dart.googlesource.com/pub.git/+/3514d7e7 Fail gracefully when tar file contains duplicate entries (3805)
> > https://dart.googlesource.com/pub.git/+/0b3b8b44 Give full error even in summary mode (3804)
> > https://dart.googlesource.com/pub.git/+/09c29722 Allow adding and removing dependency overrides (3716)
> > https://dart.googlesource.com/pub.git/+/7184d1b5 accept 'topics' property in pubspec.yaml (3796)
> > https://dart.googlesource.com/pub.git/+/cd106dfd Improve usage text of get (3792)
> > https://dart.googlesource.com/pub.git/+/019d61cb Handle bad git revisions (3791)
> > https://dart.googlesource.com/pub.git/+/e3ff7a99 Use 'pkg' and 'packages' to trigger suggestions for the pub command (3731)
> > https://dart.googlesource.com/pub.git/+/ea24bf22 Better error when path dependency has no pubspec.yaml (3787)
> > https://dart.googlesource.com/pub.git/+/da2a0144 Drop --use-data-isolate-strategy flag for tests (3788)
> > https://dart.googlesource.com/pub.git/+/a565858e Improve documentation of `pub token` and subcommands (3778)
> > https://dart.googlesource.com/pub.git/+/dd320459 Add test for publishing and consuming files with unicode characters in name (3785)
> > https://dart.googlesource.com/pub.git/+/c4226d9f Fail tests on errors thrown by test PackageServer (3784)
> > https://dart.googlesource.com/pub.git/+/12019939 Consider pubspec_overrides.yaml when publishing (3782)
> > https://dart.googlesource.com/pub.git/+/d8a97497 Allow addition of tokens for insecure localhost repositories (3777)
> >
> > ```
> >
> > Diff: https://dart.googlesource.com/pub.git/+/048e3ad2b5e1b4ebe6883addbc95722be6904a7b..d69493e5163553bde53c0889b7479dee02f550bf/
> > Change-Id: I92af981e9cb6aaedfcd75a7327dfef071645306b
> > Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/285908
> > Reviewed-by: Jonas Jensen <jonasfj@google.com>
> > Commit-Queue: Sigurd Meldgaard <sigurdm@google.com>
> > Reviewed-by: William Hesse <whesse@google.com>
>
> Change-Id: Ieeab0b4782afa216b353b91c57bde90957ce0aff
> Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/288440
> Reviewed-by: William Hesse <whesse@google.com>
> Commit-Queue: Sigurd Meldgaard <sigurdm@google.com>
Change-Id: Ibf3e7ec9080b137672ad2b9179090e6c980c6962
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/289062
Reviewed-by: William Hesse <whesse@google.com>
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Commit-Queue: Siva Annamalai <asiva@google.com>
2023-03-15 21:45:39 +00:00
Devon Carew
aab39d3938
[deps] rev args, benchmark_harness, csslib, dartdoc, http, shelf, webdev, yaml_edit
...
Revisions updated by `dart tools/rev_sdk_deps.dart`.
args (9305d5a..7a5e3b0
):
7a5e3b0 2023-03-14 Devon Carew update readme; add contributing doc (#237 )
benchmark_harness (a6a0891..725534a
):
725534a 2023-03-14 Kevin Moore Spelling fixes, latest lints, move to minilibs (drop parts) (#85 )
csslib (b671738..d32bdd4
):
d32bdd4 2023-03-14 Devon Carew refactor the package example (#170 )
dartdoc (98fa859..7fde7a4
):
7fde7a4d 2023-03-13 dependabot[bot] Bump github/codeql-action from 2.2.5 to 2.2.6 (#3363 )
http (805a147..74f9d3d
):
74f9d3d 2023-03-09 Brian Quinlan Add conformances test that verify that the Client works in Isolates (#889 )
ee03604 2023-03-09 Brian Quinlan Add a flag to allow the default Client to be tree shaken away. (#868 )
2039fb3 2023-03-09 Brian Quinlan Fix a reference count race with forwarded delegates. (#888 )
shelf (e3cfe79..9a792b4
):
9a792b4 2023-03-13 Kevin Moore Update format for latest v3 SDK (#340 )
c8094b7 2023-03-13 Kevin Moore Update no-response.yml - once a day (#339 )
webdev (cfe9753..a15fde0
):
a15fde0 2023-03-15 Anna Gringauze fix matching record types (#2032 )
05031da 2023-03-14 Anna Gringauze Update build_daemon constraint and log errors (#2029 )
49013b8 2023-03-09 Elliott Brooks (she/her) [MV3 Debug Extension] Fix authentication issue for the Dart Debug Extension (#2026 )
c8d4439 2023-03-09 Elliott Brooks (she/her) Support `Set` inspection in DWDS (#2024 )
442639d 2023-03-08 Elliott Brooks (she/her) Handle unexpected extension debugger disconnection events without crashing app (#2021 )
yaml_edit (6abc42a..fbc5cb3
):
fbc5cb3 2023-03-09 Kevin Moore Require Dart 2.19, update to latest lints
c9e82f0 2023-03-09 Mohamed Ishad Fix YamlEditor.update method leaving trailing spaces at eol (#42 )
Change-Id: Ia79a056cfaf7e51e73fdc6fd353e5f1938e6881a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/289023
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
2023-03-15 18:49:45 +00:00
Devon Carew
107578b387
Revert "[deps] rev dartdoc, http, matcher, shelf, test, webdev, yaml_edit"
...
This reverts commit fcb8f80d5a
.
Reason for revert: google3 roll failure
Original change's description:
> [deps] rev dartdoc, http, matcher, shelf, test, webdev, yaml_edit
>
> Revisions updated by `dart tools/rev_sdk_deps.dart`.
>
> dartdoc (98fa859..7fde7a4
):
> 7fde7a4d 2023-03-13 dependabot[bot] Bump github/codeql-action from 2.2.5 to 2.2.6 (#3363 )
>
> http (805a147..74f9d3d
):
> 74f9d3d 2023-03-09 Brian Quinlan Add conformances test that verify that the Client works in Isolates (#889 )
> ee03604 2023-03-09 Brian Quinlan Add a flag to allow the default Client to be tree shaken away. (#868 )
> 2039fb3 2023-03-09 Brian Quinlan Fix a reference count race with forwarded delegates. (#888 )
>
> matcher (c1a0704..985e4ef
):
> 985e4ef 2023-03-10 Sigurd Meldgaard Improve mismatch description of `contains` (#206 )
> 5bc765d 2023-03-09 Nate Bosch Copy expect and async matchers from test package (#210 )
>
> shelf (e3cfe79..9a792b4
):
> 9a792b4 2023-03-13 Kevin Moore Update format for latest v3 SDK (#340 )
> c8094b7 2023-03-13 Kevin Moore Update no-response.yml - once a day (#339 )
>
> test (3ba78f1..0e5c028
):
> 0e5c028d 2023-03-10 Nate Bosch Only use environment variable for chrome (#1970 )
> 0b08d704 2023-03-08 Nate Bosch Add a hooks_testing library (#1952 )
> aacee2c7 2023-03-08 Nate Bosch Retry filesystem deletes (#1965 )
>
> webdev (cfe9753..49013b8
):
> 49013b8 2023-03-09 Elliott Brooks (she/her) [MV3 Debug Extension] Fix authentication issue for the Dart Debug Extension (#2026 )
> c8d4439 2023-03-09 Elliott Brooks (she/her) Support `Set` inspection in DWDS (#2024 )
> 442639d 2023-03-08 Elliott Brooks (she/her) Handle unexpected extension debugger disconnection events without crashing app (#2021 )
>
> yaml_edit (6abc42a..fbc5cb3
):
> fbc5cb3 2023-03-09 Kevin Moore Require Dart 2.19, update to latest lints
> c9e82f0 2023-03-09 Mohamed Ishad Fix YamlEditor.update method leaving trailing spaces at eol (#42 )
>
> Change-Id: Idc785347448e6a56e26d9d46b3666440d59c22de
> Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/288801
> Auto-Submit: Devon Carew <devoncarew@google.com>
> Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
> Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
Change-Id: If7dd2027f4b6ead777eaf1b3cf7561d4dced4095
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/288802
Auto-Submit: Devon Carew <devoncarew@google.com>
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Commit-Queue: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
2023-03-14 18:57:07 +00:00
Devon Carew
fcb8f80d5a
[deps] rev dartdoc, http, matcher, shelf, test, webdev, yaml_edit
...
Revisions updated by `dart tools/rev_sdk_deps.dart`.
dartdoc (98fa859..7fde7a4
):
7fde7a4d 2023-03-13 dependabot[bot] Bump github/codeql-action from 2.2.5 to 2.2.6 (#3363 )
http (805a147..74f9d3d
):
74f9d3d 2023-03-09 Brian Quinlan Add conformances test that verify that the Client works in Isolates (#889 )
ee03604 2023-03-09 Brian Quinlan Add a flag to allow the default Client to be tree shaken away. (#868 )
2039fb3 2023-03-09 Brian Quinlan Fix a reference count race with forwarded delegates. (#888 )
matcher (c1a0704..985e4ef
):
985e4ef 2023-03-10 Sigurd Meldgaard Improve mismatch description of `contains` (#206 )
5bc765d 2023-03-09 Nate Bosch Copy expect and async matchers from test package (#210 )
shelf (e3cfe79..9a792b4
):
9a792b4 2023-03-13 Kevin Moore Update format for latest v3 SDK (#340 )
c8094b7 2023-03-13 Kevin Moore Update no-response.yml - once a day (#339 )
test (3ba78f1..0e5c028
):
0e5c028d 2023-03-10 Nate Bosch Only use environment variable for chrome (#1970 )
0b08d704 2023-03-08 Nate Bosch Add a hooks_testing library (#1952 )
aacee2c7 2023-03-08 Nate Bosch Retry filesystem deletes (#1965 )
webdev (cfe9753..49013b8
):
49013b8 2023-03-09 Elliott Brooks (she/her) [MV3 Debug Extension] Fix authentication issue for the Dart Debug Extension (#2026 )
c8d4439 2023-03-09 Elliott Brooks (she/her) Support `Set` inspection in DWDS (#2024 )
442639d 2023-03-08 Elliott Brooks (she/her) Handle unexpected extension debugger disconnection events without crashing app (#2021 )
yaml_edit (6abc42a..fbc5cb3
):
fbc5cb3 2023-03-09 Kevin Moore Require Dart 2.19, update to latest lints
c9e82f0 2023-03-09 Mohamed Ishad Fix YamlEditor.update method leaving trailing spaces at eol (#42 )
Change-Id: Idc785347448e6a56e26d9d46b3666440d59c22de
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/288801
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
2023-03-14 18:11:10 +00:00
DEPS Autoroller
7f1b8ae078
Roll Fuchsia SDK from 11.20230210.1.1 to 12.20230314.2.1
...
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-sdk-dart-sdk
Please CC dart-engprod@google.com ,dart-vm-gardener@grotations.appspotmail.com,dart-vm-team@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Fuchsia SDK: https://bugs.fuchsia.dev/p/fuchsia/issues/list
To file a bug in Dart SDK: https://github.com/dart-lang/sdk/issues
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.dart.try:vm-fuchsia-release-x64-try
Change-Id: I4d25794a826221cefd0530ac89270348e6776aa8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/288721
Reviewed-by: Ryan Macnak <rmacnak@google.com>
Commit-Queue: Ryan Macnak <rmacnak@google.com>
2023-03-14 17:19:48 +00:00
Keerti Parthasarathy
0edaaca2be
Update DEPS to latest rev of tools package
...
Change-Id: Ib9a89125d237c35a03ee6d302c90f2caa46d2df8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/288261
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Reviewed-by: Elias Yishak <eliasyishak@google.com>
Commit-Queue: Keerti Parthasarathy <keertip@google.com>
2023-03-14 04:17:00 +00:00
DEPS Autoroller
e74a6083d8
Roll gn from 0bcd37bd2b83 to fe330c0ae1ec
...
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/gn-dart-sdk
Please CC dart-ecosystem-gardener@grotations.appspotmail.com ,dart-engprod@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in gn: https://bugs.chromium.org/p/gn/issues/list
To file a bug in Dart SDK: https://github.com/dart-lang/sdk/issues
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.dart.try:dart-sdk-linux-try;luci.dart.try:dart-sdk-mac-try;luci.dart.try:dart-sdk-mac-arm64-try;luci.dart.try:dart-sdk-win-try
Change-Id: Ide40ec420877aea049b41784b65065c61203293c
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/288220
Reviewed-by: Ryan Macnak <rmacnak@google.com>
Commit-Queue: Ryan Macnak <rmacnak@google.com>
2023-03-14 00:34:11 +00:00
Sigurd Meldgaard
ef8aaa3301
Reland "Bump pub to d69493e5163553bde53c0889b7479dee02f550bf"
...
This is a reland of commit a06ade1d14
Fix of flutter issue was landed here:
3f2cca8eeb
Original change's description:
> Bump pub to d69493e5163553bde53c0889b7479dee02f550bf
>
> Changes:
> ```
> > git log --format="%C(auto) %h %s" 048e3ad..d69493e
> https://dart.googlesource.com/pub.git/+/d69493e5 Don't allow non-null-safety constraints in the root pubspec (3800)
> https://dart.googlesource.com/pub.git/+/3514d7e7 Fail gracefully when tar file contains duplicate entries (3805)
> https://dart.googlesource.com/pub.git/+/0b3b8b44 Give full error even in summary mode (3804)
> https://dart.googlesource.com/pub.git/+/09c29722 Allow adding and removing dependency overrides (3716)
> https://dart.googlesource.com/pub.git/+/7184d1b5 accept 'topics' property in pubspec.yaml (3796)
> https://dart.googlesource.com/pub.git/+/cd106dfd Improve usage text of get (3792)
> https://dart.googlesource.com/pub.git/+/019d61cb Handle bad git revisions (3791)
> https://dart.googlesource.com/pub.git/+/e3ff7a99 Use 'pkg' and 'packages' to trigger suggestions for the pub command (3731)
> https://dart.googlesource.com/pub.git/+/ea24bf22 Better error when path dependency has no pubspec.yaml (3787)
> https://dart.googlesource.com/pub.git/+/da2a0144 Drop --use-data-isolate-strategy flag for tests (3788)
> https://dart.googlesource.com/pub.git/+/a565858e Improve documentation of `pub token` and subcommands (3778)
> https://dart.googlesource.com/pub.git/+/dd320459 Add test for publishing and consuming files with unicode characters in name (3785)
> https://dart.googlesource.com/pub.git/+/c4226d9f Fail tests on errors thrown by test PackageServer (3784)
> https://dart.googlesource.com/pub.git/+/12019939 Consider pubspec_overrides.yaml when publishing (3782)
> https://dart.googlesource.com/pub.git/+/d8a97497 Allow addition of tokens for insecure localhost repositories (3777)
>
> ```
>
> Diff: https://dart.googlesource.com/pub.git/+/048e3ad2b5e1b4ebe6883addbc95722be6904a7b..d69493e5163553bde53c0889b7479dee02f550bf/
> Change-Id: I92af981e9cb6aaedfcd75a7327dfef071645306b
> Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/285908
> Reviewed-by: Jonas Jensen <jonasfj@google.com>
> Commit-Queue: Sigurd Meldgaard <sigurdm@google.com>
> Reviewed-by: William Hesse <whesse@google.com>
Change-Id: Ieeab0b4782afa216b353b91c57bde90957ce0aff
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/288440
Reviewed-by: William Hesse <whesse@google.com>
Commit-Queue: Sigurd Meldgaard <sigurdm@google.com>
2023-03-13 11:52:28 +00:00
Sergey G. Grekhov
16950643b4
[co19] Roll co19 to 5463a0b9331476a031714479f646a4c462ec9edb
...
2023-03-10 sgrekhov22@gmail.com dart-lang/co19#1401 . Roll failures fixed (dart-lang/co19#1924 )
2023-03-10 sgrekhov22@gmail.com Fixes dart-lang/co19#1918 . Fix failures caused by class-modifiers (dart-lang/co19#1923 )
2023-03-10 sgrekhov22@gmail.com Fixes dart-lang/co19#1919 . Don't use Dart native classes for runtime type checks (dart-lang/co19#1922 )
2023-03-10 sgrekhov22@gmail.com dart-lang/co19#1401 . [Patterns] If case statement and element tests added (dart-lang/co19#1782 )
2023-03-10 sgrekhov22@gmail.com Fixes dart-lang/co19#1917 . Use `const(...)` for logical operator in switch (dart-lang/co19#1921 )
2023-03-09 sgrekhov22@gmail.com dart-lang/co19#1401 . Matching tests for identifier and parenthesized pattern (dart-lang/co19#1915 )
Change-Id: Ieed796b37de7834a13272e061cf193951f64bef4
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/288243
Reviewed-by: Alexander Thomas <athom@google.com>
Commit-Queue: Alexander Thomas <athom@google.com>
2023-03-13 08:22:24 +00:00
Sigurd Meldgaard
46324e49da
Revert "Bump pub to d69493e5163553bde53c0889b7479dee02f550bf"
...
This reverts commit a06ade1d14
.
Reason for revert: Broke flutter: https://ci.chromium.org/ui/p/dart/builders/ci.sandbox/flutter-engine-linux/19264/overview
Original change's description:
> Bump pub to d69493e5163553bde53c0889b7479dee02f550bf
>
> Changes:
> ```
> > git log --format="%C(auto) %h %s" 048e3ad..d69493e
> https://dart.googlesource.com/pub.git/+/d69493e5 Don't allow non-null-safety constraints in the root pubspec (3800)
> https://dart.googlesource.com/pub.git/+/3514d7e7 Fail gracefully when tar file contains duplicate entries (3805)
> https://dart.googlesource.com/pub.git/+/0b3b8b44 Give full error even in summary mode (3804)
> https://dart.googlesource.com/pub.git/+/09c29722 Allow adding and removing dependency overrides (3716)
> https://dart.googlesource.com/pub.git/+/7184d1b5 accept 'topics' property in pubspec.yaml (3796)
> https://dart.googlesource.com/pub.git/+/cd106dfd Improve usage text of get (3792)
> https://dart.googlesource.com/pub.git/+/019d61cb Handle bad git revisions (3791)
> https://dart.googlesource.com/pub.git/+/e3ff7a99 Use 'pkg' and 'packages' to trigger suggestions for the pub command (3731)
> https://dart.googlesource.com/pub.git/+/ea24bf22 Better error when path dependency has no pubspec.yaml (3787)
> https://dart.googlesource.com/pub.git/+/da2a0144 Drop --use-data-isolate-strategy flag for tests (3788)
> https://dart.googlesource.com/pub.git/+/a565858e Improve documentation of `pub token` and subcommands (3778)
> https://dart.googlesource.com/pub.git/+/dd320459 Add test for publishing and consuming files with unicode characters in name (3785)
> https://dart.googlesource.com/pub.git/+/c4226d9f Fail tests on errors thrown by test PackageServer (3784)
> https://dart.googlesource.com/pub.git/+/12019939 Consider pubspec_overrides.yaml when publishing (3782)
> https://dart.googlesource.com/pub.git/+/d8a97497 Allow addition of tokens for insecure localhost repositories (3777)
>
> ```
>
> Diff: https://dart.googlesource.com/pub.git/+/048e3ad2b5e1b4ebe6883addbc95722be6904a7b..d69493e5163553bde53c0889b7479dee02f550bf/
> Change-Id: I92af981e9cb6aaedfcd75a7327dfef071645306b
> Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/285908
> Reviewed-by: Jonas Jensen <jonasfj@google.com>
> Commit-Queue: Sigurd Meldgaard <sigurdm@google.com>
> Reviewed-by: William Hesse <whesse@google.com>
Change-Id: I0cb55a2cf4602868649c153dd1d86ba91c751ce5
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/288200
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Commit-Queue: Alexander Thomas <athom@google.com>
Reviewed-by: Alexander Thomas <athom@google.com>
Auto-Submit: Sigurd Meldgaard <sigurdm@google.com>
2023-03-10 08:17:17 +00:00
Sergey G. Grekhov
f244d948c3
[co19] Roll co19 to 6472c72a65dac708a4f420666837a37c7ff4f54d
...
2023-03-09 sgrekhov22@gmail.com dart-lang/co19#1401 . Matching tests added (dart-lang/co19#1894 )
2023-03-09 sgrekhov22@gmail.com dart-lang/co19#1401 . Type inference. The last part of the tests (dart-lang/co19#1859 )
2023-03-09 sgrekhov22@gmail.com Fixes dart-lang/co19#1913 . Update generated tests to work with class-modifiers (dart-lang/co19#1914 )
2023-03-08 sgrekhov22@gmail.com Fixes dart-lang/co19#1909 . Update tests not to fail with patterns feature enabled (dart-lang/co19#1910 )
2023-03-08 sgrekhov22@gmail.com Fixes dart-lang/co19#1876 . Don't expect type promotion in shared_case_scope_A02_t03 (dart-lang/co19#1880 )
2023-03-08 sgrekhov22@gmail.com dart-lang/co19#1401 . Pattern-for-in statement and element tests (dart-lang/co19#1872 )
2023-03-08 sgrekhov22@gmail.com Added overloaded hashCode getter which is in accordance with == operator (dart-lang/co19#1911 )
2023-03-08 sgrekhov22@gmail.com dart-lang/co19#1401 . Execution of pattern-for statement and element. Switch expression (dart-lang/co19#1870 )
2023-03-07 sgrekhov22@gmail.com dart-lang/co19#1401 . Test for matching logical and relational patterns (dart-lang/co19#1888 )
2023-03-07 sgrekhov22@gmail.com dart-lang/co19#1401 . Pattern-if-case statement and element tests (dart-lang/co19#1873 )
2023-03-07 sgrekhov22@gmail.com Fixes dart-lang/co19#1902 . Existing tests adopted for patterns and records (dart-lang/co19#1908 )
2023-03-07 sgrekhov22@gmail.com Fixes dart-lang/co19#1899 . Language version 2.19 added to legacy mixins tests (dart-lang/co19#1907 )
2023-03-06 sgrekhov22@gmail.com Fixes dart-lang/co19#1896 . Update type inference tests failures (dart-lang/co19#1903 )
2023-03-06 sgrekhov22@gmail.com Fixes dart-lang/co19#1901 . Add `void` to prevent wrong failure (dart-lang/co19#1906 )
2023-03-06 sgrekhov22@gmail.com Fixes dart-lang/co19#1897 . Use <Object?> as an expected inferred type for List and Maps (dart-lang/co19#1905 )
2023-03-06 sgrekhov22@gmail.com Fixes dart-lang/co19#1895 . Fix runtime type used in the test (dart-lang/co19#1904 )
Change-Id: I4fc8fc07c2213f5fa05851db06bed3979d36ff52
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/287841
Commit-Queue: Jake Macdonald <jakemac@google.com>
Reviewed-by: Alexander Thomas <athom@google.com>
2023-03-09 21:12:43 +00:00
Devon Carew
9e80e7edfd
[deps] rev test, tools, webdev, yaml, yaml_edit
...
Revisions updated by `dart tools/rev_sdk_deps.dart`.
test (92da93a..3ba78f1
):
3ba78f15 2023-03-07 Bartek Pacia fix typo in architecture.md (#1966 )
tools (a1c3506..bed358e
):
bed358e 2023-03-07 Devon Carew rev to 0.1.0 (#29 )
webdev (c007560..cfe9753
):
cfe9753 2023-03-07 Elliott Brooks (she/her) Update `dev` versions of DWDS and Webdev (#2022 )
c37d419 2023-03-07 Daniel Chevalier Fix for listening to custom streams in DWDS. (#2011 )
yaml (a6d8781..1ad2f49
):
0f80b12 revert updating the type for YamlScalar.value (#139 )
1ad2f49 2023-03-01 Kevin Moore Require Dart 2.19, migrate to dart_flutter_team_lints, make associated fixes (#138 )
4d369fd 2023-03-01 Kevin Moore benchmark: fix output.json (#137 )
yaml_edit (998eea2..6abc42a
):
6abc42a 2023-03-08 Devon Carew updates for the next version of package:yaml (#45 )
48e5868 2023-03-08 Kevin Moore blast_repo fixes (#46 )
aaa1d53 2023-03-02 Jonas Finnemann Jensen Add code coverage (#38 )
0668eb5 2023-03-02 Jonas Finnemann Jensen Wrap recursively, prepare release (#28 )
a4ff857 2023-03-01 Mohamed Ishad Update CHANGELOG.md (#37 )
2fdfbdb 2023-02-28 Mohamed Ishad Fix for issue #23 (#34 )
494ad7c 2023-02-25 MikiPaul fixed typo (#36 )
Change-Id: I3aee0b2f84e97cf4f1131c002bb4e84ab8ffcc92
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/287560
Commit-Queue: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
2023-03-09 19:24:20 +00:00
Derek Xu
d029b866f4
Bump protobuf-gn
...
Our "all" build targets were actually broken by protobuf-gn at revision
5f87ef9990fc4f4ffd76b3f5b0138562178db8bc, and got fixed again at
revision 390a1c9bd6fe63f0ca474ac1bc1bc23033e1ecf8. This updates our dep
to a revision newer than 390a1c9bd6fe63f0ca474ac1bc1bc23033e1ecf8.
Change-Id: Ibc60e7067e01702a3ae120bbbbb7a603fcad6f47
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/287621
Reviewed-by: Ben Konyi <bkonyi@google.com>
Commit-Queue: Derek Xu <derekx@google.com>
2023-03-09 17:38:59 +00:00
Sigurd Meldgaard
a06ade1d14
Bump pub to d69493e5163553bde53c0889b7479dee02f550bf
...
Changes:
```
> git log --format="%C(auto) %h %s" 048e3ad..d69493e
https://dart.googlesource.com/pub.git/+/d69493e5 Don't allow non-null-safety constraints in the root pubspec (3800)
https://dart.googlesource.com/pub.git/+/3514d7e7 Fail gracefully when tar file contains duplicate entries (3805)
https://dart.googlesource.com/pub.git/+/0b3b8b44 Give full error even in summary mode (3804)
https://dart.googlesource.com/pub.git/+/09c29722 Allow adding and removing dependency overrides (3716)
https://dart.googlesource.com/pub.git/+/7184d1b5 accept 'topics' property in pubspec.yaml (3796)
https://dart.googlesource.com/pub.git/+/cd106dfd Improve usage text of get (3792)
https://dart.googlesource.com/pub.git/+/019d61cb Handle bad git revisions (3791)
https://dart.googlesource.com/pub.git/+/e3ff7a99 Use 'pkg' and 'packages' to trigger suggestions for the pub command (3731)
https://dart.googlesource.com/pub.git/+/ea24bf22 Better error when path dependency has no pubspec.yaml (3787)
https://dart.googlesource.com/pub.git/+/da2a0144 Drop --use-data-isolate-strategy flag for tests (3788)
https://dart.googlesource.com/pub.git/+/a565858e Improve documentation of `pub token` and subcommands (3778)
https://dart.googlesource.com/pub.git/+/dd320459 Add test for publishing and consuming files with unicode characters in name (3785)
https://dart.googlesource.com/pub.git/+/c4226d9f Fail tests on errors thrown by test PackageServer (3784)
https://dart.googlesource.com/pub.git/+/12019939 Consider pubspec_overrides.yaml when publishing (3782)
https://dart.googlesource.com/pub.git/+/d8a97497 Allow addition of tokens for insecure localhost repositories (3777)
```
Diff: https://dart.googlesource.com/pub.git/+/048e3ad2b5e1b4ebe6883addbc95722be6904a7b..d69493e5163553bde53c0889b7479dee02f550bf/
Change-Id: I92af981e9cb6aaedfcd75a7327dfef071645306b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/285908
Reviewed-by: Jonas Jensen <jonasfj@google.com>
Commit-Queue: Sigurd Meldgaard <sigurdm@google.com>
Reviewed-by: William Hesse <whesse@google.com>
2023-03-09 13:48:51 +00:00
Devon Carew
eadfedec50
[deps] rev async, dartdoc, html, http, http_multi_server, source_map_stack_trace, stream_channel, test, tools, watcher, webdev, yaml, yaml_edit
...
Revisions updated by `dart tools/rev_sdk_deps.dart`.
async (8deaa40..f454380
):
f454380 2023-03-02 Natalie Weizenbaum Add `StreamExtensions.listenAndBuffer()` (#235 )
dartdoc (77d5994..98fa859
):
98fa859c 2023-03-05 dependabot[bot] Bump cli_util from 0.3.5 to 0.4.0 (#3360 )
html (0b8025c..08643e9
):
08643e9 2023-03-02 Devon Carew prep for publishing 0.15.2 (#205 )
http (1500a71..805a147
):
805a147 2023-03-02 Kevin Moore Fix some spelling (#884 )
5a2f036 2023-03-02 Kevin Moore Move to pkg:dart_flutter_team_lints, require Dart 2.19 (#883 )
35b2cef 2023-03-02 Bahaa Fathi Yousef Corrected the spelling of "Implements" in "/http/lib/src/io_client.dart" (#871 )
bb86cf3 2023-02-27 Brian Quinlan Provide access to NSURLSession.sessionDescription (#881 )
http_multi_server (2cd5355..7bd190c
):
7bd190c 2023-03-06 Kevin Moore Require Dart 2.19, enable and fix new team lints (#51 )
source_map_stack_trace (a60ef54..45ea368
):
45ea368 2023-03-07 Kevin Moore Require Dart 2.19, use pkg:dart_flutter_team_lints (#35 )
stream_channel (0850515..a20ccd4
):
a20ccd4 2023-02-28 Kevin Moore move to pkg:dart_flutter_team_lints lints, fix code, bump min SDK (#87 )
test (1307cc5..92da93a
):
92da93a8 2023-03-06 Devon Carew dogfood the new setup-dart action (#1964 )
e49818ec 2023-03-01 dependabot[bot] Bump github/codeql-action from 2.2.1 to 2.2.5 (#1963 )
tools (28b7be8..a1c3506
):
a1c3506 2023-03-07 Devon Carew dogfood the new setup-dart action (#25 )
fb46723 2023-03-07 Elias Yishak Update pubspec.yaml (#24 )
5a72344 2023-03-06 Elias Yishak Add `DashEvent` for toggling telemetry collection + send event whenever toggled (#23 )
watcher (0ca6638..5968409
):
5968409 2023-03-07 Kevin Moore blast_repo fixes (#139 )
e8f771a 2023-03-07 Kevin Moore Require Dart 2.19, use new team lints (#138 )
webdev (deb801b..c007560
):
c007560 2023-03-06 Elliott Brooks (she/her) [MV3 Debug Extension] Show warning when clicking on debug extension for non Dart app (#2015 )
1a010dc 2023-03-06 Devon Carew dogfood the new setup-dart action (#2017 )
07743a3 2023-03-06 Anna Gringauze Fix exception mapping from JS to dart (#2004 )
eb63b31 2023-03-03 Elliott Brooks (she/her) Create a Dart Debug Extension issue template (#2014 )
85f35d4 2023-03-01 Devon Carew update publishing automation integration (#2002 )
e748045 2023-02-28 Anna Gringauze Prepare to release webdev 3.0.1 (#2000 )
5355050 2023-02-27 Elliott Brooks (she/her) [MV3 Debug Extension] Ignore page reloads for detecting navigation away from app (#1994 )
4e08276 2023-02-27 Anna Gringauze Prepare to release dwds 18.0.0 (#1993 )
fc54d68 2023-02-27 Anna Gringauze Fix expression evaluation failures on empty scopes (#1998 )
496a2b4 2023-02-27 Anna Gringauze Temporarily disable publish verification (#1996 )
yaml (a6d8781..1ad2f49
):
1ad2f49 2023-03-01 Kevin Moore Require Dart 2.19, migrate to dart_flutter_team_lints, make associated fixes (#138 )
4d369fd 2023-03-01 Kevin Moore benchmark: fix output.json (#137 )
yaml_edit (998eea2..0668eb5
):
0668eb5 2023-03-02 Jonas Finnemann Jensen Wrap recursively, prepare release (#28 )
a4ff857 2023-03-01 Mohamed Ishad Update CHANGELOG.md (#37 )
2fdfbdb 2023-02-28 Mohamed Ishad Fix for issue #23 (#34 )
494ad7c 2023-02-25 MikiPaul fixed typo (#36 )
Change-Id: I101c94575c20fca55c7440e84668413207073a32
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/287162
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
2023-03-07 21:13:36 +00:00
Oleh Prypin
47cfe5f97f
Roll dart_style into the SDK
...
Includes just one more commit - "Enable support for inline class syntax"
Change-Id: Ie230fc72b7170d3610bdd7ed7ab8c193338f8a93
Bug: b/271244238
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/287020
Commit-Queue: Oleh Prypin <oprypin@google.com>
Reviewed-by: Slava Egorov <vegorov@google.com>
Auto-Submit: Oleh Prypin <oprypin@google.com>
Reviewed-by: Bob Nystrom <rnystrom@google.com>
2023-03-07 16:29:09 +00:00
Janice Collins
a899b17908
Update dartdoc to 6.2.0.
...
Change-Id: I10e37442904eb9161a98fb257696854be2412001
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/286867
Commit-Queue: Janice Collins <jcollins@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Reviewed-by: Samuel Rawlins <srawlins@google.com>
2023-03-06 18:59:10 +00:00
Daco Harkes
b1e59721d4
Revert "[vm] Remove tcmalloc and malloc profiler."
...
This reverts commit c67fac9cb4
.
Reason for revert: Regresses `dart:io` performance and causes
failures.
https://github.com/dart-lang/sdk/issues/51639
Original change's description:
> [vm] Remove tcmalloc and malloc profiler.
>
> The standalone VM originally began statically linking tcmalloc to work around bugs in the system malloc for Fiber. Later it used tcmalloc's hooks to implement a profiler, but this is rarely used since it is only available in debug mode, misses early allocations, and often misses late allocations from an exhausted sample buffer. Removing it altogether avoids build complexity around which combinations of compiler/architecture/sysroot support tcmalloc, and reduces binary size.
>
> TEST=ci
> Change-Id: I4b259e18b82b2d12a2a60962aabf83bd8d997d19
> Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/286120
> Reviewed-by: Ben Konyi <bkonyi@google.com>
> Commit-Queue: Ryan Macnak <rmacnak@google.com>
Change-Id: I4395edd6f5bd7e26b4e38f4d931ad2ea67afba18
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/286925
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Reviewed-by: Slava Egorov <vegorov@google.com>
Commit-Queue: Daco Harkes <dacoharkes@google.com>
2023-03-06 10:28:33 +00:00
Ryan Macnak
c67fac9cb4
[vm] Remove tcmalloc and malloc profiler.
...
The standalone VM originally began statically linking tcmalloc to work around bugs in the system malloc for Fiber. Later it used tcmalloc's hooks to implement a profiler, but this is rarely used since it is only available in debug mode, misses early allocations, and often misses late allocations from an exhausted sample buffer. Removing it altogether avoids build complexity around which combinations of compiler/architecture/sysroot support tcmalloc, and reduces binary size.
TEST=ci
Change-Id: I4b259e18b82b2d12a2a60962aabf83bd8d997d19
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/286120
Reviewed-by: Ben Konyi <bkonyi@google.com>
Commit-Queue: Ryan Macnak <rmacnak@google.com>
2023-03-03 23:32:12 +00:00
Robert Nystrom
c33ece3515
Roll dart_style into the SDK.
...
This contains support for all of the 3.0 language features. It also
contains a couple of very minor style changes. Unlike the previous
reverted roll (https://dart-review.googlesource.com/c/sdk/+/285460 ),
this does *not* contain the style change to support compact switch
statements. This should eliminate most of the style churn.
Change-Id: I95dd73a3a921b4a0cd278a7abb86daf8eea21397
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/286701
Reviewed-by: Alexander Thomas <athom@google.com>
Reviewed-by: Johnni Winther <johnniwinther@google.com>
Commit-Queue: Bob Nystrom <rnystrom@google.com>
2023-03-03 18:53:20 +00:00
Ryan Macnak
3633ff4e71
Roll Clang from 20d06c833d83 to 28ee6040710f.
...
Address overflow warnings in ffi test library.
TEST=ci
Change-Id: I80e54d367532cbc392d6176dae97e9b545968de3
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/286660
Reviewed-by: Daco Harkes <dacoharkes@google.com>
Commit-Queue: Ryan Macnak <rmacnak@google.com>
2023-03-03 18:22:32 +00:00
Devon Carew
008c7bc60c
Bump cli_util to 91747f7dd9bdf2457f081d3cf035de5672dd4a02
...
Changes:
```
> git log --format="%C(auto) %h %s" 3851652..91747f7
https://dart.googlesource.com/cli_util.git/+/91747f7 Update README.md (79)
https://dart.googlesource.com/cli_util.git/+/525f2a8 remove getSdkDir; prep to publish 0.4.0 (78)
```
Diff: https://dart.googlesource.com/cli_util.git/+/3851652a72ee572ec7371942a658788c61847dea..91747f7dd9bdf2457f081d3cf035de5672dd4a02/
Change-Id: Ibc2330337b72023f8b0ae39fda6512a01532fc0f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/286702
Reviewed-by: Phil Quitslund <pquitslund@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
2023-03-03 17:53:17 +00:00
Ryan Macnak
2269ac16db
Revert "Roll Clang from 20d06c833d83 to 28ee6040710f"
...
This reverts commit 69b9559caf
.
Reason for revert: Windows error: overflow in expression
Original change's description:
> Roll Clang from 20d06c833d83 to 28ee6040710f
>
> If this roll has caused a breakage, revert this CL and stop the roller
> using the controls here:
> https://autoroll.skia.org/r/clang-dart-sdk
> Please CC dart-engprod@google.com ,dart-vm-gardener@grotations.appspotmail.com,dart-vm-team@google.com on the revert to ensure that a human
> is aware of the problem.
>
> To file a bug in Clang: https://bugs.fuchsia.dev/p/fuchsia/issues/list?q=component%3AToolchain
> To file a bug in Dart SDK: https://github.com/dart-lang/sdk/issues
>
> To report a problem with the AutoRoller itself, please file a bug:
> https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
>
> Documentation for the AutoRoller is here:
> https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
>
> Cq-Include-Trybots: luci.dart.try:dart-sdk-linux-try;luci.dart.try:dart-sdk-mac-try;luci.dart.try:dart-sdk-mac-arm64-try;luci.dart.try:dart-sdk-win-try
> Change-Id: I433a87e0b7a2f8407ea3b8e23a1894957cfa23ac
> Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/286580
> Commit-Queue: DEPS Autoroller <dart-autoroll@skia-public.iam.gserviceaccount.com>
> Commit-Queue: Ryan Macnak <rmacnak@google.com>
> Reviewed-by: Ryan Macnak <rmacnak@google.com>
Change-Id: I09a090a33fb663327eb74e5a192714673bcd661f
Cq-Include-Trybots: luci.dart.try:dart-sdk-linux-try;luci.dart.try:dart-sdk-mac-try;luci.dart.try:dart-sdk-mac-arm64-try;luci.dart.try:dart-sdk-win-try
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/286608
Auto-Submit: Ryan Macnak <rmacnak@google.com>
Commit-Queue: Alexander Aprelev <aam@google.com>
Reviewed-by: Alexander Aprelev <aam@google.com>
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Reviewed-by: Ryan Macnak <rmacnak@google.com>
2023-03-02 22:56:27 +00:00
DEPS Autoroller
69b9559caf
Roll Clang from 20d06c833d83 to 28ee6040710f
...
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/clang-dart-sdk
Please CC dart-engprod@google.com ,dart-vm-gardener@grotations.appspotmail.com,dart-vm-team@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Clang: https://bugs.fuchsia.dev/p/fuchsia/issues/list?q=component%3AToolchain
To file a bug in Dart SDK: https://github.com/dart-lang/sdk/issues
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.dart.try:dart-sdk-linux-try;luci.dart.try:dart-sdk-mac-try;luci.dart.try:dart-sdk-mac-arm64-try;luci.dart.try:dart-sdk-win-try
Change-Id: I433a87e0b7a2f8407ea3b8e23a1894957cfa23ac
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/286580
Commit-Queue: DEPS Autoroller <dart-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: Ryan Macnak <rmacnak@google.com>
Reviewed-by: Ryan Macnak <rmacnak@google.com>
2023-03-02 22:24:25 +00:00
Oleh Prypin
88ac4a27a1
Revert "Roll the latest dart_style into the SDK."
...
This reverts commit bbba3c9788
.
Reason for revert: latest dart_style has a few bugs and overall the changes should be discussed more
Original change's description:
> Roll the latest dart_style into the SDK.
>
> This includes support for records, patterns, sealed classes, and class
> modifiers. It also includes a fairly small number of style changes. The
> one that will be most noticeable is more compact switch statements.
>
> Change-Id: I9e89ba82d52bfa451fc54f9dd59048d72db48377
> Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/285460
> Reviewed-by: Alexander Thomas <athom@google.com>
> Reviewed-by: Johnni Winther <johnniwinther@google.com>
> Commit-Queue: Bob Nystrom <rnystrom@google.com>
> Auto-Submit: Bob Nystrom <rnystrom@google.com>
Change-Id: I12fad53bdc75dda349b9362aeb84e798983bfa25
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/286420
Reviewed-by: Alexander Thomas <athom@google.com>
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Reviewed-by: Johnni Winther <johnniwinther@google.com>
Auto-Submit: Oleh Prypin <oprypin@google.com>
Commit-Queue: Oleh Prypin <oprypin@google.com>
2023-03-02 13:16:36 +00:00
eliasyishak
638ca5cfd4
Updating the analytics package name
...
Change-Id: I586c244e9d88196f5dca56a6f83a9a5e661d078c
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/286281
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Elias Yishak <eliasyishak@google.com>
Reviewed-by: Devon Carew <devoncarew@google.com>
2023-03-01 22:31:47 +00:00
Robert Nystrom
bbba3c9788
Roll the latest dart_style into the SDK.
...
This includes support for records, patterns, sealed classes, and class
modifiers. It also includes a fairly small number of style changes. The
one that will be most noticeable is more compact switch statements.
Change-Id: I9e89ba82d52bfa451fc54f9dd59048d72db48377
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/285460
Reviewed-by: Alexander Thomas <athom@google.com>
Reviewed-by: Johnni Winther <johnniwinther@google.com>
Commit-Queue: Bob Nystrom <rnystrom@google.com>
Auto-Submit: Bob Nystrom <rnystrom@google.com>
2023-03-01 16:08:40 +00:00
eliasyishak
99658458d8
Updating version for tools package
...
Change-Id: I4d9b467f4ee7a3c1318ba0fa725dd5e22cde564f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/286041
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Elias Yishak <eliasyishak@google.com>
2023-02-28 22:08:43 +00:00
Polina Cherkasova
7491995fd6
Bump DevTools DEP to 2.22.2
...
Change-Id: If77008721a0182977b44ae699b93405819295ce8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/286063
Reviewed-by: Dan Chevalier <danchevalier@google.com>
Commit-Queue: Polina Cherkasova <polinach@google.com>
Reviewed-by: Stephen Adams <sra@google.com>
2023-02-28 21:20:27 +00:00
Devon Carew
cf60e70356
[deps] rev cli_util, crypto, test, vector_math, webdev
...
Revisions updated by `dart tools/rev_sdk_deps.dart`.
cli_util (fd38b5f..3851652
):
3851652 2023-02-24 Kevin Moore Move to dart_flutter_team_lints, require Dart 2.19 (#77 )
705bb29 2023-02-24 Kevin Moore blast_repo fixes (#76 )
crypto (03eb2c9..9efb888
):
9efb888 2023-02-23 Kevin Moore move to pkg:dart_flutter_team_lints, require Dart 2.19 (#141 )
test (2cc4144..1307cc5
):
1307cc59 2023-02-23 Nate Bosch Add ComparableChecks extension (#1960 )
66f2985c 2023-02-24 Pascal Welsch Fix isNotEmpty rejection (#1959 )
cf10dc5b 2023-02-23 Nate Bosch Condition must have dynamic generic in deepEquals (#1958 )
6fc48d03 2023-02-23 Nate Bosch Fix timeouts when a predicate throws instead (#1957 )
vector_math (920e9b6..1e4d000
):
1e4d000 2023-02-23 Kevin Moore Move to latest team lints, require Dart 2.19 (#281 )
webdev (1e7f9b7..deb801b
):
deb801b 2023-02-24 Devon Carew contribute issue templates and pull request labeling (#1979 )
74a6520 2023-02-24 Elliott Brooks (she/her) [MV3 Debug Extension] Use new Dart Debug Extension bug template (#1992 )
c1f325c 2023-02-24 Elliott Brooks (she/her) [MV3 Debug Extension] Bolt debugging: can reload the page and continue to debug (#1991 )
057f598 2023-02-23 Elliott Brooks (she/her) [MV3 Debug Extension] Small fixes for building the extension (#1990 )
28a090e 2023-02-23 Anna Gringauze Run dwds tests in a copy of the sdk directory (#1989 )
b58d3eb 2023-02-23 Anna Gringauze Run webdev tests in a copy of the sdk directory (#1987 )
Change-Id: Iaad67eec68cf3cfeba832abbeb42728043e15b22
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/285760
Auto-Submit: Devon Carew <devoncarew@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
2023-02-27 21:07:29 +00:00
Sergey G. Grekhov
27cfabdac0
[co19] Roll co19 to 7b4f3e723211011878e185db6fa57fbafabd6bb7
...
2023-02-23 sgrekhov22@gmail.com Fixes dart-lang/co19#1878 . Fix type inference in type_inference_A26_t01.dart (dart-lang/co19#1892 )
2023-02-23 sgrekhov22@gmail.com dart-lang/co19#1401 . Patterns execution. Assignment and switch statement tests (dart-lang/co19#1857 )
2023-02-23 sgrekhov22@gmail.com dart-lang/co19#1401 . Test for relational pattern with nullable type added (dart-lang/co19#1887 )
2023-02-23 sgrekhov22@gmail.com Fixes dart-lang/co19#1890 . Fix collection in scope_A02_t04.dart (dart-lang/co19#1891 )
2023-02-23 sgrekhov22@gmail.com Fixes dart-lang/co19#1877 . No compile-time error if type-test is failed in a refutable context (dart-lang/co19#1886 )
Change-Id: I25d5fc2113bc1284bc5d90bd91874b77f541c472
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/285260
Reviewed-by: Alexander Thomas <athom@google.com>
2023-02-24 09:51:28 +00:00
Brian Wilkerson
fac43ed0ba
Update the tools packages to the latest commit
...
Change-Id: I0c58a4a677b3c0bbfded304a69a5bfdfb6c2b441
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/284960
Commit-Queue: Brian Wilkerson <brianwilkerson@google.com>
Reviewed-by: Keerti Parthasarathy <keertip@google.com>
2023-02-23 20:01:25 +00:00
Devon Carew
ae2aaf83e9
[deps] rev dartdoc, http, markdown, shelf, test, tools, webdev
...
Revisions updated by `dart tools/rev_sdk_deps.dart`.
dartdoc (dba6f94..e4cdbd6
):
e4cdbd6f 2023-02-21 Janice Collins Record rendering simplification (#3344 )
http (c13a3f8..1500a71
):
1500a71 2023-02-23 Devon Carew contribute a pull request labeler workflow (#875 )
e2c4e6f 2023-02-21 Brian Quinlan Add a link to cronet_http_embedded from cronet_http. (#874 )
markdown (4befe66..ecbffa9
):
ecbffa9 2023-02-22 Kevin Moore Use latest lints, require Dart 2.19 or later (#524 )
shelf (707c8b2..e3cfe79
):
e3cfe79 2023-02-22 Devon Carew contribute issue templates and a pull request labeler (#332 )
test (e56c643..2cc4144
):
2cc4144e 2023-02-22 Nate Bosch Avoid exceptions for iterable getters (#1954 )
f7fe4f06 2023-02-22 Nate Bosch Include stack trace for exception in has (#1953 )
ba8e43af 2023-02-22 Nate Bosch Only grab the first failure in softCheck (#1949 )
34df652b 2023-02-22 Nate Bosch Flush stdin before test (#1950 )
ae015ef6 2023-02-22 Nidal Bakir Add Concurrency Testing section to README (#1944 )
4e23d036 2023-02-21 Nate Bosch Mention .having and .has in migration guide (#1948 )
438c2274 2023-02-21 Nate Bosch Annotate `has` with `@useResult` (#1947 )
3ddecafd 2023-02-21 Nate Bosch Add async examples to README (#1946 )
tools (a53933c..c7518f7
):
c7518f7 2023-02-22 Elias Yishak Update to regex to look for underscore delimited labels (#12 )
webdev (ae7eb80..1e7f9b7
):
1e7f9b7 2023-02-22 Anna Gringauze Create copying sdk configuration provider (#1984 )
26910ba 2023-02-22 Anna Gringauze Pass SdkLayout to the frontend server (#1986 )
784e28b 2023-02-22 Anna Gringauze Remove unnecessary awaits (#1982 )
3cbaf37 2023-02-22 Elliott Brooks (she/her) [MV3 Debug Extension] Support Bolt workflow (#1983 )
0f893e6 2023-02-22 Anna Gringauze Move project definitions into a separate class (#1975 )
a942b5f 2023-02-22 Anna Gringauze Add unnecessary_lambdas lint (#1978 )
3774cf8 2023-02-21 Anna Gringauze Add 'avoid_void_async' lint (#1977 )
705e0ac 2023-02-21 Elliott Brooks (she/her) [MV3 Debug Extension] Show a warning if multiple Dart apps are in a single page (#1976 )
Change-Id: Iea264a18a154e71cd0990e1363951648bec5ceba
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/284940
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
2023-02-23 17:02:53 +00:00
Sergey G. Grekhov
22f797b25a
[co19] Roll co19 to 8db40c0c17735ac9f84cbc7d014bfde9f14240fd
...
2023-02-22 sgrekhov22@gmail.com Fixes dart-lang/co19#1884 . Typo in scope_A02_t06.dart fixed (dart-lang/co19#1885 )
2023-02-22 sgrekhov22@gmail.com dart-lang/co19#1401 . Pattern type inference. Tests for Never added (dart-lang/co19#1883 )
2023-02-22 sgrekhov22@gmail.com Fixes dart-lang/co19#1879 . Wrong use of `var` and `final` fixed (dart-lang/co19#1882 )
2023-02-21 sgrekhov22@gmail.com dart-lang/co19#1401 . Type checking and pattern required type tests (dart-lang/co19#1855 )
2023-02-21 sgrekhov22@gmail.com Fixes dart-lang/co19#1865 . Change expected error message in analyzer (dart-lang/co19#1866 )
2023-02-21 asashour@yahoo.com Correct `a` and `an` (dart-lang/co19#1863 )
2023-02-21 sgrekhov22@gmail.com Fixes dart-lang/co19#1864 . Fix shared_case_scope_A04_t01.dart to work on web-platforms (dart-lang/co19#1867 )
2023-02-21 sgrekhov22@gmail.com Fixes dart-lang/co19#1868 . Make switch statement exhaustive (dart-lang/co19#1869 )
Change-Id: I67d1a9a992e0485cad649f9a64a5d554b4ac05a5
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/284880
Reviewed-by: Alexander Thomas <athom@google.com>
2023-02-23 14:00:17 +00:00
Sam Rawlins
85154631c9
Bump linter to dcf3a079c573487b6ab64518604e5686be899601
...
We need the fix for https://github.com/dart-lang/linter/issues/4077 in
order to land https://dart-review.googlesource.com/c/sdk/+/282661
Change-Id: I472455dd24e6ef49095c20b1ab9912051a942d5e
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/284540
Auto-Submit: Samuel Rawlins <srawlins@google.com>
Commit-Queue: Phil Quitslund <pquitslund@google.com>
Reviewed-by: Phil Quitslund <pquitslund@google.com>
2023-02-22 02:00:48 +00:00
Dan Chevalier
56b303e64b
Bump DevTools DEP to 2.22.1
...
Change-Id: I6410ae9ad68151be5e50affd435d449ad43a125e
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/284460
Reviewed-by: Ben Konyi <bkonyi@google.com>
Commit-Queue: Dan Chevalier <danchevalier@google.com>
2023-02-21 21:49:23 +00:00
Sergey G. Grekhov
3424cc8db7
[co19] Roll co19 to f91e5d74f9f0444495ca961fa5dafacac9a6922a
...
2023-02-17 sgrekhov22@gmail.com dart-lang/co19#1399 . [Records] Allow legacy libraries that don't support records to still be able to see the Record class in "dart:core" (dart-lang/co19#1571 )
2023-02-17 sgrekhov22@gmail.com dart-lang/co19#1860 . Fix type_inference_A12_t01.dart. Don't expect warning (dart-lang/co19#1862 )
2023-02-17 sgrekhov22@gmail.com Fixes dart-lang/co19#1860 . Fix roll failures (dart-lang/co19#1861 )
2023-02-16 sgrekhov22@gmail.com dart-lang/co19#1401 . Calculating the static type of the pattern tests added (dart-lang/co19#1847 )
2023-02-16 sgrekhov22@gmail.com dart-lang/co19#1401 . Shared case scope test with labels and default case added (dart-lang/co19#1858 )
2023-02-15 sgrekhov22@gmail.com Fixes dart-lang/co19#1837 . Add additional unnecessary null-ckeck warnings (dart-lang/co19#1842 )
Change-Id: I3a1f5deafd4f2868574f085495417ed37fe845b9
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/284080
Reviewed-by: Alexander Thomas <athom@google.com>
2023-02-21 08:58:26 +00:00
Devon Carew
9bc32f1914
[deps] rev args, characters, dartdoc, ffi, http, markdown, mockito, path, pool, source_maps, test, tools, webdev
...
Revisions updated by `dart tools/rev_sdk_deps.dart`.
args (b08471e..9305d5a
):
9305d5a 2023-02-15 Naoto Kaneko Update README.md (#236 )
characters (29f3a3e..3281cc7
):
3281cc7 2023-02-16 Devon Carew blast_repo fixes (#75 )
dartdoc (3931595..dba6f94
):
dba6f946 2023-02-16 Janice Collins Preserve type aliases for records in output (#3340 )
96e61903 2023-02-16 Sam Rawlins Remove unused additionalOptions parameter, other little refactorings (#3339 )
f64290e1 2023-02-13 Devon Carew remove an unused css attribute (#3335 )
c055526a 2023-02-13 Devon Carew fix an issue where we created a temporary directory when performing a dry run (#3334 )
1f6c8db5 2023-02-13 dependabot[bot] Bump github/codeql-action from 2.2.1 to 2.2.4 (#3337 )
f1fa0efc 2023-02-13 dependabot[bot] Bump actions/cache from 3.2.4 to 3.2.5 (#3338 )
ffi (69d7596..32f5eef
):
32f5eef 2023-02-20 Daco Harkes Bump SDK constraint to 4.0.0 (#185 )
http (f4b365e..c13a3f8
):
c13a3f8 2023-02-17 Alex Li ✨ Add Cronet embedded tool (#853 )
markdown (f51c24c..4befe66
):
4befe66 2023-02-16 Zhiguang Chen Do not generate heading IDs for headings with no content in `HeaderWithIdSyntax` (#522 )
cae08af 2023-02-15 Kevin Moore Prepare to release v7.0.1 (#520 )
bdbaf76 2023-02-15 Zhiguang Chen Remove lookarounds from autolink extension patterns (#519 )
eb09fac 2023-02-14 Kevin Moore Move to pkg:dart_flutter_team_lints (#518 )
51a6389 2023-02-15 Zhiguang Chen Add line endings to HTML blocks (#512 )
a4cd7a0 2023-02-14 Kevin Moore Label tests that only run on the VM: allows running tests with browser (#516 )
6788042 2023-02-14 Kevin Moore CI: add publish and response workflows (#517 )
mockito (d2a8df1..ed5bd84
):
ed5bd84 2023-01-09 Ross Wang Relax mixin criteria
781752c 2023-02-13 Sam Rawlins Change `void` to `dynamic` when overriding method arguments
71e41b9 2023-02-10 Sam Rawlins Add `ignore_for_file: use_of_void_result`
d5a25f8 2023-02-08 Sam Rawlins Fix violations of `unnecessary_parenthesis` lint
path (a95f1e9..24b58a2
):
24b58a2 2023-02-20 Kevin Moore Move to team lints, require Dart 2.19 (#138 )
8ec8ca0 2023-02-18 Kevin Moore blast_repo fixes (#137 )
pool (51f1131..694cfd8
):
694cfd8 2023-02-20 Kevin Moore move to package:dart_flutter_team_lints, require Dart 2.19 (#65 )
40bf2af 2023-02-20 Kevin Moore blast_repo fixes (#64 )
source_maps (cf44db3..a112e98
):
a112e98 2023-02-16 Devon Carew configure publishing automation (#74 )
test (b5e70db..e56c643
):
e56c6439 2023-02-17 Jacob MacDonald Add exe compiler, supports running tests compiled to native executables (#1941 )
f80dfa00 2023-02-16 Nate Bosch Add note about why we are replacing matcher (#1940 )
732ae1de 2023-02-15 Nate Bosch Add `because` usage in examples (#1939 )
f6df9756 2023-02-15 Jacob MacDonald Fix typo in readme (#1937 )
aca53419 2023-02-14 Nate Bosch Add a caret constraint for matcher (#1927 )
f7f3a019 2023-02-14 Jacob MacDonald use test_api/backend.dart instead of test_core/backend.dart (#1936 )
de40c1c0 2023-02-14 Jacob MacDonald Add support for `--compiler` flag (#1903 )
1f42db8c 2023-02-13 Devon Carew updates to package:checks docs (#1933 )
tools (48a544b..a53933c
):
a53933c 2023-02-17 Elias Yishak [package:dash_analytics] Tests for conforming to GA4 Measurement Protocol limitations (#9 )
c54430b 2023-02-17 Devon Carew add some clarification to the top-level readme (#8 )
webdev (0bae2be..ae7eb80
):
ae7eb80 2023-02-17 Anna Gringauze Add tests for object inspection (#1973 )
7d80a2c 2023-02-17 Elliott Brooks (she/her) Ignore offset / count if an instance has no `length` (#1972 )
cd66172 2023-02-17 Elliott Brooks (she/her) [MV3 Debug Extension] User can reload app and continue to debug (#1968 )
8b7f9d3 2023-02-16 Anna Gringauze Re-enable weak webdev tests (#1960 )
83d8e47 2023-02-16 Elliott Brooks (she/her) [MV3 Debug Extension] Variables in panel.dart should be private (#1969 )
4e85e74 2023-02-16 Elliott Brooks (she/her) [MV3 Debug Extension] The new debug extension can be run on Manifest V3 or Manifest V2 (#1966 )
3982f5f 2023-02-15 Elliott Brooks (she/her) [MV3 Debug Extension] Clean up tests in preparation for supporting compiling to MV2 (#1964 )
3ad544e 2023-02-15 Elliott Brooks (she/her) [MV3 Debug Extension] Remove isMV3Extension field from DevtoolsRequest (#1963 )
c77043e 2023-02-14 Elliott Brooks (she/her) [MV3 Debug Extension] Fix isDevMode getter (#1962 )
a761125 2023-02-14 Elliott Brooks (she/her) [MV3 Debug Extension] Print `console` messages on test failure (#1961 )
41e92be 2023-02-14 Anna Gringauze Create test_common package (#1945 )
443f820 2023-02-14 Anna Gringauze Re-enable skipped reload test (#1958 )
a7bc3fc 2023-02-14 Anna Gringauze Make dart-uri-file-uri test use sound null safety (#1959 )
464a8eb 2023-02-14 Elliott Brooks (she/her) [MV3 Debug Extension] Compile extension with Dart instead of shell script (#1954 )
7cf8fe2 2023-02-13 Anna Gringauze Fix asset handler tests (#1956 )
c371ad7 2023-02-13 Anna Gringauze Fix chrome_proxy_service tests broken after switch to null safety by default (#1957 )
d6ec127 2023-02-13 Anna Gringauze Move test-only code from the SdkLayout (#1955 )
35fa34b 2023-02-13 Elliott Brooks (she/her) [MV3 Debug Extension] Update Chrome APIs to be backwards compatible with MV2 (#1951 )
Change-Id: I4250594d0fa775d07cb3a0f8594e634552de452b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/284240
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
2023-02-20 20:09:45 +00:00
Devon Carew
e004a9b6f6
[deps] add a dep on the dart-lang/tools repo
...
Bug: https://github.com/dart-lang/sdk/issues/51425
Change-Id: Ief12c163b19b6a36121b6863b7c35ba06bc0aff3
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/283921
Commit-Queue: Devon Carew <devoncarew@google.com>
Reviewed-by: William Hesse <whesse@google.com>
2023-02-17 18:47:49 +00:00
Derek Xu
1bf4dd4595
Bump protobuf-gn version to eliminate need for custom_options.proto stub
...
Change-Id: Id155ffd82e68fffa29bb6270a7d2ec377f4a2f05
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/283704
Reviewed-by: Slava Egorov <vegorov@google.com>
Commit-Queue: Derek Xu <derekx@google.com>
2023-02-17 15:11:43 +00:00
Sam Rawlins
4e614d299c
Bump linter to 85d62c18e2a353abd4905aaf86e05dd1fc9d7b9a
...
Brings in support for https://github.com/dart-lang/sdk/issues/50796
Change-Id: Ifd6f20760e0cb8e1a4090e0f36d9a0d68d867f76
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/283401
Reviewed-by: Phil Quitslund <pquitslund@google.com>
Commit-Queue: Phil Quitslund <pquitslund@google.com>
Auto-Submit: Samuel Rawlins <srawlins@google.com>
2023-02-16 23:19:10 +00:00
Devon Carew
8af34bdb58
Bump csslib to b671738dc6de7d212b5f943b4258f9bb099d3e83
...
Changes:
```
> git log --format="%C(auto) %h %s" 45264a8..b671738
https://dart.googlesource.com/csslib.git/+/b671738 Add support for CSS `lh` and `rlh` units. (173)
```
Diff: https://dart.googlesource.com/csslib.git/+/45264a876d090f441d2bdacc1bb30afa52a0b8ec..b671738dc6de7d212b5f943b4258f9bb099d3e83/
Change-Id: Ib439faae442e24bd9f2cb71e782e85c6a7b21524
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/283342
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
2023-02-15 19:18:38 +00:00
Sergey G. Grekhov
51a29c1218
[co19] Roll co19 to 0230e6a44d8b6c26921567383d80b9e1a0cf527f
...
2023-02-14 sgrekhov22@gmail.com Fixes dart-lang/co19#1851 . Roll failures fixed (dart-lang/co19#1852 )
2023-02-14 49699333+dependabot[bot]@users.noreply.github.com Bump actions/setup-java from 3.9.0 to 3.10.0 (dart-lang/co19#1853 )
2023-02-13 sgrekhov22@gmail.com Fixes dart-lang/co19#1846 . Update tests to avoid unintended warnings (dart-lang/co19#1850 )
2023-02-10 sgrekhov22@gmail.com Fixes dart-lang/co19#1848 . Runtime errors fixed, few test cases added (dart-lang/co19#1849 )
2023-02-10 sgrekhov22@gmail.com dart-lang/co19#1401 . Pattern type schema tests added (dart-lang/co19#1825 )
2023-02-09 sgrekhov22@gmail.com dart-lang/co19#1401 . Pattern uses (static semantics) tests added (dart-lang/co19#1796 )
2023-02-09 sgrekhov22@gmail.com Fixes dart-lang/co19#1797 . Expect compile-time error in case of nullable Struct member (dart-lang/co19#1845 )
2023-02-09 sgrekhov22@gmail.com dart-lang/co19#1401 . Shared case scope tests (dart-lang/co19#1832 )
2023-02-08 sgrekhov22@gmail.com dart-lang/co19#1401 . Scope tests added for pattern-for and pattern-for-in statement and element (dart-lang/co19#1835 )
2023-02-08 sgrekhov22@gmail.com Fixes dart-lang/co19#1840 . Don't use var Object(: var x) (dart-lang/co19#1844 )
2023-02-08 sgrekhov22@gmail.com Fixes dart-lang/co19#1838 . Add missing errors expectations (dart-lang/co19#1843 )
2023-02-08 sgrekhov22@gmail.com Fixes dart-lang/co19#1828 . Missed experimental flag added (dart-lang/co19#1830 )
2023-02-08 sgrekhov22@gmail.com Fixes dart-lang/co19#1836 . Don't use _ in a guard clause (dart-lang/co19#1841 )
2023-02-07 sgrekhov22@gmail.com Fixes dart-lang/co19#1833 . Fix null-assert pattern tests to not produce false warnings (dart-lang/co19#1834 )
2023-02-06 sgrekhov22@gmail.com dart-lang/co19#1401 . [Patterns] Pattern context tests added (dart-lang/co19#1783 )
2023-02-06 sgrekhov22@gmail.com Fixes dart-lang/co19#1827 . scope_A01_t01.dart. Removed wrong error expectations (dart-lang/co19#1831 )
2023-02-03 sgrekhov22@gmail.com Fixes dart-lang/co19#1826 . Typo fixed (dart-lang/co19#1829 )
2023-02-03 sgrekhov22@gmail.com Fixes dart-lang/co19#1823 . Typo fixed (dart-lang/co19#1824 )
Change-Id: Ib3085d180dd4bc27ccb177b26a76aa4fdc520279
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/283181
Reviewed-by: Alexander Thomas <athom@google.com>
2023-02-15 09:00:39 +00:00
Devon Carew
21ab29fef6
[deps] rev package:source_maps to the latest
...
Change-Id: Ic0926143ea98bc3bc1eebfaca0d20c3f5578154a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/282808
Reviewed-by: Kevin Moore <kevmoo@google.com>
Reviewed-by: Nate Bosch <nbosch@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
2023-02-13 21:18:37 +00:00
Devon Carew
938b2fc5d1
[deps] rev args, bazel_worker, benchmark_harness, dartdoc, glob, http, http_parser, pub_semver, shelf, term_glyph, test, typed_data, webdev
...
Revisions updated by `dart tools/rev_sdk_deps.dart`.
args (bd3ac85..b08471e
):
b08471e 2023-02-09 Sigurd Meldgaard Suggest command based on aliases (#235 )
bazel_worker (1124692..53871c5
):
53871c5 2023-02-09 Kevin Moore Migrate to dart_flutter_team_lints, cleanup (#69 )
benchmark_harness (b1efcf7..a6a0891
):
a6a0891 2023-02-09 Kevin Moore Require Dart 2.19, update lints to dart_flutter_team_lints (#84 )
dartdoc (494a6be..3931595
):
39315954 2023-02-13 Devon Carew enable additional lints (#3336 )
a52639e7 2023-02-10 Sam Rawlins Use markdown 7 (#3332 )
glob (a828420..f378dc8
):
f378dc8 2023-02-13 Kevin Moore Update to dart_flutter_team_lints, also cleaned up markdown (#71 )
http (8386923..f4b365e
):
f4b365e 2023-02-07 Sigurd Meldgaard Remove dependency on package:path (#865 )
http_parser (1c0c17a..b3b283b
):
b3b283b 2023-02-08 Kevin Moore Bump min SDK to 2.17 (#69 )
pub_semver (e9c600c..c0e6ea7
):
c0e6ea7 2023-02-12 Devon Carew Update CHANGELOG.md (#81 )
0d62000 2023-02-12 Kevin Moore Fix new type error, use dart_flutter_team_lints (#80 )
shelf (9d1fb8a..707c8b2
):
707c8b2 2023-02-07 Kevin Moore move to pkg:dart_flutter_team_lints (#330 )
term_glyph (520784d..d275a8f
):
d275a8f 2023-02-12 Kevin Moore Fix CI, update lints (#34 )
test (da7c667..b5e70db
):
b5e70db5 2023-02-10 Jacob MacDonald Add notes about versioning and publishing to CONTRIBUTING.md (#1929 )
2773daa6 2023-02-09 Jacob MacDonald update changelog version in test to use ## (#1926 )
9e3072e1 2023-02-09 Danny Tuppeny Handle absolute paths on Windows (#1923 )
07380027 2023-02-09 Nicholas Shahan Fix typo in migration doc (#1924 )
f49fc16a 2023-02-09 Kevin Moore Add auto-publish configuration (#1922 )
5bf28959 2023-02-08 Nate Bosch Add link to file issue on README (#1921 )
ef81f471 2023-02-08 Nate Bosch Fix directory name for issue templates (#1920 )
f3bfda9d 2023-02-08 Nate Bosch Add issue templates (#1919 )
a80f4fd0 2023-02-08 Devon Carew Refactor top level and package README files (#1918 )
0f4558fe 2023-02-07 Nate Bosch Prepare to publish test_core and test (#1917 )
39f498c8 2023-02-06 Nate Bosch Minor readme improvements (#1913 )
2cb07a3f 2023-02-06 Nate Bosch Rename matches to matchesPattern, accept Pattern (#1907 )
ba6fb1c9 2023-02-06 Jacob MacDonald Support running tests by absolute file: uri (#1893 )
ffeaec66 2023-02-06 Nate Bosch Take Condition for async nesting expectations (#1896 )
cdd8c395 2023-02-06 Daniel Chevalier update vm_service to support 11.0.0 (#1910 )
f2d97bf2 2023-02-06 Nate Bosch Expand the doc comment for Context (#1902 )
typed_data (6fbbd95..f858046
):
f858046 2023-02-12 Kevin Moore fix ci, update analysis options (#61 )
webdev (6255c85..0bae2be
):
0bae2be 2023-02-10 Elliott Brooks (she/her) Fix lifeline connection logic (#1952 )
4a41cf9 2023-02-10 Anna Gringauze Support records (#1919 )
d6229e3 2023-02-09 Anna Gringauze Fix failure on getting a list with out of range offset (#1947 )
f1b15e8 2023-02-09 Anna Gringauze Fix incorrect list element count (#1944 )
fff4865 2023-02-09 Elliott Brooks (she/her) Add missing IDs to inspector panel (#1946 )
47287e3 2023-02-08 Elliott Brooks (she/her) [MV3 Debug Extension] Extension sets the `ide` query parameter for the DevTools URI (#1943 )
1136d51 2023-02-08 Elliott Brooks (she/her) Catch exceptions in unawaited `Futures` (#1938 )
2cad786 2023-02-07 Anna Gringauze Cleanup getObject logic for handling offsets and counts (#1936 )
b399e94 2023-02-06 Elliott Brooks (she/her) Pull out `dart:io`-dependent functions from`/src/utilities/shared.dart` into
`/src/utilities/server.dart` (#1942 )
Change-Id: I64bdc5485665ca4c13a331ae7a6c77b1cd3208d8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/282802
Commit-Queue: Devon Carew <devoncarew@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
2023-02-13 20:15:10 +00:00
Derek Xu
50289563b7
[VM/Timeline] Bump protobuf-gn version to fix protos on Windows
...
protobuf-gn was missing logic for adding .exe to executable paths on
Windows. I submitted https://fuchsia.googlesource.com/protobuf-gn/+/ac7e0cda633a58077684439111675e2d9460d5bf
to fix this, and now we need to bump our protobuf-gn dep to this revision.
Change-Id: I3ad44094e653c595c17029f73296a08f25866056
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/282521
Commit-Queue: Derek Xu <derekx@google.com>
Reviewed-by: Ben Konyi <bkonyi@google.com>
2023-02-13 19:41:48 +00:00
DEPS Autoroller
f0362507f0
Roll Fuchsia SDK from 11.20230209.2.1 to 11.20230210.1.1
...
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-sdk-dart-sdk
Please CC dart-engprod@google.com ,dart-vm-gardener@grotations.appspotmail.com,dart-vm-team@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Fuchsia SDK: https://bugs.fuchsia.dev/p/fuchsia/issues/list
To file a bug in Dart SDK: https://github.com/dart-lang/sdk/issues
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.dart.try:vm-fuchsia-release-x64-try
Change-Id: Ib16848f7d52c7911ccd69a3359d319f3ff15fd94
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/282420
Commit-Queue: Siva Annamalai <asiva@google.com>
Reviewed-by: Siva Annamalai <asiva@google.com>
2023-02-10 17:56:58 +00:00
Ryan Macnak
384394b4a3
Roll Fuchsia SDK to 7b3b23b2c0da59b3aceab6c49fbe7d9ed34d7382.
...
Avoid sharing manifests between components, which confuses `fuchsia_component`.
Change-Id: I2a035e6257284a9e8ff5da18f7c2e212e0a9091f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/282120
Reviewed-by: Alexander Markov <alexmarkov@google.com>
Commit-Queue: Ryan Macnak <rmacnak@google.com>
2023-02-09 22:43:36 +00:00
Devon Carew
403d5c93c3
Bump csslib to 45264a876d090f441d2bdacc1bb30afa52a0b8ec
...
Changes:
```
> git log --format="%C(auto) %h %s" f33d632..45264a8
https://dart.googlesource.com/csslib.git/+/45264a8 fixed a regression parsing declaration values containing spaces (172)
https://dart.googlesource.com/csslib.git/+/e6c8308 fix the reported span for expressions (167)
https://dart.googlesource.com/csslib.git/+/a190358 add a repro for 136 (160)
https://dart.googlesource.com/csslib.git/+/fa3e221 correct the logic in isPredefinedName (166)
```
Diff: https://dart.googlesource.com/csslib.git/+/f33d63211f77e2a895b90bcf22508ab7a0af4466..45264a876d090f441d2bdacc1bb30afa52a0b8ec/
Change-Id: I0e9e27f7f096c88c60309d389e20090c64add4fd
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/282041
Reviewed-by: Nate Bosch <nbosch@google.com>
Commit-Queue: Nate Bosch <nbosch@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
2023-02-09 18:37:33 +00:00
pq
0e8d367238
integrate new lint: invalid_case_patterns
...
See: https://github.com/dart-lang/linter/issues/4044
Change-Id: Ifdf36b66221e322f262ff683eb46073cb69bf12b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/281784
Reviewed-by: Keerti Parthasarathy <keertip@google.com>
Commit-Queue: Phil Quitslund <pquitslund@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
2023-02-09 00:23:48 +00:00
Devon Carew
1fc33f7c63
[deps] rev markdown and dartdoc
...
dartdoc:
494a6bed 2023-02-02 Sam Rawlins Bump markdown dep to a pre-release of 7.0.0 (#3321 )
ad6f1612 2023-02-02 Devon Carew introduce an environmentProvider abstraction (#3324 )
d0b73000 2023-02-02 Sam Rawlins Prepare testing code for some upcoming Warnings (#3322 )
936a7888 2023-02-01 Sam Rawlins Add text about front-end manual testing (#3286 )
cbee812d 2023-02-01 Sam Rawlins Avoid renaming generator params (#3316 )
bcaa0349 2023-02-01 Sam Rawlins Privatize Library.sdkLib and move getClassByName (#3317 )
af32def5 2023-01-31 dependabot[bot] Bump github/codeql-action from 2.1.39 to 2.2.1 (#3313 )
528e97da 2023-01-31 dependabot[bot] Bump actions/cache from 3.2.3 to 3.2.4 (#3312 )
54020672 2023-02-01 Parker Lougheed Begin changelog for next release after 6.1.5 (#3315 )
markdown:
f51c24c 2023-02-01 Zhiguang Chen Prepend a line ending if the p tag is removed and there is an element before it in a *tight* list (#513 )
dd3e3a1 2023-01-31 dependabot[bot] Bump dart-lang/setup-dart from 1.3 to 1.4 (#510 )
5f25fc9 2023-01-31 dependabot[bot] Bump actions/checkout from 3.2.0 to 3.3.0 (#511 )
54266b2 2023-01-31 Kevin Moore Prepare to release v7.0.0 (#509 )
d6ceff9 2023-01-31 Zhiguang Chen Add line endings before HTML blocks (#508 )
ccd3c8b 2023-01-29 Zhiguang Chen Rewrite link reference definitions (#506 )
e8f84dc 2023-01-24 Kevin Moore Update GFM to 0.29.0.gfm.7 (#507 )
93f67b0 2023-01-20 Zhiguang Chen Add an `enableTagfilter` option to `HtmlRenderer` to eanble GFM `tagfilter` extension (#447 )
d110770 2023-01-13 Zhiguang Chen Rewrite SetextHeaderSyntax (#500 )
c1b9bc6 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#504 )
3e78c08 2023-01-01 dependabot[bot] Bump actions/checkout from 3.0.2 to 3.2.0 (#501 )
417747f 2022-12-15 Zhiguang Chen Refactor list syntax (#499 )
30ec05f 2022-11-29 Zhiguang Chen Do not escape single quote(apostrophe) inside code (#498 )
c3d1136 2022-11-29 Zhiguang Chen introduce a Line class (#494 )
Change-Id: I9d971b927b72500ab84cce461a60fe1a86818e2e
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/281543
Reviewed-by: Samuel Rawlins <srawlins@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
2023-02-08 01:20:08 +00:00
pq
ad2da86f18
linter 1.33.0 rc
...
Some notes.
* There are a number of tests that should get decoupled from the linter being pulled into `DEPS`. Instead of depending on the state of lints there, we should update the tests instead to use a more hermetic environment. (See for example `options_rule_validator_test.dart` for how that might look.)
Downstream (blocking) fixes:
* https://github.com/flutter/flutter/pull/119736
* https://github.com/flutter/gallery/pull/878
Change-Id: I5671b0abde3eeda75513abaaf9fef3bcd5115f9b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/280054
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Phil Quitslund <pquitslund@google.com>
Reviewed-by: Paul Berry <paulberry@google.com>
2023-02-07 20:56:35 +00:00
Devon Carew
145b6c4a8c
[deps] revert the recent roll of package:csslib
...
Change-Id: Ifa857de259f8ee4750bcdfa8c63f5c9a72322d1a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/281341
Reviewed-by: Oleh Prypin <oprypin@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
Commit-Queue: Oleh Prypin <oprypin@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
2023-02-07 17:25:13 +00:00
Sigurd Meldgaard
39136c1501
Bump pub to 048e3ad2b5e1b4ebe6883addbc95722be6904a7b
...
Changes:
```
> git log --format="%C(auto) %h %s" 0cbaf7a..048e3ad
https://dart.googlesource.com/pub.git/+/048e3ad2 Add a spinner while validating before publishing (3776)
https://dart.googlesource.com/pub.git/+/e5fdcf81 Fix terminal-detection logic for progress bar (3775)
https://dart.googlesource.com/pub.git/+/16a79e2a Fix `global deactivate` on case-insensitive but case-preserving file systems (3774)
https://dart.googlesource.com/pub.git/+/7493fad6 Updated documentation on entrypoint.acquireDependencies (3771)
https://dart.googlesource.com/pub.git/+/faf9fa7e Info when publishing <3.0.0 constraint that is interpreted as <4.0.0 (3752)
https://dart.googlesource.com/pub.git/+/bfaf3585 Validate package name in `pub global activate` (3735)
https://dart.googlesource.com/pub.git/+/e84eefea Verify token characters when added and when used (3732)
https://dart.googlesource.com/pub.git/+/60576f89 Correct spelling of 'publishing' (3767)
https://dart.googlesource.com/pub.git/+/cb2f4b34 Bump actions/checkout from 3.2.0 to 3.3.0 (3763)
https://dart.googlesource.com/pub.git/+/fc06561d Bump dart-lang/setup-dart from 1.3 to 1.4 (3764)
https://dart.googlesource.com/pub.git/+/c6af8ff0 `dart pub remove`: Remove top-level key if empty after operation. (3758)
https://dart.googlesource.com/pub.git/+/37692d8d Stop using always_throws (3765)
https://dart.googlesource.com/pub.git/+/3ce46a32 Normalize pub.dartlang.org to pub.dev when reading lockfile (3754)
https://dart.googlesource.com/pub.git/+/ab86f1e0 Add missing space in directory help text (3756)
https://dart.googlesource.com/pub.git/+/14b13103 Fix `outdated`s handling of non-existent packages (3751)
https://dart.googlesource.com/pub.git/+/56be1ca4 Fix typos in `dart pub add --help` (3750)
https://dart.googlesource.com/pub.git/+/f698c43d Merge pull request 3746 from dart-lang/cherry_pick_conditional_sdk_rewrite
https://dart.googlesource.com/pub.git/+/1bfb295d Merge branch 'master' into cherry_pick_conditional_sdk_rewrite
https://dart.googlesource.com/pub.git/+/20f7daa9 Validate files don't differ in case only (3740)
https://dart.googlesource.com/pub.git/+/9f41ae10 Only rewrite sdk constraints after dart 3
https://dart.googlesource.com/pub.git/+/ea11b0d2 Only rewrite sdk constraints after dart 3 (3739)
https://dart.googlesource.com/pub.git/+/12a2af4d Add and enforce require_trailing_commas (3728)
https://dart.googlesource.com/pub.git/+/27c5cbd5 Only output errors during implicit resolution (3689)
https://dart.googlesource.com/pub.git/+/e51b160b Remove features for migrating to null safety (3713)
https://dart.googlesource.com/pub.git/+/f3cf3ac9 Add dependency kind information to `outdated --json` (3714)
https://dart.googlesource.com/pub.git/+/0ee46ee0 Don't warn about overrides (3684)
```
Diff: https://dart.googlesource.com/pub.git/+/0cbaf7a2fb8c8ca543c6f222bf25d5f5c63abbf3..048e3ad2b5e1b4ebe6883addbc95722be6904a7b/
Change-Id: I9558072f3057c028f94c786f1dcdd8f48f42f39b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/281400
Reviewed-by: Sarah Zakarias <zarah@google.com>
Reviewed-by: Jonas Jensen <jonasfj@google.com>
Commit-Queue: Sigurd Meldgaard <sigurdm@google.com>
2023-02-07 15:01:53 +00:00
Devon Carew
059634a18d
[deps] sse, stack_trace, stream_channel, string_scanner, sync_http, term_glyph, test, test_descriptor, test_process, test_reflective_loader, typed_data, usage, vector_math, watcher, web_components, web_socket_channel, webdev, webdriver, webkit_inspection_protocol, yaml, yaml_edit
...
Change-Id: I8b34b03b9666d4513e11bae387b57af187ba2ca9
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/281281
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
2023-02-07 01:44:33 +00:00
Devon Carew
2e90d39487
[deps] ffi_rev, file_rev, fixnum_rev, glob_rev, html_rev, http_rev, http_multi_server_rev, http_parser_rev, intl_rev, json_rpc_2_rev, logging_rev, matcher_rev, mime_rev, package_config_rev, path_rev, pool_rev, protobuf_rev, pub_semver_rev, shelf_rev, source_map_stack_trace_rev, source_maps_rev, source_span_rev
...
Change-Id: I4b806532e30a6f0617add767da2556972ca6cea9
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/281280
Auto-Submit: Devon Carew <devoncarew@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
Reviewed-by: Nate Bosch <nbosch@google.com>
2023-02-07 00:33:33 +00:00
Devon Carew
fdfe613c17
[deps] rev args_rev, async_rev, bazel_worker_rev, benchmark_harness_rev, boolean_selector_rev, browser_launcher_rev, characters_rev, cli_util_rev, clock_rev, collection_rev, convert_rev, crypto_rev, csslib_rev
...
Revisions updated by `dart tools/rev_sdk_deps.dart`.
args (a23ea85..bd3ac85
):
bd3ac85 2023-02-01 dependabot[bot] Bump dart-lang/setup-dart from 1.3 to 1.4 (#234 )
86dacb3 2023-02-01 dependabot[bot] Bump actions/checkout from 3.2.0 to 3.3.0 (#233 )
async (f700e9a..8deaa40
):
8deaa40 2023-02-01 dependabot[bot] Bump actions/checkout from 3.2.0 to 3.3.0 (#234 )
b28604f 2023-02-01 dependabot[bot] Bump dart-lang/setup-dart from 1.3 to 1.4 (#233 )
bazel_worker (b35c25e..1124692
):
1124692 2023-02-01 dependabot[bot] Bump dart-lang/setup-dart from 1.3 to 1.4 (#67 )
1e57757 2023-02-01 dependabot[bot] Bump actions/checkout from 3.2.0 to 3.3.0 (#68 )
benchmark_harness (76881df..b1efcf7
):
b1efcf7 2023-02-02 Devon Carew add a publishing workflow action to dart-lang/benchmark_harness (#81 )
4e0c4e8 2023-02-01 dependabot[bot] Bump actions/checkout from 3.2.0 to 3.3.0 (#83 )
010ea89 2023-02-01 dependabot[bot] Bump dart-lang/setup-dart from 1.3 to 1.4 (#82 )
boolean_selector (ba7d86b..16e6ad3
):
16e6ad3 2023-01-31 dependabot[bot] Bump dart-lang/setup-dart from 1.3 to 1.4 (#42 )
c8874cc 2023-01-31 dependabot[bot] Bump actions/checkout from 3.2.0 to 3.3.0 (#43 )
browser_launcher (f2f01e4..bc2dc4e
):
bc2dc4e 2023-01-31 dependabot[bot] Bump dart-lang/setup-dart from 1.3 to 1.4 (#38 )
00a57fa 2023-01-31 dependabot[bot] Bump actions/checkout from 3.2.0 to 3.3.0 (#39 )
characters (4526aa8..29f3a3e
):
29f3a3e 2023-02-01 dependabot[bot] Bump actions/checkout from 3.2.0 to 3.3.0 (#73 )
6516030 2023-02-01 dependabot[bot] Bump dart-lang/setup-dart from 1.3 to 1.4 (#74 )
cli_util (32bc077..fd38b5f
):
fd38b5f 2023-01-31 dependabot[bot] Bump actions/checkout from 3.2.0 to 3.3.0 (#74 )
166fbac 2023-01-31 dependabot[bot] Bump dart-lang/setup-dart from 1.3 to 1.4 (#75 )
clock (65e8a13..5abb481
):
5abb481 2023-02-01 dependabot[bot] Bump actions/checkout from 3.2.0 to 3.3.0 (#43 )
11b18ed 2023-02-01 dependabot[bot] Bump dart-lang/setup-dart from 1.3 to 1.4 (#44 )
collection (a566328..0d0e184
):
0d0e184 2023-02-01 dependabot[bot] Bump dart-lang/setup-dart from 1.3 to 1.4 (#268 )
d0897af 2023-02-01 dependabot[bot] Bump actions/checkout from 3.2.0 to 3.3.0 (#269 )
convert (20d136c..83886e3
):
83886e3 2023-02-01 dependabot[bot] Bump actions/checkout from 3.2.0 to 3.3.0 (#75 )
a522506 2023-01-31 dependabot[bot] Bump dart-lang/setup-dart from 1.3 to 1.4 (#74 )
crypto (f854f2f..03eb2c9
):
03eb2c9 2023-01-31 dependabot[bot] Bump actions/checkout from 3.2.0 to 3.3.0 (#139 )
b6d6b33 2023-01-31 dependabot[bot] Bump dart-lang/setup-dart from 1.3 to 1.4 (#140 )
csslib (f33d632..e6c8308
):
e6c8308 2023-01-31 Devon Carew fix the reported span for expressions (#167 )
a190358 2023-01-31 Devon Carew add a repro for #136 (#160 )
fa3e221 2023-01-31 Devon Carew correct the logic in isPredefinedName (#166 )
Change-Id: I68bc236d4e0b5c31b5d629f2b89f82f56d30a28e
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/281260
Auto-Submit: Devon Carew <devoncarew@google.com>
Commit-Queue: Nate Bosch <nbosch@google.com>
Reviewed-by: Nate Bosch <nbosch@google.com>
2023-02-06 22:31:48 +00:00
Devon Carew
c84d0376cd
[deps] update the rev script to handle 'main' branches
...
Also rev package:csslib and package:html.
csslib (7054945..f33d632
):
f33d632 2023-01-28 Devon Carew switch to using package:dart_flutter_team_lints (#161 )
c0097a0 2023-01-28 Devon Carew Update README.md (#158 )
0d985fb 2023-01-28 dependabot[bot] Bump dart-lang/setup-dart from 1.3 to 1.4 (#164 )
56d1152 2023-01-28 dependabot[bot] Bump actions/checkout from 3.2.0 to 3.3.0 (#163 )
46d2c57 2023-01-28 Devon Carew Update test-package.yml (#165 )
a7d17bc 2023-01-26 Kevin Moore all the cleanup (#155 )
html (3dd00b0..f118e00
):
f118e00 2023-01-30 Devon Carew lint with dart_flutter_team_lints (#201 )
52d9185 2023-01-30 Devon Carew updates from #158 (#202 )
71d3e71 2023-01-30 Ron Booth fixed issue #157 (querySelector fails), and added test for it (#158 )
9ab8b28 2023-01-30 dependabot[bot] Bump actions/checkout from 3.2.0 to 3.3.0 (#200 )
fe3fbf6 2023-01-30 dependabot[bot] Bump dart-lang/setup-dart from 1.3 to 1.4 (#199 )
776daf5 2023-01-30 Devon Carew Update test-package.yml (#198 )
a5be27f 2023-01-27 Devon Carew finish work for avoid_dynamic_calls (#196 )
Change-Id: If03552028f30b8dfd6a227674aa161e43a05e11f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/280129
Reviewed-by: William Hesse <whesse@google.com>
Reviewed-by: Sigurd Meldgaard <sigurdm@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
2023-02-06 18:04:11 +00:00
Sergey G. Grekhov
adb32493cb
[co19] Roll co19 to 2caa480b5ecfee3c8b052af006e9108183be3844
...
2023-02-02 sgrekhov22@gmail.com dart-lang/co19#1401 . [Patterns] Scope tests added (dart-lang/co19#1800 )
2023-02-02 sgrekhov22@gmail.com Fixes dart-lang/co19#1820 . Fix object type in Object-pattern test (dart-lang/co19#1822 )
2023-02-02 sgrekhov22@gmail.com Fixes dart-lang/co19#1819 . Use correct map type, fix a typo (dart-lang/co19#1821 )
2023-02-01 sgrekhov22@gmail.com dart-lang/co19#1401 . [Patterns] Pattern variable declaration tests (dart-lang/co19#1610 )
2023-02-01 sgrekhov22@gmail.com Fixes dart-lang/co19#1814 . Return type changed to void (dart-lang/co19#1816 )
2023-02-01 sgrekhov22@gmail.com dart-lang/co19#1401 . [Patterns]. Added tests, expecting warnings in case of unnecessary null check/assert pattern (dart-lang/co19#1807 )
2023-02-01 sgrekhov22@gmail.com Fixes dart-lang/co19#1815 . Several typos fixed (dart-lang/co19#1817 )
2023-02-01 asashour@yahoo.com Fix year in header. (dart-lang/co19#1818 )
2023-01-31 sgrekhov22@gmail.com Fixes dart-lang/co19#1810 . switch_expression_A02_t01.dart. Fix static and runtime failures (dart-lang/co19#1813 )
2023-01-31 sgrekhov22@gmail.com Fixes dart-lang/co19#1801 . Improve sandbox objects logging (dart-lang/co19#1804 )
2023-01-31 sgrekhov22@gmail.com Fixes dart-lang/co19#1809 . pattern_assignment_A07_t01.dart. Variable type fixed (dart-lang/co19#1812 )
2023-01-31 sgrekhov22@gmail.com Fixes dart-lang/co19#1808 . object_A02_t09.dart. Missed var/final/type added (dart-lang/co19#1811 )
2023-01-30 sgrekhov22@gmail.com dart-lang/co19#1401 . Pattern variable sets tests (dart-lang/co19#1798 )
2023-01-27 sgrekhov22@gmail.com Fixes dart-lang/co19#1803 . wildcards_A01_t04.dart. Use correct getter (dart-lang/co19#1806 )
2023-01-27 sgrekhov22@gmail.com Fixes dart-lang/co19#1802 . list_A05_t02.dart fix test failure (dart-lang/co19#1805 )
2023-01-26 asashour@yahoo.com Remove superfluous `the`. (dart-lang/co19#1799 )
2023-01-26 sgrekhov22@gmail.com Fixes dart-lang/co19#1792 . Update object_A02_t10.dart not to fail in a weak mode (dart-lang/co19#1794 )
2023-01-26 sgrekhov22@gmail.com Fixes dart-lang/co19#1793 . Update switch_expression_A03_t02.dart not to fail on Web platforms (dart-lang/co19#1795 )
Change-Id: Ia9ec7af1bd90209886694c0044ac179746a7dbc5
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/280640
Reviewed-by: Alexander Thomas <athom@google.com>
Commit-Queue: Alexander Thomas <athom@google.com>
2023-02-06 08:58:25 +00:00
Alexander Thomas
8598180662
[infra] Update checked-in SDKs to 3.0.0-187.0.dev
...
Bug: https://github.com/dart-lang/sdk/issues/51168
Change-Id: I0128e08189a1b4a022333bfad286c1067733b1cf
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/280400
Commit-Queue: Alexander Thomas <athom@google.com>
Reviewed-by: William Hesse <whesse@google.com>
2023-02-03 09:32:02 +00:00
Kenzie Schmoll
101738ee72
bump the DevTools dep to version 2.21.1
...
Change-Id: I8f245cd0d8bfd1dd9ccd2d036dbe77f58d4c79e7
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/280135
Reviewed-by: Ben Konyi <bkonyi@google.com>
Commit-Queue: Kenzie Davisson <kenzieschmoll@google.com>
2023-01-31 23:58:51 +00:00
Devon Carew
24e75cb421
[deps] rev async, characters, collection, dartdoc, json_rpc_2, logging, mockito, package_config, shelf, string_scanner, test, webdev
...
Revisions updated by `dart tools/rev_sdk_deps.dart`.
async (f700e9a..f700e9a
):
f700e9a 2023-01-27 Devon Carew blast_repo fixes (#231 )
characters (4526aa8..4526aa8
):
4526aa8 2023-01-30 Lasse R.H. Nielsen Update tables to Unicode 15.0. (#71 )
collection (a566328..a566328
):
a566328 2023-01-26 Devon Carew add a publish script; prep to publish (#267 )
dartdoc (bc7bdc4..bc7bdc4
):
bc7bdc44 2023-01-30 dependabot[bot] Bump js from 0.6.5 to 0.6.7 (#3310 )
json_rpc_2 (e73c4ad..e73c4ad
):
e73c4ad 2023-01-26 Devon Carew blast_repo fixes (#89 )
logging (399100a..399100a
):
399100a 2023-01-26 Devon Carew add a publish script; prep to publish 1.1.1 (#128 )
mockito (d2a8df1..d2a8df1
):
d2a8df1 2023-01-30 Kevin Moore Latest build_web_compilers, move to pkg:lints, fix breaks (#605 )
13340b5 2023-01-30 dependabot[bot] Bump dart-lang/setup-dart from 1.3 to 1.4 (#600 )
package_config (3fe81c4..3fe81c4
):
3fe81c4 2023-01-30 Kevin Moore Support latest pkg:build_web_compilers, lints. Update min SDK (#129 )
shelf (8fca9d9..8fca9d9
):
8fca9d9 2023-01-26 Devon Carew blast_repo fixes (#326 )
string_scanner (29e471e..29e471e
):
29e471e 2023-01-30 dependabot[bot] Bump dart-lang/setup-dart from 1.3 to 1.4 (#53 )
test (cec47c1..cec47c1
):
cec47c1c 2023-01-27 Nate Bosch Add missing pub requirements (#1878 )
c99d455e 2023-01-27 Nate Bosch Prepare to publish (#1877 )
0e7ec6a7 2023-01-27 Nate Bosch Rename `Check` to `Subject` (#1875 )
78382731 2023-01-27 Nate Bosch Add String.matches condition (#1874 )
26e0e87b 2023-01-27 Nate Bosch Add Iterable.containsInOrder condition (#1873 )
c9232d6b 2023-01-27 Nate Bosch Rename `that` to `which` (#1872 )
457166b3 2023-01-26 Nate Bosch Add missing dependency on package:lints (#1876 )
193f2a0b 2023-01-26 Nate Bosch Retry instead of extend timeout for flaky Node tests (#1871 )
7ad9b2c3 2023-01-26 Nate Bosch Overhaul async matchers (#1868 )
ca254546 2023-01-26 Nate Bosch Add a withQueue utility (#1870 )
6ae2e5e9 2023-01-26 Nate Bosch Refactor tests to a new isRejectedBy utility (#1867 )
5aeba66d 2023-01-26 Nate Bosch Use pubspec_overrides.yaml files (#1869 )
webdev (ce9c581..ce9c581
):
ce9c581 2023-01-29 Anna Gringauze Validate only needed summaries in expression_compiler_service (#1920 )
Change-Id: I3ddb0ddeb3b989f6f9e78cd8aa6327aba5899018
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/280078
Commit-Queue: Devon Carew <devoncarew@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
2023-01-31 02:13:06 +00:00
DEPS Autoroller
1e934307b4
Roll Clang from ca6196138012 to 20d06c833d83
...
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/clang-dart-sdk
Please CC dart-vm-gardener@grotations.appspotmail.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Clang: https://bugs.fuchsia.dev/p/fuchsia/issues/list?q=component%3AToolchain
To file a bug in Dart SDK: https://github.com/dart-lang/sdk/issues
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.dart.try:dart-sdk-linux-try;luci.dart.try:dart-sdk-mac-try;luci.dart.try:dart-sdk-mac-arm64-try;luci.dart.try:dart-sdk-win-try
Change-Id: I7c28885f64bf1f16feebc751d1ef934fe89bf08d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/279600
Reviewed-by: Ryan Macnak <rmacnak@google.com>
Commit-Queue: Ryan Macnak <rmacnak@google.com>
2023-01-31 02:01:22 +00:00
Sergey G. Grekhov
9fe2529b21
[co19] Roll co19 to abb96bbca3fc36e6a594967509687431d138e998
...
2023-01-24 lrn@google.com Make record positional field getters start at `$1`. (dart-lang/co19#1759 )
2023-01-23 asashour@yahoo.com Remove superfluous words. (dart-lang/co19#1790 )
2023-01-23 asashour@yahoo.com Remove redundant words. (dart-lang/co19#1788 )
Change-Id: I2ec57a2ecfd922aa5d044dbb710727f40867557a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/279516
Reviewed-by: Erik Ernst <eernst@google.com>
Commit-Queue: Alexander Thomas <athom@google.com>
Reviewed-by: Alexander Thomas <athom@google.com>
2023-01-30 08:14:28 +00:00
Sergey G. Grekhov
5e24ca9d79
[co19] Roll co19_2 to 93b818c9cf570a63cbea56508e393770787fd5ab
...
2023-01-23 asashour@yahoo.com Remove superfluous words (dart-lang/co19#1791 )
2023-01-23 asashour@yahoo.com . (dart-lang/co19#1789 )
Change-Id: I773d0d88757f40f9d97b18153219421634823f48
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/280085
Reviewed-by: Alexander Thomas <athom@google.com>
Commit-Queue: Alexander Thomas <athom@google.com>
2023-01-30 06:44:28 +00:00
Devon Carew
76378f8809
[deps] rev args, dartdoc, http, intl, sse, webdev
...
Revisions updated by `dart tools/rev_sdk_deps.dart`.
args (04c9346..a23ea85
):
a23ea85 2023-01-25 Devon Carew update the publishing script (#232 )
dartdoc (ed56883..99df16a
):
99df16a0 2023-01-24 Parker Lougheed Use a sun for light theme toggle instead of moon (#3309 )
758e1851 2023-01-24 Parker Lougheed Switch dart:js and some dart:js_util usages to use static interop (#3299 )
9735d895 2023-01-24 dependabot[bot] Bump github/codeql-action from 2.1.38 to 2.1.39 (#3306 )
f6cd8eb9 2023-01-23 Sam Rawlins Fix various bits in testing code to comply with new warnings (#3307 )
http (57c53b0..092bb2d
):
092bb2d 2023-01-25 Brian Quinlan Create a `package:cronet_http/cronet_http.dart` import (#859 )
a62f5b3 2023-01-24 Brian Quinlan Create a single top-level lib file. (#858 )
intl (3fcc810..946c34c
):
946c34c 2023-01-25 Copybara-Service Merge pull request #533 from dart-lang:updateVersion
19b6785 2023-01-20 Moritz Append `-dev` to current version
sse (be426a2..4e63b08
):
4e63b08 2023-01-25 Kevin Moore Fix deprecated import to webdriver library (#76 )
webdev (f978b90..a347fa0
):
a347fa0 2023-01-25 Anna Gringauze Update vm_service to version 10.0.0 (#1917 )
4dd29a5 2023-01-24 Anna Gringauze Allow dart SDK <4.0.0 (#1913 )
b3db2c9 2023-01-24 Anna Gringauze Prepare for dart 3.0 alpha changes: Handle SDK layout update (#1907 )
Change-Id: I84d827db044f5b0af49b0454fd1d69b0d2ddf692
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/279901
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
2023-01-26 18:18:22 +00:00
Derek Xu
6f09cf9094
[VM] Add dependencies needed to generate protozero code
...
This adds dependencies on the perfetto, protobuf, and protobuf-gn repos on fuchsia.googlesource.com.
Change-Id: Ib196587e4cacb7e95c5ca284539fcd578d09d16b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/278200
Commit-Queue: Derek Xu <derekx@google.com>
Reviewed-by: Ben Konyi <bkonyi@google.com>
Reviewed-by: Siva Annamalai <asiva@google.com>
2023-01-26 16:07:22 +00:00
Alexander Thomas
a1f6688e16
[release] Update checked-in SDKs to 2.19.0
...
Don't upload riscv64 checked-in SDKs unless a dev version is specified.
This means gclient will not have a checked-in SDK for riscv64 checkouts
unless pinned to a dev version of the checked-in SDK.
Change-Id: I718c022228a8430d5d6b27f8a3d0f728b616c553
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/279707
Commit-Queue: Alexander Thomas <athom@google.com>
Reviewed-by: Ryan Macnak <rmacnak@google.com>
Reviewed-by: William Hesse <whesse@google.com>
2023-01-26 07:26:36 +00:00
Devon Carew
d70c7bc036
[deps] rev args, async, intl, mockito, test
...
args (ac0e2c8..04c9346
):
04c9346 2023-01-19 Devon Carew blast_repo fixes (#230 )
async (de1ce93..c9cc576
):
c9cc576 2023-01-23 Devon Carew update changelog and pubspec version (#228 )
intl (6140b60..3fcc810
):
3fcc810 2023-01-23 Copybara-Service Merge pull request #535 from dart-lang:changeNumberOfDigitsCalculation
07a73ca 2023-01-23 Moritz Add license
f0d0530 2023-01-20 Moritz Add test
aea7a7a 2023-01-20 Moritz Fix bug in numberOfIntegerDigits calculation, simplifying the algorithm
039f2b4 2023-01-20 Copybara-Service Merge pull request #532 from dart-lang:removeTimezone
c97ee27 2023-01-13 Moritz Remove unimplemented timezone functionality
mockito (9cc958a..7696557
):
7696557 2023-01-22 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.3.0 (#599 )
ee68765 2023-01-20 Devon Carew generate code before we analyze (#601 )
09aabe7 2023-01-20 Sam Rawlins GitHub Sync (#602 )
0128352 2023-01-19 Devon Carew blast_repo fixes
test (19582a8..53df527
):
53df5270 2023-01-23 Nate Bosch Fix description of conditions without expectations (#1864 )
cbac7089 2023-01-23 Nate Bosch Allow omitting the actual argument for rejections (#1861 )
af768a8f 2023-01-20 Nate Bosch Add anyOf condition (#1859 )
387436bd 2023-01-20 Nate Bosch Add unordered iterable comparisons (#1858 )
b3c78a4b 2023-01-19 Nate Bosch Implement deep collection equality (#1853 )
e5a9f7d4 2023-01-19 Nate Bosch Rename allowLateFailure -> allowUnawaited (#1854 )
Change-Id: I9f82587285250f608e070d1380b836ee8238c5fd
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/279642
Auto-Submit: Devon Carew <devoncarew@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
2023-01-24 22:31:11 +00:00
Aske Simon Christensen
d85dc0d1ad
Update Binaryen to 4471b81a0a0b94c75bad6e81d0413860944ecb1f
...
This version supports function subtyping, which dart2wasm uses for
generic function instantiation, and also contains some improvements
to type merging.
Change-Id: I7f88594504aeb1579da6dc70121d4185d7a7d5e5
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/279505
Commit-Queue: Aske Simon Christensen <askesc@google.com>
Reviewed-by: Ömer Ağacan <omersa@google.com>
2023-01-24 11:50:08 +00:00
Devon Carew
d2eb05c3be
[deps] re-order third_party deps entries in the DEPS file
...
Change-Id: Ief73b645d61d4946e8b098d3b6d161823491a658
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/279453
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
2023-01-23 04:30:59 +00:00
Sergey G. Grekhov
a43badab9f
[co19] Roll co19 to 9815a904ebcd135f25f9b06d1a14ea7f75ec97e5
...
2023-01-19 sgrekhov22@gmail.com Fixes dart-lang/co19#1784 . pattern_assignment_A08_t01.dart. Typo fixed (dart-lang/co19#1785 )
2023-01-17 sgrekhov22@gmail.com Fixes dart-lang/co19#1742 . Runtime errors fixed in map_A04_t02 (dart-lang/co19#1780 )
2023-01-16 sgrekhov22@gmail.com Fixes dart-lang/co19#1764 . Fix failing test (dart-lang/co19#1776 )
2023-01-16 sgrekhov22@gmail.com Fixes dart-lang/co19#1765 . More runtime error fixed in switch_statement_A06_t01.dart (dart-lang/co19#1777 )
2023-01-16 sgrekhov22@gmail.com Fixes dart-lang/co19#1769 . Runtime errors fixed in wildcards_A01_t02 (dart-lang/co19#1778 )
2023-01-16 sgrekhov22@gmail.com Fixes dart-lang/co19#1764 . Type argument specified for list pattern tests (dart-lang/co19#1771 )
2023-01-16 sgrekhov22@gmail.com Fixes dart-lang/co19#1765 . switch_statement_A06_t01.dart. Fix expected result (dart-lang/co19#1772 )
2023-01-16 sgrekhov22@gmail.com Fixes dart-lang/co19#1766 . switch_statement_A06_t03.dart. Fix type in a cast pattern (dart-lang/co19#1773 )
2023-01-16 sgrekhov22@gmail.com Fixes dart-lang/co19#1767 . switch_statement_A07_t01.dart. Fix type in a cast pattern (dart-lang/co19#1774 )
2023-01-16 sgrekhov22@gmail.com Fixes dart-lang/co19#1768 . Fix expected result in variable pattern test (dart-lang/co19#1775 )
2023-01-13 sgrekhov22@gmail.com Fixes dart-lang/co19#1758 . Fix compile-time error in a cast pattern (dart-lang/co19#1763 )
2023-01-13 sgrekhov22@gmail.com Fixes dart-lang/co19#1742 . map_A04_t02.dart. Added overridden `hashCode` getter (dart-lang/co19#1750 )
Change-Id: I115c9ffd9c03b4bb409c212c12b1792b7722af19
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/279381
Reviewed-by: Alexander Thomas <athom@google.com>
2023-01-20 08:58:30 +00:00
Sergey G. Grekhov
eedfd2e5f9
[co19] Roll co19_2 to b7974598633298d59f3e54d359f60b65b3bd7fb9
...
2023-01-19 asashour@yahoo.com Remove extra `the` (dart-lang/co19#1786 )
2023-01-16 sgrekhov22@gmail.com dart-lang/co19#1761 . Issue number added (dart-lang/co19#1779 )
Change-Id: Ic5cb95ae915b9105d81756199622eafb0b3ccdc4
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/279382
Reviewed-by: Alexander Thomas <athom@google.com>
Commit-Queue: Alexander Thomas <athom@google.com>
2023-01-20 08:56:27 +00:00
Kenzie Schmoll
c1642b396c
Bump DevTools DEP to 2.20.1 and modify the devtools/update.sh script to support passing an additional argument to the DevTools build script.
...
Change-Id: I176f72c4d2e562f923d174734cbd2c4f8fc19b83
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/279335
Commit-Queue: William Hesse <whesse@google.com>
Reviewed-by: Ben Konyi <bkonyi@google.com>
Reviewed-by: Nate Bosch <nbosch@google.com>
Reviewed-by: Siva Annamalai <asiva@google.com>
2023-01-20 07:16:49 +00:00
Devon Carew
af8ec4ea1b
[deps] rev dartdoc, http, protobuf, test, webdriver
...
Revisions updated by `dart tools/rev_sdk_deps.dart`.
dartdoc (a99abd4..ed56883
):
ed56883d 2023-01-17 Parker Lougheed Fix, cleanup, and simplify CSS (#3302 )
http (c955c7e..57c53b0
):
57c53b0 2023-01-17 Brian Quinlan Fix a NPE that occurs when an error occurs before a response is received. (#852 )
protobuf (dd04535..cc0f287
):
cc0f287 2023-01-18 Kevin Moore Run non-null-safe tests with Dart 2 (#791 )
test (43fd928..19582a8
):
19582a8d 2023-01-19 Nate Bosch Avoid empty `::group::` in Github reporter (#1855 )
fc4ea341 2023-01-19 Nate Bosch Fix a test to use an still invalid URI (#1856 )
bd96213a 2023-01-18 Nate Bosch Improve output for collections and long strings (#1852 )
9f7de8a2 2023-01-17 Nate Bosch Remove operator extensions (#1847 )
f790feb0 2023-01-17 Nate Bosch Add Condition abstraction (#1846 )
webdriver (b8c7bb5..00c887d
):
00c887d 2023-01-17 Devon Carew rev to 3.0.2 in preparation for publishing (#268 )
Change-Id: I2cbbcdce4fa510cd2458aa05dd45eed01e840c9c
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/279329
Auto-Submit: Devon Carew <devoncarew@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
2023-01-19 18:47:50 +00:00
Devon Carew
fb16ec7522
[deps] rev dartdoc, http, intl, mime, string_scanner, sync_http, test, webdev
...
Revisions updated by `dart tools/rev_sdk_deps.dart`.
dartdoc (c4ab682..a99abd4
):
a99abd4b 2023-01-16 dependabot[bot] Bump dart-lang/setup-dart from 1.3 to 1.4 (#3305 )
a692eeaa 2023-01-16 dependabot[bot] Bump github/codeql-action from 2.1.37 to 2.1.38 (#3304 )
a43a6c2b 2023-01-14 Parker Lougheed Remove search code debug prints (#3300 )
cf28572a 2023-01-14 Parker Lougheed Remove obsolete doc_packages tool (#3301 )
fcbadcd7 2023-01-14 Parker Lougheed Remove null safety badge (#3295 )
263ea617 2023-01-14 Parker Lougheed Use spread syntax instead of add (#3296 )
820b5ba5 2023-01-14 Parker Lougheed Use equal signs to set default parameter values (#3298 )
31e9c797 2023-01-14 Parker Lougheed Fix build by removing test opting out of null safety (#3297 )
d4495c2c 2023-01-11 dependabot[bot] Bump actions/checkout from 3.2.0 to 3.3.0 (#3292 )
3ae8eef5 2023-01-11 dependabot[bot] Bump actions/upload-artifact from 3.1.1 to 3.1.2 (#3291 )
8a9e4691 2023-01-11 dependabot[bot] Bump actions/cache from 3.2.2 to 3.2.3 (#3290 )
http (d434d42..c955c7e
):
c955c7e 2023-01-13 Brian Quinlan Add consistent implementations for `close`. (#851 )
intl (c61fdd1..6140b60
):
6140b60 2023-01-12 Googler Internal change
mime (273d454..034471a
):
034471a 2023-01-11 Kevin Moore Prepare to release v1.0.4 (#80 )
string_scanner (c58618d..0454980
):
0454980 2023-01-17 Kevin Moore dependabot: monthly is plenty (#54 )
sync_http (8622614..36a1bd0
):
36a1bd0 2023-01-11 Kevin Moore Bump min SDK, enable and fix new lints (#34 )
test (932a652..43fd928
):
43fd9284 2023-01-17 Jacob MacDonald delete some old integration test helper files that were opted out (#1850 )
2c59fb6c 2023-01-17 Kevin Moore Run no response daily (#1849 )
8ea50552 2023-01-12 joshualitt Update wasm integration test to use generated JS runtime for Dart2Wasm. (#1844 )
9a23b72a 2023-01-11 Nate Bosch Prepare to publish (#1843 )
d887825a 2023-01-11 Derek Xu Update vm_service constraints to >=6.0.0 <11.0.0 (#1842 )
webdev (094ee97..f978b90
):
f978b90 2023-01-13 Elliott Brooks (she/her) [MV3] Debug session persists across closing and opening Chrome DevTools (#1894 )
b1b4eff 2023-01-13 Anna Gringauze Prepare for dart 3.0 alpha changes: generate assets (#1887 )
969f41f 2023-01-13 Elliott Brooks (she/her) Save encoded URI for ACX DevTools (#1890 )
8384a11 2023-01-13 Elliott Brooks (she/her) Skip flaky test on windows (#1893 )
8224045 2023-01-13 Elliott Brooks (she/her) Ignore `illegal_language_version_override` for non null-safe fixtures (#1891 )
e42a030 2023-01-13 Elliott Brooks (she/her) Re-enable most test cases in `devtools_test` (#1881 )
e134e5b 2023-01-11 Elliott Brooks (she/her) [MV3] Dart debug extension supports DWDS versions < `17.0.0` (#1882 )
ed80c94 2023-01-11 Elliott Brooks (she/her) [MV3] Prepare extension for release (#1886 )
be616cd 2023-01-10 Anna Gringauze Return error from expression evaluation if the evaluator is closed. (#1884 )
18b3277 2023-01-10 Elliott Brooks (she/her) [MV3] Fix late initialization error on debugger detach (#1879 )
03d4035 2023-01-10 Elliott Brooks (she/her) Check if storage object exists before trying to read properties(#1883 )
ae55fec 2023-01-10 Elliott Brooks (she/her) Format manifest.json (#1885 )
3743293 2023-01-10 Anna Gringauze Fix race condition on simultaneous hot restarts (#1870 )
Change-Id: I2bddd015f1e054eb9e24afb247f9c470257560a9
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/279073
Auto-Submit: Devon Carew <devoncarew@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
2023-01-17 21:49:18 +00:00
Aske Simon Christensen
5a5a83031b
Update d8 to 11.1.193
...
This version supports all Wasm types on the boundary between Wasm and
JS. Thus, dart2wasm no longer needs to coerce all boundary types to
`externref`.
Change-Id: Ie8faf1907316807d9099e86206cb84a875ccaa24
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/279081
Commit-Queue: Aske Simon Christensen <askesc@google.com>
Reviewed-by: Stephen Adams <sra@google.com>
2023-01-17 07:45:48 +00:00
Sergey G. Grekhov
f9af1aebda
[co19] Roll co19_2 to 014bec6f349af4d48739c6bfed1fc2013dbd13c4
...
2023-01-16 sgrekhov22@gmail.com Fixes dart-lang/co19#1761 . Update expected error message (dart-lang/co19#1770 )
2023-01-13 sgrekhov22@gmail.com Fixes dart-lang/co19#1761 . Update expected error position (dart-lang/co19#1762 )
2023-01-07 asashour@yahoo.com Update co19_2 test for `CONTINUE_LABEL_INVALID` (dart-lang/co19#1687 )
Change-Id: Iff4cc51defc7ce16163552876cf4b604a9b25ed9
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/279080
Reviewed-by: Alexander Thomas <athom@google.com>
2023-01-16 12:49:20 +00:00
Sergey G. Grekhov
abafed8cfc
[co19] Roll co19 to 81c67290340c13298079fd571f78834fccbb2fed
...
2023-01-12 sgrekhov22@gmail.com Fixes dart-lang/co19#1702 . wildcards_A01_t01.dart. Use correct types in list pattern (dart-lang/co19#1728 )
2023-01-12 sgrekhov22@gmail.com Fixes dart-lang/co19#1708 . Specify type of the list pattern (dart-lang/co19#1733 )
2023-01-12 sgrekhov22@gmail.com Fixes dart-lang/co19#1681 . Improve object pattern testing in a pattern assignment (dart-lang/co19#1735 )
2023-01-12 sgrekhov22@gmail.com Fixes dart-lang/co19#1740 . constant_A03_t05.dart. Typo fixed (dart-lang/co19#1749 )
2023-01-12 sgrekhov22@gmail.com Fixes dart-lang/co19#1744 . object_A01_t05.dart fixed not to fail in a weak mode (dart-lang/co19#1752 )
2023-01-12 sgrekhov22@gmail.com Fixes dart-lang/co19#1745 . switch_statement_A04_t01.dart. Typo fixed (dart-lang/co19#1753 )
2023-01-12 sgrekhov22@gmail.com Fixes dart-lang/co19#1746 . switch_statement_A07_t02.dart. Change type in cast pattern to Object (dart-lang/co19#1754 )
2023-01-12 sgrekhov22@gmail.com Fixes dart-lang/co19#1747 . variable_A02_t01.dart. Fix expected result for map pattern (dart-lang/co19#1755 )
2023-01-12 sgrekhov22@gmail.com Fixes dart-lang/co19#1748 . variable_A02_t04.dart. Typo fixed (dart-lang/co19#1756 )
2023-01-12 sgrekhov22@gmail.com dart-lang/co19#1401 . [Patterns] cast, null-assert and null-check patterns tests added (dart-lang/co19#1537 )
2023-01-12 sgrekhov22@gmail.com Fixes dart-lang/co19#1629 . Logical and pattern tests fixed (dart-lang/co19#1757 )
2023-01-12 sgrekhov22@gmail.com Fixes dart-lang/co19#1743 . Convert double value to int (dart-lang/co19#1751 )
2023-01-11 sgrekhov22@gmail.com Fixes dart-lang/co19#1709 . Error expectations updated for CFE (dart-lang/co19#1736 )
2023-01-11 sgrekhov22@gmail.com dart-lang/co19#1401 . [Patterns] Object pattern test added (dart-lang/co19#1652 )
2023-01-11 sgrekhov22@gmail.com Fixes dart-lang/co19#1699 . variable_A01_t01.dart. Fix types used in a list pattern (dart-lang/co19#1725 )
2023-01-11 sgrekhov22@gmail.com Fixes dart-lang/co19#1734 . Expect a static warning in case of not-necessary null-check/assert (dart-lang/co19#1738 )
2023-01-11 sgrekhov22@gmail.com dart-lang/co19#1737 . Roll failures fixed (dart-lang/co19#1739 )
2023-01-10 sgrekhov22@gmail.com Fixes dart-lang/co19#1682 . pattern_assignment_A21_t01.dart. Use dynamic instead of Record class (dart-lang/co19#1710 )
2023-01-10 sgrekhov22@gmail.com Fixes dart-lang/co19#1683 . pattern_assignment_A05_t04.dart. Use record type instead of Record class (dart-lang/co19#1711 )
2023-01-10 sgrekhov22@gmail.com Fixes dart-lang/co19#1684 . Use record type instead of Record class, add missing `late` keywords (dart-lang/co19#1712 )
2023-01-10 sgrekhov22@gmail.com dart-lang/co19#1686 . Expect runtime error in case of cast pattern (dart-lang/co19#1713 )
2023-01-10 sgrekhov22@gmail.com Fixes dart-lang/co19#1688 . record_A02_t09.dart. Fix typo (dart-lang/co19#1714 )
2023-01-10 sgrekhov22@gmail.com Fixes dart-lang/co19#1689 . relational_A03_t01.dart. Fix typo (dart-lang/co19#1715 )
2023-01-10 sgrekhov22@gmail.com Fixes dart-lang/co19#1690 . relational_A04_t04.dart. Fix typo (dart-lang/co19#1716 )
2023-01-10 sgrekhov22@gmail.com Fixes dart-lang/co19#1691 . relational_A05_t01.dart. Remove wrong checks (dart-lang/co19#1717 )
2023-01-10 sgrekhov22@gmail.com Fixes dart-lang/co19#1692 . Add missed 'const' statements (dart-lang/co19#1718 )
2023-01-10 sgrekhov22@gmail.com Fixes dart-lang/co19#1693 . switch_expression_A02_t01.dart. Fix typos (dart-lang/co19#1719 )
2023-01-10 sgrekhov22@gmail.com Fixes dart-lang/co19#1694 . switch_expression_A03_t05.dart. Fix return type (dart-lang/co19#1720 )
2023-01-10 sgrekhov22@gmail.com Fixes dart-lang/co19#1695 . switch_expression_A03_t12.dart. Add missed `abstract` keyword (dart-lang/co19#1721 )
2023-01-10 sgrekhov22@gmail.com Fixes dart-lang/co19#1696 . switch_expression_A04_t01.dart. Fix expected errors positions (dart-lang/co19#1722 )
2023-01-10 sgrekhov22@gmail.com Fixes dart-lang/co19#1697 . switch_expression_A06_t01.dart. Fix test errors and typos (dart-lang/co19#1723 )
2023-01-10 sgrekhov22@gmail.com Fixes dart-lang/co19#1698 . switch_expression_A06_t02.dart. Fix typo (dart-lang/co19#1724 )
2023-01-10 sgrekhov22@gmail.com Fixes dart-lang/co19#1700 . variable_A02_t02.dart. Expect additional errors (dart-lang/co19#1726 )
2023-01-10 sgrekhov22@gmail.com Fixes dart-lang/co19#1701 . variable_A02_t06.dart. Fix typos (dart-lang/co19#1727 )
2023-01-10 sgrekhov22@gmail.com Fixes dart-lang/co19#1703 . wildcards_A01_t02.dart. Don't use wildcard as a map key (dart-lang/co19#1729 )
2023-01-10 sgrekhov22@gmail.com Fixes dart-lang/co19#1704 . wildcards_A01_t03.dart. Use dynamic to avoid compile-time error (dart-lang/co19#1730 )
2023-01-10 sgrekhov22@gmail.com Fixes dart-lang/co19#1705 . Records/on_clauses_A02_t05.dart. Add missed error expectation (dart-lang/co19#1731 )
2023-01-10 sgrekhov22@gmail.com Fixes dart-lang/co19#1706 . Fix typos in map pattern tests (dart-lang/co19#1732 )
2023-01-10 49699333+dependabot[bot]@users.noreply.github.com Bump actions/checkout from 3.2.0 to 3.3.0 (dart-lang/co19#1707 )
Change-Id: I59ffc2e275994159fe8807bc7f0b0900c65759db
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/279002
Reviewed-by: Alexander Thomas <athom@google.com>
2023-01-13 11:57:26 +00:00
Aske Simon Christensen
bfa66f161b
Update Binaryen to 36e2abbcdd22b2b1707757b49fb4ac8844f28e5d
...
This version supports the new cast instructions in WasmGC, enabling
dart2wasm to migrate to these instructions.
It is also the last version that supports the legacy ref.as_data
instruction, which means dart2wasm has to migrate to the new cast
instructions before Binaryen can be updated further.
Change-Id: Ib3ee47bc8a2c937b8cb7f3892e05f48892b46d92
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/278903
Commit-Queue: Aske Simon Christensen <askesc@google.com>
Reviewed-by: Ömer Ağacan <omersa@google.com>
2023-01-12 12:29:08 +00:00
Devon Carew
b97d9972db
Bump webdriver to b8c7bb5f57075e7c4215209c14d3e0a8767bf887
...
Changes:
```
> git log --format="%C(auto) %h %s" fcce0f0..b8c7bb5
https://dart.googlesource.com/external/github.com/google/webdriver.dart.git/+/b8c7bb5 remove the dep on package:archive (266)
```
Diff: fcce0f0d0e
~..b8c7bb5f57075e7c4215209c14d3e0a8767bf887/
Change-Id: I59bd81d6668c370f7367f420053171cf757997ee
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/278892
Auto-Submit: Devon Carew <devoncarew@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
2023-01-11 23:37:12 +00:00
Devon Carew
4b55503307
[deps] rev cli_util, clock, csslib, dartdoc, fixnum, glob, http_multi_server, http_parser, logging, mockito, path, pool, shelf, source_map_stack_trace, sse, stream_channel, term_glyph, test, typed_data, watcher, web_socket_channel, webdev, webkit_inspection_protocol, yaml
...
Revisions updated by `dart tools/rev_sdk_deps.dart`.
cli_util (5a8e8ee..32bc077
):
32bc077 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#73 )
clock (6b8b7bf..65e8a13
):
65e8a13 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#42 )
csslib (d776535..7054945
):
7054945 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#157 )
dartdoc (29a1bbf..c4ab682
):
c4ab6824 2023-01-10 Sam Rawlins Regenerate so latest analyzer is happy (#3293 )
fixnum (714381c..71f0d4d
):
71f0d4d 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#103 )
glob (7adf833..4579281
):
4579281 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#68 )
http_multi_server (beb40a7..cce5080
):
cce5080 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#48 )
http_parser (16a4f34..6f73e4a
):
6f73e4a 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#66 )
logging (b525d5c..34ed68f
):
34ed68f 2023-01-09 Kevin Moore Move to new analyzer language settings (#126 )
mockito (942dd03..9cc958a
):
9cc958a 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts
path (1299791..9768908
):
9768908 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#133 )
pool (713e631..ad4e2a7
):
ad4e2a7 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#60 )
shelf (32e342d..a44e95e
):
a44e95e 2023-01-10 Kevin Moore Fix doc comment references (#323 )
source_map_stack_trace (e5f9564..adea3e5
):
adea3e5 2023-01-09 Sam Rawlins Migrate no-implicit-casts to strict-casts (#32 )
sse (3c37edb..be426a2
):
be426a2 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#74 )
stream_channel (0a7800a..3b99268
):
3b99268 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#84 )
term_glyph (2bf4594..8cd9318
):
8cd9318 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#31 )
test (3415089..932a652
):
932a652b 2023-01-09 Nate Bosch Add a Map operator[] extension (#1830 )
1f2e963e 2023-01-09 Nate Bosch Add Future.doesNotComplete condition (#1827 )
typed_data (dbf81a7..9c209b9
):
9c209b9 2023-01-09 Sam Rawlins Migrate no-implicit-casts to strict-casts (#58 )
watcher (2e0db71..3b49c7e
):
3b49c7e 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#134 )
web_socket_channel (ebd0fe9..28d7b82
):
28d7b82 2023-01-10 Kevin Moore Fix CI link in readme (#248 )
c6ce895 2023-01-09 Sam Rawlins Update analysis_options.yaml (#247 )
webdev (49f97b8..094ee97
):
094ee97 2023-01-10 Anna Gringauze Add back setExceptionPauseMode (#1871 )
2e65ddf 2023-01-10 Anna Gringauze Prepare for dart 3.0 alpha breaking changes (#1880 )
2e2587a 2023-01-10 Elliott Brooks (she/her) Add hotfix instructions to DWDS (#1876 )
fe39123 2023-01-10 Elliott Brooks (she/her) Re-enable `reload_tests` (#1877 )
e71c0e3 2023-01-09 Anna Gringauze Fix crash on processing devtools event (#1875 )
webkit_inspection_protocol (ddb624c..15244ff
):
15244ff 2023-01-09 Kevin Moore Add cron to CI (#97 )
yaml (02be51e..b2fce6c
):
b2fce6c 2023-01-10 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#134 )
Change-Id: I4fb257fe7c697fab562f4d18e4ea50c5903b4cd8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/278807
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Samuel Rawlins <srawlins@google.com>
Commit-Queue: Samuel Rawlins <srawlins@google.com>
2023-01-10 23:01:26 +00:00
Ryan Macnak
ef3e0a45a8
Roll Clang from 026df9514ead to ca6196138012.
...
Fix new -Werror=unused-command-line-argument for -stdlib=libc++.
Change-Id: I7e6056323b7bb6da49b80299380be6ed7b70c582
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/278691
Reviewed-by: Siva Annamalai <asiva@google.com>
Commit-Queue: Ryan Macnak <rmacnak@google.com>
2023-01-10 17:20:04 +00:00
Sergey G. Grekhov
c14c2365b4
[co19] Roll co19 to 59baa4604be6f08889bb4432a7a300d5c73a6ebd
...
2023-01-07 asashour@yahoo.com Update test for `CONTINUE_LABEL_INVALID` (dart-lang/co19#1685 )
2023-01-06 sgrekhov22@gmail.com Fixes dart-lang/co19#1653 . Typos fixed in some patterns tests (dart-lang/co19#1667 )
2023-01-06 sgrekhov22@gmail.com Fixes dart-lang/co19#1645 . Fix typo in constant_A03_t02.dart test (dart-lang/co19#1649 )
2023-01-06 sgrekhov22@gmail.com Fixes dart-lang/co19#1654 . Replace || and && by | and & in negative tests (dart-lang/co19#1668 )
2023-01-06 sgrekhov22@gmail.com Fixes dart-lang/co19#1655 . Fix using of wrong type in list_A01_t04.dart (dart-lang/co19#1669 )
2023-01-06 sgrekhov22@gmail.com Fixes dart-lang/co19#1656 . Fix a typo in list_A02_t01.dart (dart-lang/co19#1670 )
2023-01-06 sgrekhov22@gmail.com Fixes dart-lang/co19#1657 . Don't try to test null-check pattern in irrefutable context (dart-lang/co19#1671 )
2023-01-06 sgrekhov22@gmail.com Fixes dart-lang/co19#1658 . Fix typos in list_A05_t06.dart (dart-lang/co19#1672 )
2023-01-06 sgrekhov22@gmail.com Fixes dart-lang/co19#1659 . Fix typo in logical_or_A02_t01.dart (dart-lang/co19#1673 )
2023-01-06 sgrekhov22@gmail.com Fixes dart-lang/co19#1660 . Fix missed compile-time error in logical_or_A04_t03.dart (dart-lang/co19#1674 )
2023-01-06 sgrekhov22@gmail.com Fixes dart-lang/co19#1661 . Fix logical_or_A05_t02.dart. Add missed constant (dart-lang/co19#1675 )
2023-01-06 sgrekhov22@gmail.com Fixes dart-lang/co19#1662 . Fix errors in map_A01_t04.dart (dart-lang/co19#1676 )
2023-01-06 sgrekhov22@gmail.com Fixes dart-lang/co19#1663 . map_A08_t01.dart. Don't use constants in irrefutable context (dart-lang/co19#1677 )
2023-01-06 sgrekhov22@gmail.com Fixes dart-lang/co19#1664 . Fix object pattern with parenthesized subpattern (dart-lang/co19#1678 )
2023-01-06 sgrekhov22@gmail.com Fixes dart-lang/co19#1665 . object_A06_t01.dart. Add records experimental flag (dart-lang/co19#1679 )
2023-01-06 sgrekhov22@gmail.com Fixes dart-lang/co19#1666 . pattern_assignment_A01_t01.dart. Use dynamic instead of Record class (dart-lang/co19#1680 )
2023-01-05 sgrekhov22@gmail.com dart-lang/co19#1401 . [Patterns] Switch expression tests (dart-lang/co19#1633 )
2023-01-05 sgrekhov22@gmail.com Fixes dart-lang/co19#1644 . Use constant object expression in relational pattern tests (dart-lang/co19#1648 )
2023-01-05 sgrekhov22@gmail.com Fixes dart-lang/co19#1646 . Fix typo in constant_A03_t05.dart test (dart-lang/co19#1650 )
2023-01-05 sgrekhov22@gmail.com Fixes dart-lang/co19#1647 . Fix typos in variable names in variable_A02_t05.dart test (dart-lang/co19#1651 )
2023-01-04 sgrekhov22@gmail.com Fixes dart-lang/co19#1628 . [Patterns] Type argument added to fix map pattern tests (dart-lang/co19#1638 )
2023-01-04 sgrekhov22@gmail.com Fixes dart-lang/co19#1629 . [Patterns] Fix logical_and_A03_t02.dart test (dart-lang/co19#1639 )
2023-01-04 sgrekhov22@gmail.com Fixes dart-lang/co19#1634 . Fix typo in Records/metadata_annotations_A01_t04.dart (dart-lang/co19#1640 )
2023-01-04 sgrekhov22@gmail.com Fixes dart-lang/co19#1635 . Fix typos in object pattern tests (dart-lang/co19#1641 )
2023-01-04 sgrekhov22@gmail.com Fixes dart-lang/co19#1636 . Missed `records` experimental flag added to some patterns tests (dart-lang/co19#1642 )
2023-01-04 sgrekhov22@gmail.com Fixes dart-lang/co19#1637 . Missed 'const' keywords added to some patterns tests (dart-lang/co19#1643 )
2023-01-03 sgrekhov22@gmail.com Fixes dart-lang/co19#1629 . [Patterns] Fix logical_and_A01_t02.dart test (dart-lang/co19#1631 )
2023-01-03 sgrekhov22@gmail.com dart-lang/co19#1627 . [Patterns] Typos in constant pattern tests fixed (dart-lang/co19#1630 )
2023-01-03 sgrekhov22@gmail.com Fixes dart-lang/co19#1628 . [Patterns] Type argument added to fix list pattern tests (dart-lang/co19#1632 )
2022-12-30 sgrekhov22@gmail.com dart-lang/co19#1401 . [Patterns] Switch statement tests (dart-lang/co19#1624 )
2022-12-30 sgrekhov22@gmail.com Fixes dart-lang/co19#1625 . Records experimental flag added (dart-lang/co19#1626 )
2022-12-28 sgrekhov22@gmail.com dart-lang/co19#1401 . [Patterns] More wildcards tests added (dart-lang/co19#1549 )
2022-12-28 sgrekhov22@gmail.com Fixes dart-lang/co19#1620 . Small fixes in patterns tests (dart-lang/co19#1623 )
2022-12-28 sgrekhov22@gmail.com dart-lang/co19#1401 . [Patterns] Pattern assignment tests (dart-lang/co19#1617 )
2022-12-27 sgrekhov22@gmail.com Fixes dart-lang/co19#1619 . Typos in records tests fixed (dart-lang/co19#1622 )
2022-12-27 sgrekhov22@gmail.com Fixes dart-lang/co19#1618 . Map pattern tests fixed, new one added (dart-lang/co19#1621 )
Change-Id: I3e8f23d1d842e77481ea2edb2027689a0135afdd
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/278511
Reviewed-by: Alexander Thomas <athom@google.com>
Commit-Queue: Alexander Thomas <athom@google.com>
2023-01-10 08:49:47 +00:00
pq
fc1ca5c194
linter avoid_field_initializers_in_const_classes
cherry-pick
...
Cherry-picks a fix to `avoid_field_initializers_in_const_classes` (https://github.com/dart-lang/linter/issues/3974 ).
git log:
commit 8f7b75f8a3501ca2c4d5bbc1f003d90d66447544 (HEAD -> release, origin/release)
Author: Phil Quitslund <pq@users.noreply.github.com>
Date: Mon Jan 9 09:39:48 2023 -0800
remove unsafe null-check (#3975 )
commit 79b843349deaea4a2455cfa37cc47cbc0e472190
Author: Phil Quitslund <pq@users.noreply.github.com>
Date: Thu Dec 15 09:50:23 2022 -0800
1.32.0 (#3916 )
------------------------------------------------------------------
------------------------------------------------------------------
Change-Id: I57afab3aadf23da96a2e9f596edfde5db71297ec
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/278685
Commit-Queue: Phil Quitslund <pquitslund@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
2023-01-10 00:00:07 +00:00
Devon Carew
0dd6cb3b9f
[deps] rev dartdoc, string_scanner, webdev
...
Revisions updated by `dart tools/rev_sdk_deps.dart`.
dartdoc (9ed196f..29a1bbf
):
29a1bbf8 2023-01-04 Sam Rawlins Migrate documentation_comment_test to be reflective (#3288 )
string_scanner (6ddab2c..c58618d
):
c58618d 2023-01-06 dependabot[bot] Bump actions/checkout from 3.2.0 to 3.3.0 (#52 )
webdev (8795ca5..49f97b8
):
49f97b8 2023-01-06 Parker Lougheed Replace deprecated implicit-casts option with strict-casts option (#1863 )
940c0ee 2023-01-06 Elliott Brooks (she/her) Set a debug key for the injected client and Dart Debug Extension SSE clients (#1872 )
ae3e2ea 2023-01-06 Elliott Brooks (she/her) [MV3] Dart Debug Extension supports cross-extension communication with AngularDart DevTools (#1866 )
0662af9 2023-01-06 Anna Gringauze Fix error message on dds failure2 (#1865 )
4f62035 2023-01-06 Elliott Brooks (she/her) Can launch embedded Dart Debugger & Flutter Inspector (#1829 )
36fa973 2023-01-05 Elliott Brooks (she/her) Refactor `TestContext` constructor for clarity (#1844 )
57776a0 2023-01-04 Elliott Brooks (she/her) Use latest version of `package:sse` in the MV3 Debug Extension (#1859 )
Change-Id: Ib97239b4f453238572dcccb9a0f81e4f1e969a04
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/278683
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
2023-01-09 19:37:35 +00:00
Michael Thomsen
be3d924873
Roll pub to pick up Dart 3 alpha output change:
...
https://github.com/dart-lang/pub/pull/3723
Bug: n/a
Change-Id: Icab24cb3dfe31df59c6afbe70336b92b7f9aa8df
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/278348
Reviewed-by: Jonas Jensen <jonasfj@google.com>
Commit-Queue: Michael Thomsen <mit@google.com>
2023-01-05 10:48:50 +00:00
Devon Carew
e6c14da280
[deps] rev bazel_worker, benchmark_harness, boolean_selector, browser_launcher, clock, crypto, csslib, dartdoc, html, http, http_multi_server, intl, package_config, pool, protobuf, pub_semver, source_map_stack_trace, source_maps, source_span, sse, stack_trace, stream_channel, term_glyph, test, test_descriptor, test_process, test_reflective_loader, watcher, web_socket_channel, yaml
...
Revisions updated by `dart tools/rev_sdk_deps.dart`.
bazel_worker (9f21e1d..b35c25e
):
b35c25e 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#66 )
benchmark_harness (ee7a253..76881df
):
76881df 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#80 )
boolean_selector (5082b3d..ba7d86b
):
ba7d86b 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#41 )
browser_launcher (2712dda..f2f01e4
):
f2f01e4 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#37 )
clock (8a8231f..6b8b7bf
):
6b8b7bf 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#41 )
crypto (bf0c33b..f854f2f
):
f854f2f 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#138 )
csslib (34203c0..d776535
):
d776535 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#156 )
dartdoc (ce25524..9ed196f
):
9ed196f1 2023-01-03 Sam Rawlins Move many test files to test_reflective_loader (#3284 )
html (28fb8b9..3dd00b0
):
3dd00b0 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#193 )
http (38d5dd9..d434d42
):
d434d42 2023-01-03 Brian Quinlan Make it possible to use a custom CronetEngine with runWithClient (#843 )
http_multi_server (e31c698..beb40a7
):
beb40a7 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#47 )
intl (59e7bff..c61fdd1
):
c61fdd1 2023-01-04 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#528 )
2a5e3a2 2023-01-04 Copybara-Service Merge pull request #527 from mateendev3:patch-2
07a5847 2022-12-31 Mateen Mehmood Update date_format.dart
package_config (abb4aec..2e1a8ec
):
2e1a8ec 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#128 )
pool (1ea5b03..713e631
):
713e631 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#59 )
protobuf (1d1c92a..dd04535
):
dd04535 2023-01-04 Mahdi K. Fard Fix avoid_renaming_method_parameters linter warning. (#783 )
4b1fc34 2023-01-04 Mahdi K. Fard Removes a non-existing lint rule. (#784 )
pub_semver (1723111..3946e33
):
3946e33 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#76 )
source_map_stack_trace (8d8078f..e5f9564
):
e5f9564 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#31 )
source_maps (b031e2c..d995912
):
d995912 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#70 )
source_span (d1d47e5..72d5c55
):
72d5c55 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#89 )
sse (2de27fe..3c37edb
):
3c37edb 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#73 )
stack_trace (cf3562e..c08ee90
):
c08ee90 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#125 )
stream_channel (9143047..0a7800a
):
0a7800a 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#83 )
term_glyph (822cd5b..2bf4594
):
2bf4594 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#30 )
test (8235a25..3415089
):
34150897 2023-01-03 dependabot[bot] Bump ossf/scorecard-action from 2.0.6 to 2.1.2 (#1838 )
5f01dd97 2023-01-03 dependabot[bot] Bump github/codeql-action from 1.0.26 to 2.1.37 (#1839 )
test_descriptor (13dbc20..b73c691
):
b73c691 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#46 )
test_process (1774aa7..62ea2ba
):
62ea2ba 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#37 )
test_reflective_loader (52b6753..cf58259
):
cf58259 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#43 )
watcher (3259107..2e0db71
):
2e0db71 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#132 )
web_socket_channel (a90e740..ebd0fe9
):
ebd0fe9 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#244 )
yaml (f699275..02be51e
):
02be51e 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#133 )
Change-Id: I56af76e89a75b0712b290ea154f606781183bec7
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/278368
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
2023-01-04 21:48:02 +00:00
Devon Carew
0a2904d398
[deps] rev args, async, characters, cli_util, collection, convert, dartdoc, ffi, fixnum, glob, http, http_parser, intl, json_rpc_2, lints, logging, matcher, path, protobuf, sse, string_scanner, test, typed_data, usage, webdev
...
Revisions updated by `dart tools/rev_sdk_deps.dart`.
args (da037ac..ac0e2c8
):
ac0e2c8 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#229 )
async (c59c7c5..de1ce93
):
de1ce93 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#227 )
characters (4ffccb8..fff80aa
):
fff80aa 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#69 )
cli_util (edcf1c3..5a8e8ee
):
5a8e8ee 2023-01-01 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#72 )
collection (cdb11d4..85e987c
):
85e987c 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#262 )
convert (4feeb10..20d136c
):
20d136c 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#73 )
dartdoc (1f42216..ce25524
):
ce255246 2023-01-02 dependabot[bot] Bump actions/cache from 3.2.1 to 3.2.2 (#3287 )
e4948e64 2022-12-28 Sam Rawlins Refactor search into a stateful class (#3285 )
83a26b87 2022-12-28 Parker Lougheed Simplify search.html base-href handling (#3259 )
a622a89a 2022-12-27 dependabot[bot] Bump actions/cache from 3.0.11 to 3.2.1 (#3281 )
f0c7a56a 2022-12-27 dependabot[bot] Bump ossf/scorecard-action from 2.1.1 to 2.1.2 (#3282 )
702a9d13 2022-12-19 dependabot[bot] Bump github/codeql-action from 2.1.36 to 2.1.37 (#3276 )
2bbac76b 2022-12-19 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#3277 )
195dc3da 2022-12-19 dependabot[bot] Bump ossf/scorecard-action from 2.0.6 to 2.1.1 (#3280 )
4a5ed7e6 2022-12-19 Sam Rawlins Remove usage of now-removed-in-3.0 elements (#3279 )
ffi (17a8142..2a56c2a
):
2a56c2a 2023-01-02 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#172 )
fixnum (e4f5e97..714381c
):
714381c 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#102 )
glob (7f97bf5..7adf833
):
7adf833 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#67 )
http (46a7708..38d5dd9
):
38d5dd9 2022-12-29 Brian Quinlan Add usage instructions for runWithClient and Flutter (#846 )
3fba812 2022-12-29 Nate Bosch Drop avoid_redundant_argument_values (#845 )
88f6fc6 2022-12-14 Brian Quinlan Always using `package:http` for APIs and image loading. (#839 )
http_parser (c739675..16a4f34
):
16a4f34 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#65 )
intl (6fb07f2..59e7bff
):
59e7bff 2022-12-20 Copybara-Service Merge pull request #263 from sanekyy:update-ruble-sign
50f93df 2022-12-19 Copybara-Service Merge pull request #467 from samlythemanly:patch-1
548ef63 2022-12-19 Aleksandr Yurkovskiy fix duplicate_import
5dc6e8f 2022-12-16 Aleksandr Yurkovskiy Merge remote-tracking branch 'upstream/master' into update-ruble-sign
60e8cfa 2022-12-09 Moritz Merge branch 'master' into patch-1
758d086 2022-04-28 Sam Markoe Updated PEN to use the proper currency code.
83e149f 2021-03-10 Aleksandr Yurkovskiy Merge branch 'master' into update-ruble-sign
edbbbce 2020-11-16 Aleksandr Yurkovskiy fix format
f25b0a6 2020-11-16 Aleksandr Yurkovskiy add empty line
a02de91 2020-11-16 Aleksandr Yurkovskiy fix merge issues
8a1716f 2020-11-16 Aleksandr Yurkovskiy Merge branch 'master' into update-ruble-sign
d3c56e0 2020-10-05 Aleksandr Yurkovskiy update changelog
ed3b5f0 2020-10-05 Aleksandr Yurkovskiy fix test
d4ad715 2020-09-22 Aleksandr Yurkovskiy Merge branch 'master' into update-ruble-sign
077e653 2020-02-27 Aleksandr Yurkovskiy update version
b119da3 2020-02-27 Aleksandr Yurkovskiy update ruble sign
json_rpc_2 (16fed53..bd9f8d9
):
bd9f8d9 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#87 )
lints (16bdefe..dfded5e
):
dfded5e 2023-01-01 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#96 )
logging (0373ef8..b525d5c
):
b525d5c 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#125 )
matcher (7e6a665..deedda1
):
deedda1 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#202 )
path (12ce876..1299791
):
1299791 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#132 )
protobuf (2706b53..1d1c92a
):
1d1c92a 2023-01-02 Kevin Moore Latest github actions (#789 )
sse (cfa93b1..2de27fe
):
2de27fe 2022-12-28 dependabot[bot] Bump nanasess/setup-chromedriver from 1.0.5 to 1.1.0 (#65 )
string_scanner (4a5cbc5..6ddab2c
):
6ddab2c 2022-12-28 Kevin Moore Remove unnecessary parens (#51 )
3e451ab 2022-12-28 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#50 )
test (89a8b12..8235a25
):
8235a25b 2022-12-29 Nate Bosch Add String.equalsIgnoringWhitespace condition (#1835 )
6df19d2e 2022-12-29 Nate Bosch Add String.containsInOrder condition (#1836 )
b7f4cb54 2022-12-29 Nate Bosch Collapse core checks to fewer extensions (#1831 )
101df768 2022-12-29 Nate Bosch Add Function.returnsNormally condition (#1833 )
f0dfdbfc 2022-12-28 Nate Bosch Tighten types of Extracted constructors (#1829 )
d1211748 2022-12-27 Nate Bosch Add String.equalsIgnoringCase (#1828 )
c14260b5 2022-12-22 Nate Bosch Add String.equals condition (#1826 )
1785348f 2022-12-21 Nate Bosch Add more numeric matchers (#1823 )
66d89348 2022-12-21 Nate Bosch Allow slower node test on windows (#1825 )
695894ee 2022-12-21 Nate Bosch Drop dependency overrides from pkg:checks (#1824 )
9be6023c 2022-12-20 Nate Bosch Add Iterable.every extension (#1822 )
ca412bbf 2022-12-20 Nate Bosch Add some tests with full failure messages (#1820 )
6650bbb3 2022-12-20 Nate Bosch Add pairwiseCompare condition (#1821 )
d20eb34d 2022-12-20 Nate Bosch Add FailureDetail to allow expressive failures (#1818 )
611faeac 2022-12-20 Nate Bosch Make the prefixFirst utility public (#1819 )
a0562585 2022-12-19 Jacob MacDonald change the url secrets for browser tests to be alphanumeric characters (#1817 )
typed_data (1e838b8..dbf81a7
):
dbf81a7 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#57 )
usage (fee1d9d..2773c7d
):
2773c7d 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#186 )
webdev (317288a..8795ca5
):
8795ca5 2022-12-22 Elliott Brooks (she/her) Tests should serve`main.dart` and `index.html` from the same directory (#1856 )
b127883 2022-12-22 Elliott Brooks (she/her) Add test timeout of 2 minutes for all tests missing a timeout (#1854 )
c884705 2022-12-22 Elliott Brooks (she/her) Skip flaky events_test on Windows (#1853 )
5aa3195 2022-12-22 Elliott Brooks (she/her) Add tests for interacting with the extension panels added to Chrome Devtools (#1836 )
82ac652 2022-12-21 Elliott Brooks (she/her) Shard DWDS tests and fix CI test flakiness (#1851 )
8e926c0 2022-12-20 Elliott Brooks (she/her) Fix flaky CI tests (#1848 )
80f8671 2022-12-20 Elliott Brooks (she/her) File paths in `TestContext` are relative, not absolute (#1843 )
6dedcd5 2022-12-20 Elliott Brooks (she/her) Move the `scopes` package (used in testing) to the test `fixtures` directory (#1837 )
db5ed71 2022-12-16 Elliott Brooks (she/her) Fix `package_uri_file_mapper_test` on Linux (#1835 )
243fe42 2022-12-14 Anna Gringauze Enable weak tests for build daemon and frontend server (#1824 )
Change-Id: I0ef4ec924d14d88e4831c7bcb025ff19db288479
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/278083
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
2023-01-03 20:43:47 +00:00
Nate Bosch
9e25c1896f
Bump web_socket_channel to a90e740dad4739d578e09eb0e076ac2846f9404e
...
Changes:
```
> git log --format="%C(auto) %h %s" 1b0561c..a90e740
https://dart.googlesource.com/web_socket_channel.git/+/a90e740 Add WebSocketChannel.`ready` field and IOWebSocketChannel factory `connectTimeout` parameter (240)
```
Diff: https://dart.googlesource.com/web_socket_channel.git/+/1b0561cfec8ff7e9465896eb340ea3c382b59393~..a90e740dad4739d578e09eb0e076ac2846f9404e/
Change-Id: I1026a9804700a9d61122027305ba44876cca5b35
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/277560
Commit-Queue: Brian Quinlan <bquinlan@google.com>
Reviewed-by: Brian Quinlan <bquinlan@google.com>
Auto-Submit: Nate Bosch <nbosch@google.com>
Commit-Queue: Nate Bosch <nbosch@google.com>
2022-12-27 19:30:52 +00:00
Sergey G. Grekhov
7419a4bfce
[co19] Roll co19 to 96b727142502dfcc8d26d90579f9e87eff999dcb
...
2022-12-23 sgrekhov22@gmail.com Fixes dart-lang/co19#1612 . Fix typo in list pattern tests (dart-lang/co19#1615 )
2022-12-23 sgrekhov22@gmail.com Fixes dart-lang/co19#1613 . Fixed wrong use of relational operators (dart-lang/co19#1616 )
2022-12-23 sgrekhov22@gmail.com Fixes dart-lang/co19#1611 . Fix typo in wildcards tests (dart-lang/co19#1614 )
Change-Id: Ie6915318ece9ab4eaa6fb9eacbce11a21702996b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/277520
Reviewed-by: Chloe Stefantsova <cstefantsova@google.com>
Commit-Queue: Chloe Stefantsova <cstefantsova@google.com>
2022-12-27 10:41:51 +00:00
Sergey G. Grekhov
0c87c84bf3
[co19] Roll co19 to f4bd100ed6fe9a1f9a98d6e4163d742824fbf21c
...
2022-12-20 sgrekhov22@gmail.com dart-lang/co19#1401 . [Patterns] Object pattern tests (dart-lang/co19#1602 )
2022-12-20 sgrekhov22@gmail.com Fixes dart-lang/co19#1539 . Rename "views" experimental flag to "inline-class" (dart-lang/co19#1596 )
2022-12-20 49699333+dependabot[bot]@users.noreply.github.com Bump actions/checkout from 3.1.0 to 3.2.0 (dart-lang/co19#1607 )
2022-12-20 49699333+dependabot[bot]@users.noreply.github.com Bump actions/setup-java from 3.8.0 to 3.9.0 (dart-lang/co19#1608 )
2022-12-19 sgrekhov22@gmail.com dart-lang/co19#1604 . Update errors expectations for metadata parsing (dart-lang/co19#1605 )
2022-12-19 sgrekhov22@gmail.com Fixes dart-lang/co19#1601 . Expect compile-time error for elementAt() invocation on not a constant (dart-lang/co19#1603 )
2022-12-16 sgrekhov22@gmail.com dart-lang/co19#1599 . Expect TypeError in place of NullThrownError in co19 tests (dart-lang/co19#1600 )
Change-Id: I490806d7116f66dc294921561bdec350039e44f7
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/276901
Reviewed-by: Alexander Thomas <athom@google.com>
2022-12-21 12:17:53 +00:00
Sergey G. Grekhov
036faf5ed9
[co19] Roll co19_2 to 8ba5eb65399044d20370c8cfd115e1f6bc51acb1
...
2022-12-19 sgrekhov22@gmail.com dart-lang/co19#1604 . Update errors expectations for metadata parsing in co19_2 (dart-lang/co19#1606 )
Change-Id: I4bbf241dad4336bbc285e6dc97d0a82335b79341
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/276902
Commit-Queue: Alexander Thomas <athom@google.com>
Reviewed-by: Alexander Thomas <athom@google.com>
2022-12-21 10:30:56 +00:00
Aske Simon Christensen
31d0a0faf6
Update d8 to 11.1.11
...
This version contains a fix for resolving JS promises with WasmGC
objects, plus full implementations of the new combined cast/branch
Wasm instructions.
Also, as of 11.0.194, V8 has stricter requirements on iso-recursive
type equivalence for function types. This requires dart2wasm to put
function types for imported and exported functions in singleton
recursion groups, which is implemented in these CLs:
https://dart-review.googlesource.com/c/sdk/+/274388
https://dart-review.googlesource.com/c/sdk/+/276083
Change-Id: I48ce1a2e9ee646a8df9324fd308a3ba7be0ebde3
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/276647
Commit-Queue: Aske Simon Christensen <askesc@google.com>
Reviewed-by: Stephen Adams <sra@google.com>
2022-12-21 08:25:28 +00:00
Aske Simon Christensen
23d27312dc
Update Binaryen to 12ad604c17407f6b36d52c6404f2dab32e5c7960
...
This version preserves recursion groups consisting of types of imported
and exported functions, which is necessary for dart2wasm's async and
FFI mechanisms to work with V8's strict type equivalence for function
types.
Change-Id: I55ee7915c64bdbfc4471e1129a197d5642384c87
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/276646
Reviewed-by: Ömer Ağacan <omersa@google.com>
2022-12-21 08:25:28 +00:00
Michael Thomsen
b91b87632f
Roll pub
...
To pick up https://github.com/dart-lang/pub/pull/3688
Change-Id: I781883d8bdaf4d12e5eef84f4a538414928ba461
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/276780
Commit-Queue: Jonas Jensen <jonasfj@google.com>
Auto-Submit: Michael Thomsen <mit@google.com>
Reviewed-by: Jonas Jensen <jonasfj@google.com>
2022-12-20 16:49:39 +00:00
Robert Nystrom
5ea426c5b2
Roll a new dart_style.
...
This has no changes on formatting. It only tweaks a formatter test to
handle the new whitespace sensitivity due to record type annotations.
Fix #50769 .
Change-Id: Ic1c5f9ec54d1aa3949f7cd922ac8f28c9473fe45
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/276681
Auto-Submit: Bob Nystrom <rnystrom@google.com>
Reviewed-by: Jens Johansen <jensj@google.com>
Commit-Queue: Jens Johansen <jensj@google.com>
2022-12-20 07:06:38 +00:00
Sergey G. Grekhov
6446fada54
[co19] Roll co19 to be8f8ae44d3f5222713ab1c51e7dbf2296db0719
...
2022-12-14 sgrekhov22@gmail.com Fixes dart-lang/co19#1589 . Fix wrong expectation in relational tests (dart-lang/co19#1594 )
2022-12-14 sgrekhov22@gmail.com Fixes dart-lang/co19#1588 . Fix testing of 'logical-and' subpattern (dart-lang/co19#1593 )
2022-12-14 sgrekhov22@gmail.com dart-lang/co19#1587 . Fix testing of 'logical-or' subpattern (dart-lang/co19#1592 )
2022-12-14 sgrekhov22@gmail.com dart-lang/co19#1540 . Tests error expectations updated (dart-lang/co19#1543 )
2022-12-14 sgrekhov22@gmail.com dart-lang/co19#1596 . Remove CyclicInitializationError from co19 tests (dart-lang/co19#1590 )
2022-12-13 sgrekhov22@gmail.com dart-lang/co19#1401 . [Patterns] Switch expressions fixed according to the new syntax (dart-lang/co19#1583 )
2022-12-13 sgrekhov22@gmail.com dart-lang/co19#1401 . [Patterns] Record pattern tests added (dart-lang/co19#1580 )
2022-12-13 sgrekhov22@gmail.com dart-lang/co19#1581 . Remove use of Deprecated.expires (dart-lang/co19#1584 )
2022-12-13 49699333+dependabot[bot]@users.noreply.github.com Bump actions/setup-java from 3.6.0 to 3.8.0 (dart-lang/co19#1582 )
Change-Id: I57f679a9cf6dc9063d5fdfcc630831a2a29abba0
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/275920
Commit-Queue: Erik Ernst <eernst@google.com>
Reviewed-by: Erik Ernst <eernst@google.com>
2022-12-16 10:44:40 +00:00
Sergey G. Grekhov
aac2b2e211
[co19] Roll co19_2 to f691647f1c2cc4f1019fb619932c52d0a1adbf2c
...
2022-12-15 sgrekhov22@gmail.com Fixes dart-lang/co19#1595 . Expect TypeError in place of NullThrownError in co19_2 tests (dart-lang/co19#1597 )
2022-12-14 sgrekhov22@gmail.com dart-lang/co19#1586 . Remove CyclicInitializationError from co19_2 tests (dart-lang/co19#1591 )
2022-12-13 sgrekhov22@gmail.com dart-lang/co19#1581 . Remove use of Deprecated.expires (dart-lang/co19#1585 )
Change-Id: Icbf31546935281067815d59957ed2ddc7e262546
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/275921
Commit-Queue: Erik Ernst <eernst@google.com>
Reviewed-by: Erik Ernst <eernst@google.com>
2022-12-16 09:07:49 +00:00
pq
ea1473e6cd
linter 1.32.0
...
See: https://github.com/dart-lang/linter/issues/3848
Change-Id: I73469ce43d52c1755875a39067b267f216ebd490
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/275044
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Reviewed-by: Samuel Rawlins <srawlins@google.com>
Commit-Queue: Phil Quitslund <pquitslund@google.com>
2022-12-15 22:51:28 +00:00
Nate Bosch
70dd0044dd
Bump test to 89a8b12bc7998b01e801cbeed82b3f64f49d1ef9
...
Changes:
```
> git log --format="%C(auto) %h %s" 09fb067..89a8b12
https://dart.googlesource.com/test.git/+/89a8b12b Don't ignore outstanding work on failure (1815)
```
Diff: https://dart.googlesource.com/test.git/+/09fb067979684dbd0918f664ec4d178975c84283~..89a8b12bc7998b01e801cbeed82b3f64f49d1ef9/
Change-Id: I75433f0180295c0d8aa716e39e219989b67f5527
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/275401
Commit-Queue: Nate Bosch <nbosch@google.com>
Reviewed-by: Devon Carew <devoncarew@google.com>
2022-12-15 17:48:11 +00:00
Devon Carew
cabf333606
[deps] rev browser_launcher, dartdoc, intl, mime, mockito, sse, webdev
...
Revisions updated by `dart tools/rev_sdk_deps.dart`.
browser_launcher (5fa0bd6..2712dda
):
2712dda 2022-12-13 Anna Gringauze Fix internal CI test failures (#35 )
dartdoc (eb90a44..1f42216
):
1f422163 2022-12-13 Sam Rawlins Bump to 6.1.5 (#3274 )
intl (234b291..6fb07f2
):
6fb07f2 2022-12-14 Copybara-Service Merge pull request #520 from dart-lang:revto18
1f9815c 2022-12-14 Moritz Rev version in preparation for publish of 0.18.0
1d37c42 2022-12-13 Googler Internal change
708b85c 2022-12-13 Copybara-Service Merge pull request #498 from dart-lang:remove_intl_stream
2d9eca9 2022-09-28 moritz sort imports
08a35bd 2022-09-28 moritz Merge branch 'master' into remove_intl_stream
0fc6ab9 2022-09-28 moritz Changes as per review
4680742 2022-09-27 moritz rename to stack
f687c72 2022-09-27 moritz changes as per review
ef36013 2022-09-26 moritz add reference to benchmark
117c0cf 2022-09-26 moritz separate read and pop
434378a 2022-09-26 moritz move method
e98c4aa 2022-09-26 moritz fix typo
9234540 2022-09-26 moritz rename file
024cffc 2022-09-26 moritz make it a tad faster
c6f7b6a 2022-09-26 moritz some renaming
443c9e0 2022-09-26 moritz Remove StringIterator
1953002 2022-09-23 Nate Bosch Inline the extension
4dfdc1b 2022-09-22 Nate Bosch Simplify the IntlStream class
mime (c0c4c47..273d454
):
273d454 2022-12-13 tomk9 Add .dcm to extension map (#74 )
aacec32 2022-12-12 Kevin Moore Update to latest lints, bump min SDK to 2.18 (#77 )
536db4f 2022-12-12 Kevin Moore blast_repo fixes (#79 )
2343229 2022-12-12 Kevin Moore Add .msj (and change .js) to text/javascript (#76 )
mockito (347d3e4..942dd03
):
942dd03 2022-12-12 yanok Override `SmartFake.toString` to be super-verbose
5f97a43 2022-12-09 Sam Rawlins Stop using deprecated analyzer APIs
0660e61 2022-12-06 yanok Generate method overrides even then source lib is not null-safe
cf7d851 2022-12-06 yanok Add override for `Object.operator==` in `SmartFake`
6b89e99 2022-12-02 yanok Automated g4 rollback of changelist 492410078.
d11d010 2022-12-02 yanok Generate method overrides even then source lib is not null-safe
sse (d396145..cfa93b1
):
cfa93b1 2022-12-14 Elliott Brooks (she/her) Add `package:js` to dependencies (#71 )
00335e4 2022-12-13 Elliott Brooks (she/her) Update `package:sse` to `4.1.2`(#70 )
webdev (3e2364e..317288a
):
317288a 2022-12-14 Derek Xu Remove ChromeProxyService.setExceptionPauseMode() (#1820 )
bbe7143 2022-12-14 Elliott Brooks (she/her) Migrate `events_test.dart` to null-safety (#1819 )
1d1c98f 2022-12-14 Elliott Brooks (she/her) Settings page, Dart Debugger panel, and Flutter Inspector panel match DevTools styles (#1815 )
a9b8887 2022-12-13 Elliott Brooks (she/her) Update tests that are incompatible with `3.0.0` (#1817 )
Change-Id: I08e555dc22e5577740fe43e91ff31e4601ac15f0
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/275781
Commit-Queue: Nate Bosch <nbosch@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Nate Bosch <nbosch@google.com>
2022-12-14 23:49:42 +00:00
DEPS Autoroller
4882c0f7b3
Roll Clang from f85c1f3b7c0b to 026df9514ead
...
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/clang-dart-sdk
Please CC dart-vm-gardener@grotations.appspotmail.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Clang: https://bugs.fuchsia.dev/p/fuchsia/issues/list?q=component%3AToolchain
To file a bug in Dart SDK: https://github.com/dart-lang/sdk/issues
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.dart.try:dart-sdk-linux-try;luci.dart.try:dart-sdk-mac-try;luci.dart.try:dart-sdk-mac-arm64-try;luci.dart.try:dart-sdk-win-try
Change-Id: I0de48589542afedfc2639400b6ae4239bc61aa11
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/274780
Reviewed-by: Ryan Macnak <rmacnak@google.com>
Commit-Queue: Ryan Macnak <rmacnak@google.com>
2022-12-13 21:37:30 +00:00
Devon Carew
a3b7a76f8a
Bump intl to 234b291aee7c23c9ffc9748fd6532d37553f609b
...
Changes:
```
> git log --format="%C(auto) %h %s" 881e53e..234b291
https://dart.googlesource.com/intl.git/+/234b291 Add issue templates (519)
https://dart.googlesource.com/intl.git/+/45a6df6 Merge pull request 356 from ZainUrRehmanKhan:Wrong_example_of_format_pattern_in_api_documentation
https://dart.googlesource.com/intl.git/+/ef7ba54 Merge branch 'master' into Wrong_example_of_format_pattern_in_api_documentation
https://dart.googlesource.com/intl.git/+/255a26e Example of format pattern fixed
```
Diff: https://dart.googlesource.com/intl.git/+/881e53e921e23bdcc2fb9d51b0a9cba769c8f75f~..234b291aee7c23c9ffc9748fd6532d37553f609b/
Change-Id: I25c8a09816d280d3e29638fa721e410345d073f3
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/275301
Auto-Submit: Devon Carew <devoncarew@google.com>
Commit-Queue: Moritz Sümmermann <mosum@google.com>
Reviewed-by: Moritz Sümmermann <mosum@google.com>
2022-12-13 17:35:05 +00:00
Michael Thomsen
e2eb4cf23f
[deps] rev intl, test
...
Revisions updated by `dart tools/rev_sdk_deps.dart`.
intl (a127902..881e53e
):
881e53e Fri Dec 9 08:01:26 2022 -0800 Copybara-Service Merge pull request #346 from lukepighetti:patch-1
e5ca40d Fri Dec 9 07:00:14 2022 -0800 Copybara-Service Merge pull request #453 from selcukguvel:doc-fix
edbfc06 Fri Dec 9 15:34:30 2022 +0100 Moritz Merge branch 'master' into patch-1
b489fdd Fri Dec 9 15:30:23 2022 +0100 Moritz Merge branch 'master' into doc-fix
60a0d8c Fri Dec 9 04:17:04 2022 -0800 Googler Internal change
ef953fd Mon Mar 7 16:30:31 2022 +0300 selcukguvel Fix NumberFormat document readability issue - Show "var eurosInUSFormat = .." on a new line
aa98b67 Tue Dec 29 15:31:53 2020 -0500 Luke Pighetti Remove 7 year old unimplemented fields
test (73cd754..09fb067
):
09fb0679 Thu Dec 8 14:52:33 2022 -0800 Jacob MacDonald prep packages for publishing (#1814 )
c8ac4382 Thu Dec 8 14:07:05 2022 -0800 Jacob MacDonald Prepare for Dart 3.0 api removals (#1812 )
Change-Id: I9a7caed3165d3b65e96001aa029602a09355bce8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/274542
Auto-Submit: Michael Thomsen <mit@google.com>
Reviewed-by: Alexander Thomas <athom@google.com>
2022-12-12 08:15:17 +00:00
Michael Thomsen
4439788611
Roll package:collection
...
Change-Id: If754927b24fe1f33bad5ec017ac69fcc60815087
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/274740
Commit-Queue: Jake Macdonald <jakemac@google.com>
Reviewed-by: Jake Macdonald <jakemac@google.com>
Commit-Queue: Michael Thomsen <mit@google.com>
Auto-Submit: Michael Thomsen <mit@google.com>
2022-12-09 18:16:32 +00:00
Sergey G. Grekhov
98eedc6f22
[co19] Roll co19_2 to 56f45529ff2818e8549d6e092fc478e73d68fcc0
...
2022-12-09 sgrekhov22@gmail.com dart-lang/co19#1575 . Remove unused code (dart-lang/co19#1579 )
2022-12-08 sgrekhov22@gmail.com dart-lang/co19#1575 . Update test expectations for analyzer (dart-lang/co19#1577 )
2022-12-06 sgrekhov22@gmail.com Fixes dart-lang/co19#959 . Fix flaky test. Enable user-select for Safari (dart-lang/co19#1362 )
Change-Id: Ic09ebc4ba8563739bc2d1b6d95ad789019a43272
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/274385
Reviewed-by: Alexander Thomas <athom@google.com>
Commit-Queue: Alexander Thomas <athom@google.com>
2022-12-09 15:43:06 +00:00
Aske Simon Christensen
5b966a07d3
Update Binaryen to 7769139efbe818c7ba36d1a382db5114ebee9df8
...
This corresponds to a version rolled into google3, which hopefully
fixes Binaryen fetch problem on Flutter HHH.
Change-Id: I423a307a1fdb8a250ad41e4fb2ff05730856d10e
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/274680
Reviewed-by: Martin Kustermann <kustermann@google.com>
2022-12-09 11:48:07 +00:00
Sergey G. Grekhov
cec026d973
[co19] Roll co19 to 1caf238b37bb19081029a6580f31a728b1359dc0
...
2022-12-09 sgrekhov22@gmail.com dart-lang/co19#1401 . [Patterns] List's rest pattern tests (dart-lang/co19#1578 )
2022-12-08 sgrekhov22@gmail.com dart-lang/co19#1575 . Update test expectations for analyzer (dart-lang/co19#1576 )
2022-12-07 sgrekhov22@gmail.com dart-lang/co19#1401 . [Patterns] Map patterns tests updated. Check primitive == for keys (dart-lang/co19#1574 )
2022-12-07 sgrekhov22@gmail.com dart-lang/co19#1401 . [Patterns] Logical and relational patterns tests refactored (dart-lang/co19#1573 )
2022-12-06 sgrekhov22@gmail.com dart-lang/co19#1401 . [Patterns] Map pattern tests (dart-lang/co19#1572 )
2022-12-02 sgrekhov22@gmail.com Fixes dart-lang/co19#1553 . Description wording fixed (dart-lang/co19#1569 )
2022-12-02 sgrekhov22@gmail.com Fixes dart-lang/co19#1568 . Exclude VM-specific test form web-platforms (dart-lang/co19#1570 )
Change-Id: I69e3d49ac0b244ed12c266bd00a1c3ec9f8e1b45
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/274660
Reviewed-by: Alexander Thomas <athom@google.com>
2022-12-09 11:28:26 +00:00
Nate Bosch
db636ba8fe
Bump matcher to 7e6a665da079baa3e2a2046ab02e4353ee32556c
...
Changes:
```
> git log --format="%C(auto) %h %s" 15d4af2..7e6a665
https://dart.googlesource.com/matcher.git/+/7e6a665 Stop using deprecated errors (201)
```
Diff: https://dart.googlesource.com/matcher.git/+/15d4af21002ae9adee952110192a3face96307c7~..7e6a665da079baa3e2a2046ab02e4353ee32556c/
Change-Id: If0c8c27801e31777ed88a768bbf83aadfbb8890b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/274606
Auto-Submit: Nate Bosch <nbosch@google.com>
Commit-Queue: Nate Bosch <nbosch@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
Reviewed-by: Devon Carew <devoncarew@google.com>
2022-12-09 01:16:29 +00:00
Devon Carew
0c14719954
[deps] rev dartdoc, fixnum, logging, protobuf, shelf, test, webdev
...
Revisions updated by `dart tools/rev_sdk_deps.dart`.
dartdoc (4d7dc93..f2bb6e9
):
f2bb6e92 2022-12-07 Sam Rawlins Bump to 6.1.4 (#3266 )
fixnum (62916f2..e4f5e97
):
e4f5e97 2022-12-08 Michael Thomsen Change IntegerDivisionByZeroException to UnsupportedError (#100 )
3bd726f 2022-12-08 Devon Carew rev the sdk min to 2.19.0-0 (#99 )
logging (f322480..0373ef8
):
0373ef8 2022-12-07 Mushaheed Syed Add a check that throws if a logger name ends with '.' (#123 )
6d46d71 2022-12-06 Devon Carew Create no-response.yml (#124 )
protobuf (4f3e328..2706b53
):
2706b53 2022-12-07 Mahdi K. Fard Add type to a method parameter (#782 )
a57c16a 2022-12-07 Mahdi K. Fard Fix a typo (#781 )
shelf (1c21047..32e342d
):
32e342d 2022-12-08 István Soós Prepare the release of shelf_router_generator (#316 )
06e2fe6 2022-12-08 Kevin Moore shelf: drop non-null-safe tests (#317 )
98363fd 2022-12-06 Kevin Moore lint: sort pub dependencies
ad6af2a 2022-12-06 Kevin Moore shelf_static: move RegExp creation out of every request
test (4dceb87..73cd754
):
73cd7540 2022-12-07 Nate Bosch Record the working directory for VM platform (#1804 )
e40274a6 2022-12-07 Nate Bosch Restore mono_repo config (#1810 )
02d8764e 2022-12-07 Sigurd Meldgaard Use Future for return type in runner `main()`. (#1809 )
3d6039b3 2022-12-05 Nate Bosch Merge test selections by path (#1806 )
webdev (e39506e..3e2364e
):
3e2364e 2022-12-07 Elliott Brooks (she/her) Add the Dart Debugger / Flutter Inspector panels in Chrome DevTools (#1812 )
c164231 2022-12-07 Elliott Brooks (she/her) Small fix to the extension test (#1811 )
4bbb4d0 2022-12-06 Elliott Brooks (she/her) Gracefully handle debugger disconnect events (#1808 )
d3892cf 2022-12-05 Elliott Brooks (she/her) Refactor puppeteer tests to use `Worker` type (#1809 )
Change-Id: I42033e849f40f209831cfb344247b24ad7731ff0
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/274580
Reviewed-by: Nate Bosch <nbosch@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
2022-12-09 01:04:20 +00:00
Aske Simon Christensen
8530755608
Update Binaryen to eeb838155dbff2fb6731f1ae5550cbb9494532fe
...
This version contains a `--closed-world` flag that we want to provide
to `wasm-opt` in the dart2wasm benchmarking script from the start.
Change-Id: I5f97cd1911dad9946ac17fa25f9b11b0ed48bed7
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/273221
Reviewed-by: Martin Kustermann <kustermann@google.com>
2022-12-08 11:56:56 +00:00
Devon Carew
3a1d7c7d74
[deps] rev dartdoc, http, sync_http, test, webdev
...
Revisions updated by `dart tools/rev_sdk_deps.dart`.
dartdoc (dc502d0..4d7dc93
):
4d7dc93b 2022-12-05 dependabot[bot] Bump github/codeql-action from 2.1.31 to 2.1.35 (#3263 )
bcf8b6e8 2022-12-05 Parker Lougheed Weight enums the same as classes for searching (#3260 )
7d95578b 2022-12-04 Parker Lougheed Update template descriptions (#3258 )
d558f043 2022-12-04 Parker Lougheed Fix error when using base element href (#3256 )
c3663762 2022-12-04 Parker Lougheed Add unnecessary override ignore to fix build (#3257 )
http (976bd56..46a7708
):
46a7708 2022-12-02 Brian Quinlan Remove binary artifact (#833 )
sync_http (f5c1f18..8622614
):
8622614 2022-12-02 Kevin Moore blast_repo fixes (#32 )
test (f3d80a6..4dceb87
):
4dceb87c 2022-12-01 Nate Bosch Ignore some usage of dperecated errors (#1807 )
webdev (91b8a19..e39506e
):
e39506e 2022-12-05 Anna Gringauze Pre-warm expression compiler to speed up Flutter Inspector page loading. (#1786 )
9b19b3b 2022-12-02 Elliott Brooks (she/her) Can save storage objects in both `session` and `local` storage (#1807 )
e75c45e 2022-12-02 Elliott Brooks (she/her) Injected client adds `isFlutterApp` to global window object (#1806 )
ba5e3ec 2022-12-01 Elliott Brooks (she/her) `DebugSession` listens to events instead of just sending events (#1804 )
Change-Id: I881d02e966b763879df72b29653a9f241b71eb3d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/273826
Commit-Queue: Devon Carew <devoncarew@google.com>
Reviewed-by: Nate Bosch <nbosch@google.com>
2022-12-05 23:18:40 +00:00
Sergey G. Grekhov
c0330b6444
[co19] Roll co19 to 9cfd817af42a5b3f934829aa1a82b5f27463130f
...
2022-12-01 sgrekhov22@gmail.com dart-lang/co19#1401 . [Patterns] More test cases added to variable and wildcards tests (dart-lang/co19#1551 )
2022-12-01 sgrekhov22@gmail.com dart-lang/co19#1401 . [Patterns] Constant pattern tests update according to the new spec (dart-lang/co19#1566 )
2022-12-01 sgrekhov22@gmail.com dart-lang/co19#1401 . [Patterns] Parenthesized pattern tests added (dart-lang/co19#1548 )
Change-Id: I2458848da6ba816368c6d5b9bfe8d7fa6467dfcd
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/273360
Reviewed-by: Alexander Thomas <athom@google.com>
Commit-Queue: Alexander Thomas <athom@google.com>
2022-12-05 08:41:02 +00:00
Devon Carew
72c5a1a900
[deps] rev collection, fixnum, http, protobuf, sse, stack_trace, test, webdev
...
Revisions updated by `dart tools/rev_sdk_deps.dart`.
collection (efd709f..caf6802
):
caf6802 2022-11-28 Nate Bosch Tweak docs for split extensions (#256 )
fixnum (bca3816..62916f2
):
62916f2 2022-11-24 Lasse R.H. Nielsen Split into separate libraries instead of using parts. (#97 )
14d4827 2022-11-23 Lasse R.H. Nielsen Add `tryParse` methods. (#96 )
http (047d6ed..976bd56
):
976bd56 2022-11-28 Kevin Moore Use latest mono_repo (#832 )
protobuf (c181573..4f3e328
):
4f3e328 2022-11-30 Devon Carew Emit imports in sorted order (#778 )
3cc088e 2022-11-28 Kevin Moore Latest mono_repo (#779 )
sse (8d018dd..d396145
):
d396145 2022-11-29 Elliott Brooks (she/her) Fix Fetch credentials (#69 )
stack_trace (dce0013..cf3562e
):
cf3562e 2022-12-01 Devon Carew blast_repo fixes (#123 )
test (b25dac9..f3d80a6
):
f3d80a68 2022-11-29 Nate Bosch Fix missing label and reason after isNotNull (#1797 )
5b1f0075 2022-11-29 Nate Bosch Use double quotes for test names on windows (#1802 )
986045c4 2022-11-29 Nate Bosch Temporarily pin to ubuntu 20.04 (#1800 )
webdev (637b406..91b8a19
):
91b8a19 2022-12-01 Elliott Brooks (she/her) Fix global variable `isInternalBuild` in injected client (#1805 )
7d0810a 2022-11-30 Elliott Brooks (she/her) Updates the `fixture` package `pubspecs` so it is clear what shouldn't be migrated to null-safety
(#1803 )
acd3f9f 2022-11-30 Elliott Brooks (she/her) Can debug with the MV3 Dart Debug Extension (#1802 )
1258510 2022-11-29 Elliott Brooks (she/her) Detect whether the Debug Extension was built for dev or release (#1800 )
b4a23c6 2022-11-29 Elliott Brooks (she/her) Fix Fetch API implementation (#1801 )
67133df 2022-11-29 Elliott Brooks (she/her) Pull out debug logging into one file (#1799 )
a395c68 2022-11-28 Elliott Brooks (she/her) Handle detecting Dart app when tab changes (#1796 )
4fb4328 2022-11-28 Elliott Brooks (she/her) Authenticate the user when they click on the Dart Debug Extension icon (#1795 )
Change-Id: I7beeeb43de4ba514817836ffd4ff6a62b801f2dc
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/273282
Commit-Queue: Devon Carew <devoncarew@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
2022-12-02 19:02:54 +00:00
Devon Carew
99026df0f8
[deps] update package:webdriver
...
Change-Id: Iaa875c46f1425160063b5cc5f44e87a60c5e61dd
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/273003
Commit-Queue: Devon Carew <devoncarew@google.com>
Reviewed-by: Nate Bosch <nbosch@google.com>
2022-12-01 17:42:21 +00:00
Sigurd Meldgaard
258598eeb6
Bump pub to 21aa23f148a428ae4dd97a27ecc70b08c1328089
...
Changes:
```
> git log --format="%C(auto) %h %s" 4fd2051..21aa23f
https://dart.googlesource.com/pub.git/+/21aa23f1 Revert "Create output folder if it doesn't exist in the precompiler (#3676 )" (#3677 )
https://dart.googlesource.com/pub.git/+/04f7bce8 Don't consider resolution outdated in dev-releases (#3678 )
https://dart.googlesource.com/pub.git/+/74473e12 Create output folder if it doesn't exist in the precompiler (#3676 )
https://dart.googlesource.com/pub.git/+/5bfd68b1 Avoid .incremental.dill.incremental.dill in temporary file name (#3675 )
https://dart.googlesource.com/pub.git/+/c3870bc1 Unskip test (#3671 )
```
Diff: https://dart.googlesource.com/pub.git/+/4fd2051bb8060ea2f2e02b13dfeb2f793d197994..21aa23f148a428ae4dd97a27ecc70b08c1328089/
Change-Id: Ie5060563cc3f96b0bc52e542f7a7b19d17fefd8f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/273223
Reviewed-by: Jonas Jensen <jonasfj@google.com>
Commit-Queue: Sigurd Meldgaard <sigurdm@google.com>
2022-12-01 16:13:50 +00:00
Michael Thomsen
7ebe699d85
[co19] Roll co19_2 to 9f28a5f173bd39c9b97a691e7abcba6fdf80b47b
...
2022-12-01 sgrekhov22@gmail.com Fixes dart-lang/co19#1565 . FallThroughError tests removed (dart-lang/co19#1567 )
2022-11-14 sgrekhov22@gmail.com dart-lang/co19#1540 . Tests error expectations updated (dart-lang/co19#1544 )
Change-Id: I4f4904e3c1e002230f4c47c5236fe0f93b18fc8b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/273220
Reviewed-by: Erik Ernst <eernst@google.com>
Commit-Queue: Michael Thomsen <mit@google.com>
Reviewed-by: Alexander Thomas <athom@google.com>
2022-12-01 14:35:25 +00:00
pq
d5c1158b7b
pull unrelated_type_equality_checks
fix
...
See: https://github.com/dart-lang/linter/issues/3868
(This should also unblock the fixnum internal roll.)
Change-Id: I9af710b075c6280ee55153c559f91ac6a0b21f3d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/273007
Commit-Queue: Phil Quitslund <pquitslund@google.com>
Reviewed-by: Samuel Rawlins <srawlins@google.com>
2022-11-30 23:31:45 +00:00
Michael Thomsen
77d04c4ed0
[co19] Roll co19 to 7d8ce35e4263b14e2fb79c60d34dc00851b14215
...
2022-11-29 sgrekhov22@gmail.com Fixes dart-lang/co19#1553 . Replace NullThrowError by TypeError (dart-lang/co19#1557 )
2022-11-29 sgrekhov22@gmail.com dart-lang/co19#1401 . [Patterns] List pattern tests added (dart-lang/co19#1552 )
2022-11-29 sgrekhov22@gmail.com Fixes dart-lang/co19#1562 . Remove deprecated FallThroughError tests (dart-lang/co19#1563 )
2022-11-29 sgrekhov22@gmail.com Fixes dart-lang/co19#1526 . [Records] Expect error for field names that start with underscore (dart-lang/co19#1527 )
Change-Id: Ia99d047bc85db40b0db3448fbc0aae54ea8a16d4
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/272641
Commit-Queue: Michael Thomsen <mit@google.com>
Reviewed-by: Erik Ernst <eernst@google.com>
2022-11-30 18:18:38 +00:00
Konstantin Shcheglov
0ddbdc64c9
Bump dart_style to migrate off deprecated analyzer APIs.
...
Change-Id: Ic2109e242b72875079aff635470eb82f309b0d76
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/272483
Reviewed-by: Alexander Thomas <athom@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
2022-11-30 17:51:08 +00:00
Sigurd Meldgaard
3e00e6aecf
Bump pub to 4fd2051bb8060ea2f2e02b13dfeb2f793d197994
...
Changes:
```
> git log --format="%C(auto) %h %s" 867ad17..4fd2051
https://dart.googlesource.com/pub.git/+/4fd2051b Also use caret syntax for recommending when missing sdk constraint (#3674 )
https://dart.googlesource.com/pub.git/+/ad6b00d8 Use caret syntax in environment recommendations (#3673 )
https://dart.googlesource.com/pub.git/+/06ab0148 Allow caret syntax for sdk constraints (#3672 )
```
Diff: https://dart.googlesource.com/pub.git/+/867ad175d81713c4e70473b1ab32107547cbdc3e..4fd2051bb8060ea2f2e02b13dfeb2f793d197994/
Change-Id: I07fc9bf5f01047a873e97e807b9c7fb9eff9fe35
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/272663
Reviewed-by: Jonas Jensen <jonasfj@google.com>
Commit-Queue: Sigurd Meldgaard <sigurdm@google.com>
2022-11-30 14:09:07 +00:00
pq
636eec185b
linter 1.31.0
...
Cherry-picks update of `prefer_equal_for_default_values` to be a no-op in SDKs `>=2.19`.
See: https://github.com/dart-lang/linter/pull/3865
Change-Id: I2669f0279a0913bc8b3c5b0501a9869608883a14
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/272543
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Phil Quitslund <pquitslund@google.com>
2022-11-30 02:11:07 +00:00
Polina Cherkasova
d18ad3a9b7
Bump DevTools DEP to 2.20.0
...
Change-Id: I3c7ab280e334281e1b15ca8cd25508423344bb98
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/272482
Commit-Queue: Polina Cherkasova <polinach@google.com>
Reviewed-by: Ben Konyi <bkonyi@google.com>
2022-11-29 17:03:47 +00:00
Sigurd Meldgaard
e9de133c2d
Bump pub to 867ad175d81713c4e70473b1ab32107547cbdc3e
...
Changes:
```
> git log --format="%C(auto) %h %s" 6fdcdd4..867ad17
https://dart.googlesource.com/pub.git/+/867ad175 Fix reading pubspecs from git (#3670 )
```
Diff: https://dart.googlesource.com/pub.git/+/6fdcdd4357645817e7d7027ee2157ed68ef69c53~..867ad175d81713c4e70473b1ab32107547cbdc3e/
Bug: https://github.com/flutter/flutter/issues/116107
Change-Id: I6b1a2f1e4f1864c9a2658568f6dfd63383d10406
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/272620
Commit-Queue: Siva Annamalai <asiva@google.com>
Reviewed-by: Martin Kustermann <kustermann@google.com>
Reviewed-by: Jonas Jensen <jonasfj@google.com>
Commit-Queue: Sigurd Meldgaard <sigurdm@google.com>
2022-11-29 15:24:35 +00:00
Sergey G. Grekhov
fc4d9c6210
[co19] Roll co19 to e2e8dd01102f4856574c5cd7bed02ebfa63fed9c
...
2022-11-29 sgrekhov22@gmail.com dart-lang/co19#1554 . Don't use colon for initializing default value (dart-lang/co19#1561 )
2022-11-29 sgrekhov22@gmail.com dart-lang/co19#1401 . Update logical patterns syntax to && and || (dart-lang/co19#1559 )
Change-Id: I39da17a33ad828c05bd685f8064178a6b003d302
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/272581
Reviewed-by: Alexander Thomas <athom@google.com>
2022-11-29 13:25:23 +00:00
Sergey G. Grekhov
b6c1cecbee
[co19] Roll co19 to a9a8b41a5efb6051956ef3c747efe3fa516d4a7e
...
2022-11-28 sgrekhov22@gmail.com dart-lang/co19#1554 . Don't use colon for initializing default value (dart-lang/co19#1560 )
2022-11-25 asashour@yahoo.com Remove extra space (dart-lang/co19#1550 )
2022-11-25 asashour@yahoo.com Remove unrecognized character. (dart-lang/co19#1558 )
Change-Id: I4812998edcd38c5695e7d6d910afcd79843542bc
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/272363
Reviewed-by: Alexander Thomas <athom@google.com>
2022-11-29 08:39:19 +00:00
Devon Carew
576df7f82c
Bump pub_semver to 17231113f98c80285881cc4452863bcfd085d1a8
...
Changes:
```
> git log --format="%C(auto) %h %s" 28159b8..1723111
https://dart.googlesource.com/pub_semver.git/+/1723111 rev to 2.1.3 in preparation for release (#75 )
https://dart.googlesource.com/pub_semver.git/+/5ac4c28 update and fix lints, bump min SDK (#74 )
```
Diff: https://dart.googlesource.com/pub_semver.git/+/28159b8c5b96fc2709d0904389d7932880f68659~..17231113f98c80285881cc4452863bcfd085d1a8/
Change-Id: I52e3503fff0529917e3ce9e9c79bd27b00402940
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/272388
Commit-Queue: Devon Carew <devoncarew@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Nate Bosch <nbosch@google.com>
2022-11-28 22:42:18 +00:00
Devon Carew
af23ffc8cc
[deps] revert the recent package:fixnum roll
...
Change-Id: I95c46b3e47963348daf0f4ac97cd2b2f5c6ad59e
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/272348
Commit-Queue: Oleh Prypin <oprypin@google.com>
Reviewed-by: Kevin Moore <kevmoo@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Oleh Prypin <oprypin@google.com>
2022-11-28 21:59:30 +00:00
Alexander Thomas
1d9f3ba509
[infra] Update checked-in SDKs to 2.19.0-374.0.dev
...
Change-Id: Icef5a3ba6968312c6a49dc5bedb44dbeb901ee99
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/272347
Commit-Queue: Alexander Markov <alexmarkov@google.com>
Commit-Queue: Alexander Thomas <athom@google.com>
Reviewed-by: Alexander Markov <alexmarkov@google.com>
Auto-Submit: Alexander Thomas <athom@google.com>
2022-11-28 21:25:39 +00:00
Devon Carew
32ae44215f
[deps] rev ffi, fixnum, http, markdown, protobuf, sse, test
...
Revisions updated by `dart tools/rev_sdk_deps.dart`.
ffi (3ede231..17a8142
):
17a8142 2022-11-21 Daco Harkes Add links to API reference and examples to README (#167 )
fixnum (bca3816..62916f2
):
62916f2 2022-11-24 Lasse R.H. Nielsen Split into separate libraries instead of using parts. (#97 )
14d4827 2022-11-23 Lasse R.H. Nielsen Add `tryParse` methods. (#96 )
http (d56141d..047d6ed
):
047d6ed 2022-11-22 Brian Quinlan Fixes a bug where requests made in different Clients would fail (#827 )
9dbbafb 2022-11-17 Brian Quinlan Add tests for compressed responses (#823 )
markdown (37951d1..ee3f4e9
):
ee3f4e9 2022-11-24 Zhiguang Chen Fix a blockquote issue (#496 )
c9048c0 2022-11-16 Zhiguang Chen Optimise DelimiterSyntax (#492 )
protobuf (ae90e53..c181573
):
c181573 2022-11-23 Kevin Moore [api_benchmark] migrate to null-safety (#776 )
648deaf 2022-11-23 Kevin Moore Standardize and fix lints (#775 )
bfa4c0d 2022-11-23 Kevin Moore Fix `///` at the top of generated Dart files (#774 )
ed68426 2022-11-17 Devon Carew Remove duplicate consts (#773 )
sse (283568d..8d018dd
):
8d018dd 2022-11-23 Elliott Brooks (she/her) Format markdown files (#68 )
2f6f151 2022-11-23 Elliott Brooks (she/her) Add optional `debugKey` parameter to SSE client (#67 )
eaee6a8 2022-11-23 Elliott Brooks (she/her) Use Fetch API in SSE Client (#66 )
test (7756833..b25dac9
):
b25dac99 2022-11-21 Kevin Moore checks: finish async tests (#1793 )
3166163e 2022-11-18 Devon Carew Update scorecards-analysis.yml (#1792 )
d930d5b0 2022-11-18 Nate Bosch Add support for async soft checks (#1789 )
b1411a21 2022-11-18 Devon Carew blast_repo fixes (#1788 )
a6aa04e0 2022-11-18 Jacob MacDonald disable wasm tests for now as they are failing (#1791 )
8b5174c1 2022-11-17 Kevin Moore Starting on async tests (#1787 )
Change-Id: Ic361fce7753d08d43fc827f13cb1bfa1738cc16e
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/272343
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Kevin Moore <kevmoo@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
2022-11-28 19:47:48 +00:00
Sergey G. Grekhov
3f1b69c209
[co19] Roll co19 to c38e027467efb69c754b198fe0d4029c38cfe72b
...
2022-11-25 sgrekhov22@gmail.com dart-lang/co19#1555 . Don't use colon for initializing default value (dart-lang/co19#1556 )
2022-11-24 askesc@google.com Avoid Function.apply in utility code (dart-lang/co19#1545 )
2022-11-21 sgrekhov22@gmail.com dart-lang/co19#1401 . [Patterns] Constant pattern tests added (dart-lang/co19#1538 )
Change-Id: I13c7a50524e8ca3eeb090b03038119420ef88f83
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/272160
Reviewed-by: Alexander Thomas <athom@google.com>
2022-11-25 14:18:24 +00:00
Sigurd Meldgaard
28be06f6d5
Bump pub to 6fdcd and webdev to 637b4
...
Bump pub to 6fdcdd4357645817e7d7027ee2157ed68ef69c53
Changes:
```
> git log --format="%C(auto) %h %s" 6ac42d7..6fdcdd4
https://dart.googlesource.com/pub.git/+/6fdcdd43 Support `--native-assets` in kernel compilation commands (#3667 )
https://dart.googlesource.com/pub.git/+/7202dd5e Fix error message for missing transitive dependency (#3196 )
https://dart.googlesource.com/pub.git/+/ab3304e1 Ignore analysis_options.yaml everywhere (#3666 )
https://dart.googlesource.com/pub.git/+/54e0b1eb Only check for sdk updates during resolveExecutable (#3665 )
https://dart.googlesource.com/pub.git/+/327d9ee8 Fix global activate --git-ref (#3656 )
https://dart.googlesource.com/pub.git/+/1485d60c Add env var flag to
override stdout.hasTerminal for output animations (#3658 )
https://dart.googlesource.com/pub.git/+/13ca9de1 Fix escapeShellArgument (#3663 )
https://dart.googlesource.com/pub.git/+/75c671c7 Allow adding from multiple sources (#3571 )
https://dart.googlesource.com/pub.git/+/1acfd4f7 dart pub get --enforce-lockfile (#3637 )
https://dart.googlesource.com/pub.git/+/9810fc6f Suggest using 2.12 as lower-bound SDK constraint (#3660 )
https://dart.googlesource.com/pub.git/+/f481f27a Add a README.md to the pub cache after command ends (#3650 )
https://dart.googlesource.com/pub.git/+/d54d52d3 Have executableForCommand rerun pub get if sdk changed minor version (#3652 )
https://dart.googlesource.com/pub.git/+/ea986525 Delete move.yml (#3648 )
```
Diff: https://dart.googlesource.com/pub.git/+/6ac42d7644dedfcc500147ab47886eecab4b1b38~..6fdcdd4357645817e7d7027ee2157ed68ef69c53/
Bump webdev to 637b406f325669507b5c1048c19a7c0083c1bd6e
Changes:
```
> git log --format="%C(auto) %h %s" 3ec168f..637b406
https://dart.googlesource.com/webdev.git/+/637b406 Support `--native-assets` in `FrontendServerClient` (#1797 )
https://dart.googlesource.com/webdev.git/+/a19d563 Save debug information in `chrome.storage` after a Dart app loads (#1791 )
https://dart.googlesource.com/webdev.git/+/9cc10d4 Connect to a `chrome.runtime` port to keep the service worker alive (#1789 )
```
Diff: https://dart.googlesource.com/webdev.git/+/3ec168f6815af9d5f11278111d147bc82c0755c3~..637b406f325669507b5c1048c19a7c0083c1bd6e/
Update CHANGELOG
Bump pub to 6fdcdd4357645817e7d7027ee2157ed68ef69c53
Changes:
```
> git log --format="%C(auto) %h %s" 6ac42d7..6fdcdd4
https://dart.googlesource.com/pub.git/+/6fdcdd43 Support `--native-assets` in kernel compilation commands (#3667 )
https://dart.googlesource.com/pub.git/+/7202dd5e Fix error message for missing transitive dependency (#3196 )
https://dart.googlesource.com/pub.git/+/ab3304e1 Ignore analysis_options.yaml everywhere (#3666 )
https://dart.googlesource.com/pub.git/+/54e0b1eb Only check for sdk updates during resolveExecutable (#3665 )
https://dart.googlesource.com/pub.git/+/327d9ee8 Fix global activate --git-ref (#3656 )
https://dart.googlesource.com/pub.git/+/1485d60c Add env var flag to override stdout.hasTerminal for output animations (#3658 )
https://dart.googlesource.com/pub.git/+/13ca9de1 Fix escapeShellArgument (#3663 )
https://dart.googlesource.com/pub.git/+/75c671c7 Allow adding from multiple sources (#3571 )
https://dart.googlesource.com/pub.git/+/1acfd4f7 dart pub get --enforce-lockfile (#3637 )
https://dart.googlesource.com/pub.git/+/9810fc6f Suggest using 2.12 as lower-bound SDK constraint (#3660 )
https://dart.googlesource.com/pub.git/+/f481f27a Add a README.md to the pub cache after command ends (#3650 )
https://dart.googlesource.com/pub.git/+/d54d52d3 Have executableForCommand rerun pub get if sdk changed minor version (#3652 )
https://dart.googlesource.com/pub.git/+/ea986525 Delete move.yml (#3648 )
```
Diff: https://dart.googlesource.com/pub.git/+/6ac42d7644dedfcc500147ab47886eecab4b1b38~..6fdcdd4357645817e7d7027ee2157ed68ef69c53/
Change-Id: I65b928479b44f08305853078b0f34a6b66602709
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/271709
Auto-Submit: Sigurd Meldgaard <sigurdm@google.com>
Reviewed-by: Jonas Jensen <jonasfj@google.com>
Commit-Queue: Jonas Jensen <jonasfj@google.com>
2022-11-25 11:13:03 +00:00