Commit graph

1999 commits

Author SHA1 Message Date
Devon Carew c63c74ec83 Bump markdown to 87e4c689342d5bbaa84ba2999abf0bff503979be
Changes:
```
> git log --format="%C(auto) %h %s" 32a9450..87e4c68
 https://dart.googlesource.com/markdown.git/+/87e4c68 Bump to 6.0.1 (#462)
 https://dart.googlesource.com/markdown.git/+/37305cf Add deprecated accessors for indicatorForUncheckedCheckBox and indicatorForCheckedCheckBox (#459)
 https://dart.googlesource.com/markdown.git/+/2e5e347 lint cleanup (#456)
 https://dart.googlesource.com/markdown.git/+/a0b5a05 example: small tweak to example – add Dart code (#455)
 https://dart.googlesource.com/markdown.git/+/de32a69 visitText to use textContent getter so subclassing Text class works correctly. (#431)
 https://dart.googlesource.com/markdown.git/+/8247955 Rewrite checkbox(task list) extension (#450)
 https://dart.googlesource.com/markdown.git/+/a602760 Fix crash with mixed checkbox lists (#449)

```

Diff: https://dart.googlesource.com/markdown.git/+/32a94505ded3863b82310b86344a003a19c00341~..87e4c689342d5bbaa84ba2999abf0bff503979be/
Change-Id: I92cf05fe6057e1b3eda8da09fc4eac4f67dd47ab
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/260441
Reviewed-by: Samuel Rawlins <srawlins@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
Commit-Queue: Samuel Rawlins <srawlins@google.com>
2022-09-21 20:55:36 +00:00
Devon Carew cf0efb4654 [deps] rev dartdoc, http, sync_http, test, and webdev
Change-Id: I88c8a02854566e89eef37571fa3d7ed8a0b62e46
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/260281
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Nate Bosch <nbosch@google.com>
Commit-Queue: Nate Bosch <nbosch@google.com>
2022-09-20 23:25:55 +00:00
Nate Bosch 141556c15f Bump stream_channel to 63831cb74c5a413da893bda0fa4a80b5cb567076
Changes:
```
> git log --format="%C(auto) %h %s" 8e0d7ef..63831cb
 https://dart.googlesource.com/stream_channel.git/+/63831cb Handle non-int multichannel message IDs (#80)

```

Diff: https://dart.googlesource.com/stream_channel.git/+/8e0d7ef1f4a3fb97fbd82e11cd539093f58511f3~..63831cb74c5a413da893bda0fa4a80b5cb567076/
Change-Id: I1e990c64e663b353501182fc723ad448d6c53168
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/260075
Auto-Submit: Nate Bosch <nbosch@google.com>
Reviewed-by: Devon Carew <devoncarew@google.com>
Commit-Queue: Nate Bosch <nbosch@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
2022-09-20 21:15:15 +00:00
Devon Carew 470f564112 Bump vector_math to 1eee95b15e5d35cf519514cc253037b19705fb7a
Changes:
```
> git log --format="%C(auto) %h %s" feb2a18..1eee95b
 https://dart.googlesource.com/external/github.com/google/vector_math.dart.git/+/1eee95b refactor the locations of the 'noise.dart' part files (#273)
 https://dart.googlesource.com/external/github.com/google/vector_math.dart.git/+/8c5c72b add markdown badges; configure dependabot (#274)

```

Diff: feb2a188b1~..1eee95b15e5d35cf519514cc253037b19705fb7a/
Change-Id: I6da5e3e7c0950c1f2ac407455d7d4be92135c19d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/260074
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Nate Bosch <nbosch@google.com>
Commit-Queue: Nate Bosch <nbosch@google.com>
2022-09-20 21:00:15 +00:00
Alexander Thomas 12756f55f3 [infra] Add a conditional emscripten SDK to the SDK DEPS
This change makes third_party/emsdk/upstream/emscripten/emcc available
if the gclient variable `download_emscripten` is `True`.

Fixes: b/247449715
Change-Id: Ia57d75b7c74a811dc50c3ef6e37f2b35db7116d3
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/260100
Commit-Queue: Alexander Thomas <athom@google.com>
Reviewed-by: William Hesse <whesse@google.com>
2022-09-20 09:41:12 +00:00
Sergey G. Grekhov 8f29e846a4 [co19] Roll co19 to fa5126b771b1f2de1bade26f59a7348df0e2f45a
2022-09-19 sgrekhov22@gmail.com Fixes dart-lang/co19#1436. Roll failures fixed (dart-lang/co19#1439)
2022-09-19 sgrekhov22@gmail.com dart-lang/co19#1429. Remove obsolete experimental flags: super-parameters (dart-lang/co19#1440)
2022-09-19 sgrekhov22@gmail.com Fixes dart-lang/co19#1437. Wrong record literal format fixed (dart-lang/co19#1438)
2022-09-16 sgrekhov22@gmail.com dart-lang/co19#1429. Remove obsolete experimental flags: enhanced-enums (dart-lang/co19#1435)
2022-09-16 sgrekhov22@gmail.com dart-lang/co19#1433. Fixe error expectation (dart-lang/co19#1434)
2022-09-16 sgrekhov22@gmail.com dart-lang/co19#1399. [Records] Type inference and promotion tests added (dart-lang/co19#1418)
2022-09-16 sgrekhov22@gmail.com dart-lang/co19#1429. Remove obsolete experimental flags: constructor-tearoffs (dart-lang/co19#1432)
2022-09-15 sgrekhov22@gmail.com dart-lang/co19#1399. [Records] More records tests added (dart-lang/co19#1422)
2022-09-14 sgrekhov22@gmail.com Fixes dart-lang/co19#1425. Syntax error fixed (dart-lang/co19#1426)
2022-09-14 sgrekhov22@gmail.com dart-lang/co19#1399 [Records] tests. Part 2. Static semantics and members tests added (dart-lang/co19#1408)
2022-09-13 sgrekhov22@gmail.com Fixes dart-lang/co19#1423. Indents fixed (dart-lang/co19#1424)
2022-09-13 sgrekhov22@gmail.com dart-lang/co19#1399. [Records] Added missed cases  for type annotations, expressions and Record class (dart-lang/co19#1419)
2022-09-13 49699333+dependabot[bot]@users.noreply.github.com Bump actions/setup-java from 3.4.1 to 3.5.0 (dart-lang/co19#1421)
2022-09-07 sgrekhov22@gmail.com dart-lang/co19#1399. [Records] Add upper and lower bounds tests, type annotations tests updated (dart-lang/co19#1417)

Change-Id: Id5e6d839af6a9d5c0556d27963ba9aa566a079b9
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/259780
Reviewed-by: Alexander Thomas <athom@google.com>
2022-09-19 14:33:27 +00:00
Devon Carew 68ec22b29b [deps] rev dartdoc, http, shelf, test_reflective_loader, and webdev
Change-Id: I5b2de0bda736abf89ba3f5f3a8300af9fbf68a6a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/259510
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Kevin Moore <kevmoo@google.com>
Commit-Queue: Kevin Moore <kevmoo@google.com>
2022-09-16 19:24:40 +00:00
Devon Carew 4e9cd784ab [deps] rev to the latest package:markdown
Change-Id: Ie7d771694220feb9c888b77f1ada2441bd7ee282
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/259244
Auto-Submit: Devon Carew <devoncarew@google.com>
Commit-Queue: Samuel Rawlins <srawlins@google.com>
Reviewed-by: Samuel Rawlins <srawlins@google.com>
2022-09-15 22:59:19 +00:00
Aske Simon Christensen acd94c380c Update d8 to 10.7.157
This is the latest version, which we can now update to after switching
the JS interop imports/exports in dart2wasm to use `externref`.

Change-Id: I102ca6e4b6d777cf490ee28cc36b46536ceff7dd
Cq-Include-Trybots: luci.dart.try:dart2wasm-linux-x64-d8-try
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/258542
Commit-Queue: Aske Simon Christensen <askesc@google.com>
Reviewed-by: Stephen Adams <sra@google.com>
2022-09-15 22:55:29 +00:00
Nate Bosch 493858715b Bump matcher to 6a9b83bbd73e50df2058b3e8e4aa301df49569c6
Changes:
```
> git log --format="%C(auto) %h %s" 0611d61..6a9b83b
 https://dart.googlesource.com/matcher.git/+/6a9b83b Make FunctionMatcher private again (#196)
 https://dart.googlesource.com/matcher.git/+/7e204b8 Annotate TypeMatcher.having with useResult (#195)

```

Diff: https://dart.googlesource.com/matcher.git/+/0611d61ec2ecd10b65be2b20b63db40682237a5d~..6a9b83bbd73e50df2058b3e8e4aa301df49569c6/
Change-Id: I5edb5c535e2aecceb753e1e3feb8e33e61577b05
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/259500
Reviewed-by: Kevin Moore <kevmoo@google.com>
Auto-Submit: Nate Bosch <nbosch@google.com>
Commit-Queue: Nate Bosch <nbosch@google.com>
Commit-Queue: Kevin Moore <kevmoo@google.com>
2022-09-15 20:56:39 +00:00
Devon Carew 8541965089 [deps] rev http, mockito, shelf, and test
Change-Id: Ifb1bf92c9017a43c626104d115276cc49d883e13
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/259241
Commit-Queue: Kevin Moore <kevmoo@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Kevin Moore <kevmoo@google.com>
2022-09-14 20:29:32 +00:00
DEPS Autoroller 88371e4866 Roll Dart Documentation Generator from b0b0d6ace017 to 8e7871c2f54f (2 revisions)
https://dart.googlesource.com/dartdoc/+log/b0b0d6ace017..8e7871c2f54f

2022-09-14 srawlins@google.com Refactor renderers (#3163)
2022-09-14 srawlins@google.com Fix InterfaceElement assert for analyzer 5.0.0 (#3165)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/dart-doc-dart-sdk
Please CC dart-ecosystem-gardener@grotations.appspotmail.com on the revert to ensure that a human
is aware of the problem.

To file a bug in Dart Documentation Generator: https://github.com/dart-lang/dartdoc/issues
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

Tbr: dart-ecosystem-gardener@grotations.appspotmail.com
Change-Id: I7555996629be5f616a9ab2c7f029c6fce3dec47f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/259065
Commit-Queue: DEPS Autoroller <dart-autoroll@skia-public.iam.gserviceaccount.com>
Reviewed-by: Devon Carew <devoncarew@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
2022-09-14 19:06:48 +00:00
Nate Bosch 4198020cce Bump shelf to ca731ab09eba26d6e301fbc882a65621cb3cfed4
Changes:
```
> git log --format="%C(auto) %h %s" 6f80ea1..ca731ab
 https://dart.googlesource.com/shelf.git/+/ca731ab Add a poweredByHeader argument to server (#272)

```

Diff: https://dart.googlesource.com/shelf.git/+/6f80ea14fcd13c911bd31d32260bf1f97ad799b1~..ca731ab09eba26d6e301fbc882a65621cb3cfed4/
Change-Id: I6f828214c084591ca5e9827ab2f6de07b626fbbe
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/259107
Commit-Queue: Nate Bosch <nbosch@google.com>
Reviewed-by: Kevin Moore <kevmoo@google.com>
Commit-Queue: Kevin Moore <kevmoo@google.com>
Auto-Submit: Nate Bosch <nbosch@google.com>
2022-09-13 23:50:01 +00:00
DEPS Autoroller e324ada968 Roll Dart Documentation Generator from c64f800bd6a7 to b0b0d6ace017 (8 revisions)
https://dart.googlesource.com/dartdoc/+log/c64f800bd6a7..b0b0d6ace017

2022-09-13 srawlins@google.com Use toList(growable:false) more (#3151)
2022-09-13 srawlins@google.com Make Warnable.package non-nullable (#3155)
2022-09-13 parlough@gmail.com Update scorecard action to v2.0.3 (#3162)
2022-09-13 srawlins@google.com Bump to 6.1.1 (#3161)
2022-09-12 srawlins@google.com Allow analyzer 5.0.0 (#3160)
2022-09-12 srawlins@google.com Make Extension.typeParameters late final (#3150)
2022-09-12 srawlins@google.com Fix HTML of features (#3147)
2022-09-12 srawlins@google.com Improve assert of function typedef (#3158)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/dart-doc-dart-sdk
Please CC dart-ecosystem-gardener@grotations.appspotmail.com on the revert to ensure that a human
is aware of the problem.

To file a bug in Dart Documentation Generator: https://github.com/dart-lang/dartdoc/issues
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

Tbr: dart-ecosystem-gardener@grotations.appspotmail.com
Change-Id: I96e0843c13d07f35e1bab57cacaddd747f54e00b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/259081
Commit-Queue: DEPS Autoroller <dart-autoroll@skia-public.iam.gserviceaccount.com>
Reviewed-by: Devon Carew <devoncarew@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
2022-09-13 19:31:20 +00:00
Devon Carew 5389fd41ed [deps] rev dartdoc, matcher, and webdev
Change-Id: Ie7a41a5ab1094e136550c4c5f549c1cb62371fea
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/258862
Commit-Queue: Nate Bosch <nbosch@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
Reviewed-by: Nate Bosch <nbosch@google.com>
2022-09-12 18:36:56 +00:00
Sergey G. Grekhov 272a10853d [co19] Roll co19 to 3c9ba02a1e4bfc416ff3cd05df512d63deacd885
2022-09-02 sgrekhov22@gmail.com dart-lang/co19#1399. on clause tests added (dart-lang/co19#1416)
2022-09-02 sgrekhov22@gmail.com dart-lang/co19#1399. [Records] Type annotations and record expressions tests updated (dart-lang/co19#1415)
2022-09-01 sgrekhov22@gmail.com Fixes dart-lang/co19#1398. Fix tests that use unreachable code after `Never` (dart-lang/co19#1402)
2022-08-31 sgrekhov22@gmail.com dart-lang/co19#1399. [Records] Typos in subtyping tests description fixed (dart-lang/co19#1414)
2022-08-31 sgrekhov22@gmail.com dart-lang/co19#1399. [Records] Subtyping tests for records added (dart-lang/co19#1412)
2022-08-31 asashour@yahoo.com Fix typo (dart-lang/co19#1413)
2022-08-30 sgrekhov22@gmail.com dart-lang/co19#1405. BytesBuilder tests moved from dart:io to dart:typed_data (dart-lang/co19#1410)
2022-08-30 sgrekhov22@gmail.com dart-lang/co19#1399. Tests for record types. Part 1 (dart-lang/co19#1395)
2022-08-24 sgrekhov22@gmail.com dart-lang/co19#1405. Don't use deprecated API in co19 tests. Update generated files (dart-lang/co19#1407)
2022-08-24 sgrekhov22@gmail.com dart-lang/co19#1405. Don't use deprecated API in co19 tests (dart-lang/co19#1406)
2022-08-23 sgrekhov22@gmail.com Fixes dart-lang/co19#1361. Private fields promotion tests added (dart-lang/co19#1391)
2022-08-23 sgrekhov22@gmail.com Fixes dart-lang/co19#1394. Add missing compile-error (dart-lang/co19#1396)
2022-08-23 sgrekhov22@gmail.com Fixes dart-lang/co19#1403. Added test that `super` cannot be used as an expression (dart-lang/co19#1404)
2022-08-15 sgrekhov22@gmail.com dart-lang/co19#1388. FFI tests fixed for 32-bit systems (dart-lang/co19#1392)
2022-08-11 sgrekhov22@gmail.com dart-lang/co19#1388. FFI test failures fixed (dart-lang/co19#1389)

Change-Id: I2eee6c193eed1ce8a511f3ef5667ded947fbfad8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/257700
Reviewed-by: Alexander Thomas <athom@google.com>
2022-09-12 13:00:30 +00:00
DEPS Autoroller 571f9cc390 Roll Dart Documentation Generator from aba679e24310 to 401a7e8adfa2 (1 revision)
https://dart.googlesource.com/dartdoc/+log/aba679e24310..401a7e8adfa2

2022-09-09 srawlins@google.com Improve assertion message in typedef issue with flutter (#3148)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/dart-doc-dart-sdk
Please CC dart-ecosystem-gardener@grotations.appspotmail.com on the revert to ensure that a human
is aware of the problem.

To file a bug in Dart Documentation Generator: https://github.com/dart-lang/dartdoc/issues
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

Tbr: dart-ecosystem-gardener@grotations.appspotmail.com
Change-Id: I1ce79666bdee12f63f131d66a7f5796ee0a95814
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/258620
Commit-Queue: DEPS Autoroller <dart-autoroll@skia-public.iam.gserviceaccount.com>
Reviewed-by: Nate Bosch <nbosch@google.com>
Commit-Queue: Nate Bosch <nbosch@google.com>
2022-09-09 22:44:14 +00:00
Devon Carew 2dddeeec99 [deps] rev http, intl, protobuf, shelf, test, webdev
Change-Id: I270c6fa43f53cda0816dfb63f2379302c2cfda0b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/258322
Reviewed-by: Kevin Moore <kevmoo@google.com>
Commit-Queue: Kevin Moore <kevmoo@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
2022-09-08 19:54:33 +00:00
DEPS Autoroller cac7058892 Roll Dart Protobuf Support from f246fd64d571 to cd0ff30759d8 (1 revision)
https://dart.googlesource.com/protobuf/+log/f246fd64d571..cd0ff30759d8

2022-09-08 omersa@google.com Fix warning with Dart 2.19 beta

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/dart-protobuf-dart-sdk
Please CC dart-ecosystem-gardener@grotations.appspotmail.com on the revert to ensure that a human
is aware of the problem.

To file a bug in Dart Protobuf Support: https://github.com/dart-lang/protobuf/issues
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

Tbr: dart-ecosystem-gardener@grotations.appspotmail.com
Change-Id: I3057f4b5644c67ca45e97b51adf6439f538e7f98
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/258260
Reviewed-by: Nate Bosch <nbosch@google.com>
Commit-Queue: Nate Bosch <nbosch@google.com>
2022-09-08 18:17:03 +00:00
DEPS Autoroller ac0138ccb6 Roll Dart Documentation Generator from 3bcfc1c2ba36 to aba679e24310 (1 revision)
https://dart.googlesource.com/dartdoc/+log/3bcfc1c2ba36..aba679e24310

2022-09-07 49699333+dependabot[bot]@users.noreply.github.com Bump github/codeql-action from 2.1.21 to 2.1.22 (#3140)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/dart-doc-dart-sdk
Please CC dart-ecosystem-gardener@grotations.appspotmail.com on the revert to ensure that a human
is aware of the problem.

To file a bug in Dart Documentation Generator: https://github.com/dart-lang/dartdoc/issues
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

Tbr: dart-ecosystem-gardener@grotations.appspotmail.com
Change-Id: I2d94e6cc87b428693808559addd72923e485af5a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/258080
Reviewed-by: Nate Bosch <nbosch@google.com>
Commit-Queue: Nate Bosch <nbosch@google.com>
2022-09-08 00:30:22 +00:00
DEPS Autoroller 23a1d9cbcd Roll Dart Protobuf Support from bdd90b2b6d2f to f246fd64d571 (2 revisions)
https://dart.googlesource.com/protobuf/+log/bdd90b2b6d2f..f246fd64d571

2022-09-07 omersa@google.com Check message mutability in merge/deserialize methods (#727)
2022-09-06 kevmoo@users.noreply.github.com Update to latest pkg:mono_repo, use new pubspec feature (#750)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/dart-protobuf-dart-sdk
Please CC dart-ecosystem-gardener@grotations.appspotmail.com on the revert to ensure that a human
is aware of the problem.

To file a bug in Dart Protobuf Support: https://github.com/dart-lang/protobuf/issues
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

Tbr: dart-ecosystem-gardener@grotations.appspotmail.com
Change-Id: Ic5d1c7fc703304c080b3edbc54cda23e01a58a7f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/257942
Reviewed-by: Nate Bosch <nbosch@google.com>
Commit-Queue: Nate Bosch <nbosch@google.com>
2022-09-08 00:30:05 +00:00
DEPS Autoroller e4643b54df Roll Dart Documentation Generator from d732c8f4eda4 to 3bcfc1c2ba36 (3 revisions)
https://dart.googlesource.com/dartdoc/+log/d732c8f4eda4..3bcfc1c2ba36

2022-09-07 srawlins@google.com Deprecate linkedParamsNoMetadataOrNames (#3143)
2022-09-07 srawlins@google.com Bump to 6.1.0 (#3141)
2022-09-07 srawlins@google.com Bump to analyzer 4.7.0 (#3142)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/dart-doc-dart-sdk
Please CC dart-ecosystem-gardener@grotations.appspotmail.com on the revert to ensure that a human
is aware of the problem.

To file a bug in Dart Documentation Generator: https://github.com/dart-lang/dartdoc/issues
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

Tbr: dart-ecosystem-gardener@grotations.appspotmail.com
Change-Id: I148cbeb25af37331694a9c189bc58b7320eefc56
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/258060
Commit-Queue: DEPS Autoroller <dart-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
Reviewed-by: Devon Carew <devoncarew@google.com>
2022-09-07 18:07:27 +00:00
Ömer Sinan Ağacan 41b479e32e Bump protobuf dep, update protobuf test output
protobuf.dart#bdd90b2b6d2ffe431aceaa3145ed40393d4acb0c added an argument
to `BuilderInfo.m`. Update protobuf tree shaker expected test outputs to
reflect that.

Change-Id: Ibf4adce6143c7c77181e0a6523f553b449cc7cc1
Bug: https://github.com/google/protobuf.dart/issues/749
Tested: SDK protobuf treeshaker tests pass
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/257341
Reviewed-by: Sigurd Meldgaard <sigurdm@google.com>
Reviewed-by: Devon Carew <devoncarew@google.com>
Commit-Queue: Ömer Ağacan <omersa@google.com>
2022-09-05 08:20:15 +00:00
Devon Carew b6dfcf45a1 [deps] rev clock, http, logging, shelf, webdev, and webkit_inspection_protocol
Change-Id: Ieca31c453caaa8e52f4371b94c3625d34bc9644b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/257263
Reviewed-by: Nate Bosch <nbosch@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
2022-09-02 17:03:53 +00:00
pq 3f346ef418 linter 1.28.0
Change-Id: I5f8e7dd1e581e37b456ba2be4c41904dbdfd7977
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/257125
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Phil Quitslund <pquitslund@google.com>
2022-09-02 15:46:23 +00:00
Polina Cherkasova 391ef8bb60 Bump DevTools DEP to 2.17.0
Change-Id: Icffe22cc4d36c32fc7eda1079311995f8c8dc81c
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/257262
Commit-Queue: Polina Cherkasova <polinach@google.com>
Reviewed-by: Kenzie Davisson <kenzieschmoll@google.com>
Reviewed-by: Ben Konyi <bkonyi@google.com>
2022-09-01 20:02:52 +00:00
Alexander Thomas 789d979f90 Revert "[infra] Add dart_ci scripts to Dart SDK DEPS"
This reverts commit 1acf5dea46.

Reason for revert: Broke gclient sync for users.

Original change's description:
> [infra] Add dart_ci scripts to Dart SDK DEPS
>
> * Remove find_base_commit.dart script, this script will be supplied via
>   the CIPD package instead.
> * The packages use "latest", to stay in sync with the current
>   infrastructure rather than pinning them to an old version.
>
> Bug: b/242960194
> Change-Id: Iafa229e26b8926bc406758a79d22fe1410e1db96
> Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/255681
> Commit-Queue: Alexander Thomas <athom@google.com>
> Reviewed-by: William Hesse <whesse@google.com>

TBR=whesse@google.com,athom@google.com

Change-Id: I1d17b47f72527e46e117420b9d816a5a1dce711c
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: b/242960194
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/256502
Reviewed-by: Alexander Thomas <athom@google.com>
Auto-Submit: Alexander Thomas <athom@google.com>
Commit-Queue: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
2022-08-31 15:47:29 +00:00
DEPS Autoroller c130a8071b Roll Dart Documentation Generator from 0fc363d60810 to d732c8f4eda4 (2 revisions)
https://dart.googlesource.com/dartdoc/+log/0fc363d60810..d732c8f4eda4

2022-08-31 kevmoo@users.noreply.github.com Trim field implementation source code to improve rendering (#3138)
2022-08-31 kevmoo@users.noreply.github.com Enable and fix unnecessary_parenthesis lint (#3139)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/dart-doc-dart-sdk
Please CC dart-ecosystem-gardener@grotations.appspotmail.com on the revert to ensure that a human
is aware of the problem.

To file a bug in Dart Documentation Generator: https://github.com/dart-lang/dartdoc/issues
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

Tbr: dart-ecosystem-gardener@grotations.appspotmail.com
Change-Id: I4d62ae1e545e2f05638ae03b0e435d70eae48e3f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/257021
Commit-Queue: Devon Carew <devoncarew@google.com>
Reviewed-by: Devon Carew <devoncarew@google.com>
2022-08-31 14:57:42 +00:00
Alexander Thomas 1acf5dea46 [infra] Add dart_ci scripts to Dart SDK DEPS
* Remove find_base_commit.dart script, this script will be supplied via
  the CIPD package instead.
* The packages use "latest", to stay in sync with the current
  infrastructure rather than pinning them to an old version.

Bug: b/242960194
Change-Id: Iafa229e26b8926bc406758a79d22fe1410e1db96
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/255681
Commit-Queue: Alexander Thomas <athom@google.com>
Reviewed-by: William Hesse <whesse@google.com>
2022-08-31 13:10:18 +00:00
Alexander Thomas 0d5e51c96e [infra] Upgrade checked-in SDKs to 2.18.0
Change-Id: I6dcdecfd04a5a5702186f5e9f67fdb65e729e7f4
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/256881
Reviewed-by: William Hesse <whesse@google.com>
Commit-Queue: Alexander Thomas <athom@google.com>
2022-08-31 09:09:38 +00:00
DEPS Autoroller f7405d3eb6 Roll Dart Documentation Generator from 14581efa5b7a to 0fc363d60810 (3 revisions)
https://dart.googlesource.com/dartdoc/+log/14581efa5b7a..0fc363d60810

2022-08-30 parlough@gmail.com Remove Material Icons and replace usages of it with Material Symbols (#3135)
2022-08-30 parlough@gmail.com Make theme toggle not selectable and have pointer on hover (#3136)
2022-08-29 49699333+dependabot[bot]@users.noreply.github.com Bump github/codeql-action from 2.1.20 to 2.1.21 (#3134)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/dart-doc-dart-sdk
Please CC dart-ecosystem-gardener@grotations.appspotmail.com on the revert to ensure that a human
is aware of the problem.

To file a bug in Dart Documentation Generator: https://github.com/dart-lang/dartdoc/issues
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

Tbr: dart-ecosystem-gardener@grotations.appspotmail.com
Change-Id: I7927cc9d20ae77032ef7ab3db02270c27fcd2f59
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/256784
Reviewed-by: Nate Bosch <nbosch@google.com>
Commit-Queue: Nate Bosch <nbosch@google.com>
2022-08-30 20:07:28 +00:00
Ivan Inozemtsev 56df821636 Revert "[deps] rev package:markdown"
This reverts commit 878124b915.

Reason for revert: b/236358256

Original change's description:
> [deps] rev package:markdown
>
> Change-Id: I8f08591fdf2cfc65a9f891b885774ee574bf682b
> Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/256644
> Reviewed-by: Kevin Moore <kevmoo@google.com>
> Commit-Queue: Devon Carew <devoncarew@google.com>

TBR=kevmoo@google.com,devoncarew@google.com

Change-Id: I04c1622ab77c13d5bfd4191aa500b73807dd0909
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/256823
Reviewed-by: Devon Carew <devoncarew@google.com>
Reviewed-by: Ivan Inozemtsev <iinozemtsev@google.com>
Commit-Queue: Ivan Inozemtsev <iinozemtsev@google.com>
2022-08-30 15:55:40 +00:00
Devon Carew bd89be9efa [deps] rev dartdoc, http, matcher, protobuf
Change-Id: I16b4cef0d6d3a337cf7c5a20b8c648e0f6d3cc55
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/256645
Reviewed-by: Kevin Moore <kevmoo@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
2022-08-29 17:40:25 +00:00
Devon Carew 878124b915 [deps] rev package:markdown
Change-Id: I8f08591fdf2cfc65a9f891b885774ee574bf682b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/256644
Reviewed-by: Kevin Moore <kevmoo@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
2022-08-29 17:13:55 +00:00
Devon Carew 2b77317e2c [deps] rev dartdoc, http, protobuf, webdev
Change-Id: I321fb219834571b97a83203d153eced860dc9390
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/256366
Reviewed-by: Kevin Moore <kevmoo@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
2022-08-25 17:40:01 +00:00
Sigurd Meldgaard c02c9753c3 Reland "Bump pub to ec35d46261b610e558dfd0d8525ca3fc8387b4b7"
This is a reland of commit 78636aaea9

Original change's description:
> Bump pub to ec35d46261b610e558dfd0d8525ca3fc8387b4b7
>
> Changes:
> ```
> > git log --format="%C(auto) %h %s" ac7db6c..ec35d46
>  https://dart.googlesource.com/pub.git/+/ec35d462 Fix null-safety warning in dart.dart (#3514)
>  https://dart.googlesource.com/pub.git/+/7d30cf0b Allow pubspec key 'funding' (#3529)
>  https://dart.googlesource.com/pub.git/+/8ff63a8e Fix remaining usages of path.prettyUri on git uris (#3524)
>  https://dart.googlesource.com/pub.git/+/bc32a30e Fix typo "exitcode" (#3511)
>
> ```
>
> Diff: https://dart.googlesource.com/pub.git/+/ac7db6c07318efa4a8712110275eaf70f96a6d00~..ec35d46261b610e558dfd0d8525ca3fc8387b4b7/
> Change-Id: I535f4fab8940ee8400ef75369d35fb4c1ee3adab
> Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/255990
> Reviewed-by: Sarah Zakarias <zarah@google.com>
> Commit-Queue: Sigurd Meldgaard <sigurdm@google.com>

Change-Id: I9c50c7b5ea01fc24cc97b328766ad7d2b9c4b36e
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/256280
Reviewed-by: Sarah Zakarias <zarah@google.com>
Commit-Queue: Sigurd Meldgaard <sigurdm@google.com>
2022-08-25 11:16:32 +00:00
Martin Kustermann f73f25edab Revert to clang toolchain that was rolled in March
This reverts commit fef426ac0b
  This reverts commit e9f629f607
  This reverts commit 413f60a8b6

Reason for revert: With newer clang toolchain for MachOS, the produced
MachO binaries (e.g. `dartaotruntime`) can no longer be signed with
`codesign` on older MacOS versions (before MacOS 12).

We will report this breaking change to fuchsia-clang team and revert
to older (working) clang in the meantime to unblock releases.

Issue https://github.com/dart-lang/sdk/issues/49275

Tested: ci
Co-authored-by: Martin Kustermann <kustermann@google.com>
Change-Id: I0d4fa6617df2908c4af31e102f5faf9e3ea1df95
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/256208
Reviewed-by: Alexander Thomas <athom@google.com>
Reviewed-by: Siva Annamalai <asiva@google.com>
Commit-Queue: Alexander Thomas <athom@google.com>
Reviewed-by: Tess Strickland <sstrickl@google.com>
2022-08-24 16:56:19 +00:00
Devon Carew 66208f5d66 [deps] rev package:file to the latest
Change-Id: I1b561e1825258d570b72a0dad263d9de1dc1daf8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/256020
Commit-Queue: Devon Carew <devoncarew@google.com>
Reviewed-by: Nate Bosch <nbosch@google.com>
2022-08-24 00:36:10 +00:00
Sigurd Meldgaard 2559aba219 Revert "Bump pub to ec35d46261b610e558dfd0d8525ca3fc8387b4b7"
This reverts commit 78636aaea9.

Reason for revert: This breaks the google3 roll. We need to roll frontend_server_client first.

Original change's description:
> Bump pub to ec35d46261b610e558dfd0d8525ca3fc8387b4b7
>
> Changes:
> ```
> > git log --format="%C(auto) %h %s" ac7db6c..ec35d46
>  https://dart.googlesource.com/pub.git/+/ec35d462 Fix null-safety warning in dart.dart (#3514)
>  https://dart.googlesource.com/pub.git/+/7d30cf0b Allow pubspec key 'funding' (#3529)
>  https://dart.googlesource.com/pub.git/+/8ff63a8e Fix remaining usages of path.prettyUri on git uris (#3524)
>  https://dart.googlesource.com/pub.git/+/bc32a30e Fix typo "exitcode" (#3511)
>
> ```
>
> Diff: https://dart.googlesource.com/pub.git/+/ac7db6c07318efa4a8712110275eaf70f96a6d00~..ec35d46261b610e558dfd0d8525ca3fc8387b4b7/
> Change-Id: I535f4fab8940ee8400ef75369d35fb4c1ee3adab
> Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/255990
> Reviewed-by: Sarah Zakarias <zarah@google.com>
> Commit-Queue: Sigurd Meldgaard <sigurdm@google.com>

TBR=sigurdm@google.com,zarah@google.com

Change-Id: I9f46b5a63f8c3f0b11a9fe1d348696b1f988e5ca
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/256080
Reviewed-by: Sigurd Meldgaard <sigurdm@google.com>
Commit-Queue: Sigurd Meldgaard <sigurdm@google.com>
Reviewed-by: Jonas Jensen <jonasfj@google.com>
2022-08-23 09:58:30 +00:00
Sigurd Meldgaard 78636aaea9 Bump pub to ec35d46261b610e558dfd0d8525ca3fc8387b4b7
Changes:
```
> git log --format="%C(auto) %h %s" ac7db6c..ec35d46
 https://dart.googlesource.com/pub.git/+/ec35d462 Fix null-safety warning in dart.dart (#3514)
 https://dart.googlesource.com/pub.git/+/7d30cf0b Allow pubspec key 'funding' (#3529)
 https://dart.googlesource.com/pub.git/+/8ff63a8e Fix remaining usages of path.prettyUri on git uris (#3524)
 https://dart.googlesource.com/pub.git/+/bc32a30e Fix typo "exitcode" (#3511)

```

Diff: https://dart.googlesource.com/pub.git/+/ac7db6c07318efa4a8712110275eaf70f96a6d00~..ec35d46261b610e558dfd0d8525ca3fc8387b4b7/
Change-Id: I535f4fab8940ee8400ef75369d35fb4c1ee3adab
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/255990
Reviewed-by: Sarah Zakarias <zarah@google.com>
Commit-Queue: Sigurd Meldgaard <sigurdm@google.com>
2022-08-23 08:44:09 +00:00
Alexander Thomas 560749e126 [infra] Upgrade checked-in SDKs to 2.18.0-271.7.beta
Change-Id: I8e7dc1d6241783d47c1e0b62fe039a7fef16ca44
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/256000
Reviewed-by: William Hesse <whesse@google.com>
Commit-Queue: Alexander Thomas <athom@google.com>
2022-08-23 07:59:19 +00:00
DEPS Autoroller 44b800d8f1 Roll Dart Protobuf Support from 9cf05f6e9f53 to 8337a7910fef (2 revisions)
https://dart.googlesource.com/protobuf/+log/9cf05f6e9f53..8337a7910fef

2022-08-22 omersa@google.com Rename _reportTruncatedMessage -> _throwTruncatedMessageError (#737)
2022-08-22 omersa@google.com Add GrpcServiceName annotation to gRPC classes (#733)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/dart-protobuf-dart-sdk
Please CC dart-ecosystem-gardener@grotations.appspotmail.com on the revert to ensure that a human
is aware of the problem.

To file a bug in Dart Protobuf Support: https://github.com/dart-lang/protobuf/issues
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

Tbr: dart-ecosystem-gardener@grotations.appspotmail.com
Change-Id: Idc3d5a834fb6c9f08a73b11a4b1ac3b889001282
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/255842
Reviewed-by: Nate Bosch <nbosch@google.com>
Commit-Queue: Nate Bosch <nbosch@google.com>
2022-08-22 20:55:49 +00:00
Devon Carew 8b4e9c38a0 [deps] rev crypto, ffi, http, test, web_socket_channel, and webdev
Change-Id: I118b5147666a56d6048890f00702080b01d95d03
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/255880
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
2022-08-19 21:34:45 +00:00
Ilya Yanok 4f504e4533 Revert "[deps] rev crypto, file, http, test, web_socket_channel, and webdev"
This reverts commit 0715df3d00.

Reason for revert: Could we please revert this temporarily? This breaks copies into G3 (b/243151015). Ivan will be back on Monday and hopefully we will fix it.

Original change's description:
> [deps] rev crypto, file, http, test, web_socket_channel, and webdev
>
> Change-Id: Icc92e4dce84183bac747375b644922845fe908a9
> Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/255767
> Reviewed-by: Nate Bosch <nbosch@google.com>
> Commit-Queue: Devon Carew <devoncarew@google.com>

TBR=devoncarew@google.com,nbosch@google.com

Change-Id: I6b14d00ce3227995f8e285a559d8ba9968452961
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/255860
Reviewed-by: Devon Carew <devoncarew@google.com>
Reviewed-by: Ilya Yanok <yanok@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
2022-08-19 19:31:55 +00:00
Devon Carew 0715df3d00 [deps] rev crypto, file, http, test, web_socket_channel, and webdev
Change-Id: Icc92e4dce84183bac747375b644922845fe908a9
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/255767
Reviewed-by: Nate Bosch <nbosch@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
2022-08-19 17:10:45 +00:00
Aske Simon Christensen 1638b75d77 Update d8 to 10.6.182
This version adds support for the `extern.externalize` and
`external.internalize` Wasm instructions.

Change-Id: I2285217feff0afa8107ec6685eeec91487667254
Cq-Include-Trybots: luci.dart.try:dart2wasm-linux-x64-d8-try
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/255461
Reviewed-by: Stephen Adams <sra@google.com>
2022-08-19 07:11:18 +00:00
Aske Simon Christensen 02d1255d75 Update d8 to 10.6.166
The API for the JS Promise integration API has changed to be part of
the `new WebAssembly.Function` constructor. This requires parameter
types to be specified explicitly. Apparently, these types currently
must be all `externref`.

Change-Id: Ifae634f65cfa377441be4b2dc0643c34b702fbe7
Cq-Include-Trybots: luci.dart.try:dart2wasm-linux-x64-d8-try
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/255061
Reviewed-by: Stephen Adams <sra@google.com>
2022-08-19 07:11:18 +00:00
Aske Simon Christensen b1c0992199 [dart2wasm] Implement the three-pronged WasmGC type hierarchy.
This splits the type hierarchy into three separate hierarchies with
the top types `any`, `func` and `extern`.

Update d8 to 10.6.91, which switches to the new type hierarchy.

Also, all ref shorthands for abstract heap types are now nullable, so
the type emitter in the `wasm_builder` is updated to follow that scheme.

To reduce confusion about the nullability of abstract reference types,
these now all require the nullability to be specified explicitly.

Change-Id: I4774d08cbed18307e481c466b2e3402a8d8fb6bd
Cq-Include-Trybots: luci.dart.try:dart2wasm-linux-x64-d8-try
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/255060
Reviewed-by: Joshua Litt <joshualitt@google.com>
2022-08-19 07:11:18 +00:00
Aske Simon Christensen 43e003ba04 Update d8 to 10.6.51
The Promise integration API has been updated to automatically
instantiate suspenders when an async export is called, which enables
the async/await implementation in dart2wasm to avoid a limited-size
stack pool.

Also, the --experimental-wasm-nn-locals options has been removed,
since non-nullable locals are now always enabled.

This is the last version before the (backwards-incompatible) change
over to the three-pronged WasmGC type hierarchy.

Change-Id: Ide164d83059877fa32f4ada9907290dd3d091b7a
Cq-Include-Trybots: luci.dart.try:dart2wasm-linux-x64-d8-try
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/254924
Reviewed-by: William Hesse <whesse@google.com>
2022-08-19 07:11:18 +00:00
Ryan Macnak fef426ac0b Update clang and gn to match Fuchsia.
Begin using mac-arm64 toolchain instead of mac-x64 under Rosetta for non-Goma builds.

Bug: https://bugs.fuchsia.dev/p/fuchsia/issues/detail?id=73385
Change-Id: I40f311dea1845b9abe11f28832582104cf43a4bc
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/252867
Reviewed-by: Alexander Thomas <athom@google.com>
Auto-Submit: Ryan Macnak <rmacnak@google.com>
Commit-Queue: Alexander Thomas <athom@google.com>
2022-08-19 06:21:44 +00:00