[dart-lang/sdk] 188163: Bump the github-actions group with 5 updates

0 views
Skip to first unread message

dependabot[bot]

unread,
3:16 AM (17 hours ago) 3:16 AM
to com...@dartlang.org
Branch: refs/heads/main
Home: https://github.com/dart-lang/sdk
Commit: 18816329f69de2c5685ea640d26c0c10b3a59f4a
https://github.com/dart-lang/sdk/commit/18816329f69de2c5685ea640d26c0c10b3a59f4a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: 2026-02-23 (Mon, 23 Feb 2026)

Changed paths:
M .github/workflows/no-response.yml
M .github/workflows/scorecards-analysis.yml
M .github/workflows/third-party-deps-scan.yml

Log Message:
-----------
Bump the github-actions group with 5 updates

Closes https://github.com/dart-lang/sdk/pull/62566

GitOrigin-RevId: 02800a7ef19853ed6f718874d0c1082c2fe9aaea
Change-Id: I0dd8b4cae787fb8036caf81d4db06218815cb879
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/477240
Reviewed-by: Alexander Thomas <at...@google.com>



To unsubscribe from these emails, change your notification settings at https://github.com/dart-lang/sdk/settings/notifications

Martin Kustermann

unread,
5:18 AM (15 hours ago) 5:18 AM
to com...@dartlang.org
Branch: refs/heads/lkgr
Home: https://github.com/dart-lang/sdk
Commit: 18816329f69de2c5685ea640d26c0c10b3a59f4a
https://github.com/dart-lang/sdk/commit/18816329f69de2c5685ea640d26c0c10b3a59f4a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: 2026-02-23 (Mon, 23 Feb 2026)

Changed paths:
M .github/workflows/no-response.yml
M .github/workflows/scorecards-analysis.yml
M .github/workflows/third-party-deps-scan.yml

Log Message:
-----------
Bump the github-actions group with 5 updates

Closes https://github.com/dart-lang/sdk/pull/62566

GitOrigin-RevId: 02800a7ef19853ed6f718874d0c1082c2fe9aaea
Change-Id: I0dd8b4cae787fb8036caf81d4db06218815cb879
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/477240
Reviewed-by: Alexander Thomas <at...@google.com>


Commit: f99f5b1a2b2cb0fd73bb2077b8cf9aa2f355b4b5
https://github.com/dart-lang/sdk/commit/f99f5b1a2b2cb0fd73bb2077b8cf9aa2f355b4b5
Author: Martin Kustermann <kuste...@google.com>
Date: 2026-02-23 (Mon, 23 Feb 2026)

Changed paths:
M pkg/dart2wasm/lib/functions.dart
M pkg/dart2wasm/lib/globals.dart
M pkg/dart2wasm/lib/types.dart
M pkg/dart2wasm/lib/util.dart
A pkg/dart2wasm/test/ir_tests/pure_function.dart
A pkg/dart2wasm/test/ir_tests/pure_function.wat
M pkg/wasm_builder/lib/src/builder/function.dart
M pkg/wasm_builder/lib/src/ir/function.dart
M pkg/wasm_builder/lib/src/ir/module.dart
M pkg/wasm_builder/lib/src/serialize/sections.dart
M sdk/lib/_internal/wasm/lib/js_string.dart

Log Message:
-----------
[dart2wasm] Allow marking functions as pure functions

If a function doesn't have an effect we can now mark it via
`@pragma('wasm:pure-function')`. We'll then emit this as metadata
in the `binaryen.remove.if.unused` custom section.

This allows `wasm-opt` to remove calls to such functions if the result
of the call isn't used.

For now we mark a few string functions as pure.

Closes https://github.com/dart-lang/sdk/issues/62665

Change-Id: I8d38fb5894fd98248dc4d648d99c8cdcddc271a5
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/481802
Commit-Queue: Martin Kustermann <kuste...@google.com>
Reviewed-by: Nate Biggs <nate...@google.com>


Compare: https://github.com/dart-lang/sdk/compare/d3c0a3768bd4...f99f5b1a2b2c

copybara-service[bot]

unread,
7:05 AM (13 hours ago) 7:05 AM
to com...@dartlang.org
Branch: refs/heads/dev
Commit: 6ee27dcaba46bb0f30fe0d94f8fb8074832b1311
https://github.com/dart-lang/sdk/commit/6ee27dcaba46bb0f30fe0d94f8fb8074832b1311
Author: Sergey G. Grekhov <sgrek...@gmail.com>
Date: 2026-02-23 (Mon, 23 Feb 2026)

Changed paths:
M DEPS

Log Message:
-----------
[co19] Roll co19 to 506c0dea4875bc96004c28776fbd283aa5c92f7d

2026-02-20 sgrek...@gmail.com dart-lang/co19#3182. Add tests for override inference (dart-lang/co19#3627)
2026-02-20 sgrek...@gmail.com dart-lang/co19#3182. Update constructors test according to the new rules for `_` (dart-lang/co19#3624)
2026-02-20 sgrek...@gmail.com dart-lang/co19#3182. Update functions test according to the new rules for `_` (dart-lang/co19#3625)
2026-02-20 sgrek...@gmail.com dart-lang/co19#3182.Add tests for external js interop functions (dart-lang/co19#3620)
2026-02-20 sgrek...@gmail.com dart-lang/co19#3182. Add tests for augmentation of primary constructors. Part 3. (dart-lang/co19#3615)
2026-02-20 sgrek...@gmail.com dart-lang/co19#3315. Add tests for wildcarded parameters (dart-lang/co19#3623)
2026-02-20 sgrek...@gmail.com dart-lang/co19#3182.Add tests for external js interop classes, constructors and extensions (dart-lang/co19#3622)
2026-02-17 sgrek...@gmail.com Fixes dart-lang/co19#3618. Use `@dart=3.11` for old test for private parameter name (dart-lang/co19#3619)

R=at...@google.com, eer...@google.com

Cq-Include-Trybots: luci.dart.try:analyzer-linux-release-try,dart2js-minified-linux-d8-try
Change-Id: I72000f19ce8f0270567e85344b7b82e13481eaac
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/482740
Auto-Submit: Sergey Grekhov <sgrek...@gmail.com>
Reviewed-by: Alexander Thomas <at...@google.com>
Commit-Queue: Alexander Thomas <at...@google.com>
Reviewed-by: Erik Ernst <eer...@google.com>
Commit-Queue: Erik Ernst <eer...@google.com>


Commit: 138eaad8cb2f07f6f2364f10f647ac6f68057f28
https://github.com/dart-lang/sdk/commit/138eaad8cb2f07f6f2364f10f647ac6f68057f28
Author: gurusai-voleti <gvo...@google.com>
Date: 2026-02-23 (Mon, 23 Feb 2026)

Changed paths:
M pkg/test_runner/lib/bot_results.dart
M runtime/docs/infra/coredumps.md
M tools/utils.py

Log Message:
-----------
chore: Migrate gsutil usage to gcloud storage

Closes https://github.com/dart-lang/sdk/pull/62727

GitOrigin-RevId: 05bd7ecca1d5b6a9a0faf97b14ccb7d5966fe949
Change-Id: I3f8c3a3c62cd489864fc6928e6281da0ce465f8d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/482041
Reviewed-by: Alexander Thomas <at...@google.com>
Commit-Queue: Alexander Thomas <at...@google.com>


Commit: 1002263b1f0d769c6a070eaff32005a025723d63
https://github.com/dart-lang/sdk/commit/1002263b1f0d769c6a070eaff32005a025723d63
Author: Dart CI <dart-inte...@dart-ci-internal.iam.gserviceaccount.com>
Date: 2026-02-23 (Mon, 23 Feb 2026)

Changed paths:
M .github/workflows/no-response.yml
M .github/workflows/scorecards-analysis.yml
M .github/workflows/third-party-deps-scan.yml
M DEPS
M pkg/dart2wasm/lib/functions.dart
M pkg/dart2wasm/lib/globals.dart
M pkg/dart2wasm/lib/types.dart
M pkg/dart2wasm/lib/util.dart
A pkg/dart2wasm/test/ir_tests/pure_function.dart
A pkg/dart2wasm/test/ir_tests/pure_function.wat
M pkg/test_runner/lib/bot_results.dart
M pkg/wasm_builder/lib/src/builder/function.dart
M pkg/wasm_builder/lib/src/ir/function.dart
M pkg/wasm_builder/lib/src/ir/module.dart
M pkg/wasm_builder/lib/src/serialize/sections.dart
M runtime/docs/infra/coredumps.md
M sdk/lib/_internal/wasm/lib/js_string.dart
M tools/VERSION
M tools/utils.py

Log Message:
-----------
Version 3.12.0-174.0.dev

Merge 138eaad8cb2f07f6f2364f10f647ac6f68057f28 into dev


Compare: https://github.com/dart-lang/sdk/compare/d0b2b5ed787e...1002263b1f0d

copybara-service[bot]

unread,
8:16 AM (12 hours ago) 8:16 AM
to com...@dartlang.org
Branch: refs/heads/lkgr-dev
Reply all
Reply to author
Forward
0 new messages