[dart-lang/sdk] 9c88b8: [ package:vm_service ] Prepare for 15.2.0 release

0 views
Skip to first unread message

Ben Konyi

unread,
Apr 28, 2026, 11:34:40 AM (yesterday) Apr 28
to com...@dartlang.org
Branch: refs/heads/main
Home: https://github.com/dart-lang/sdk
Commit: 9c88b8a976045fd6fef228f3bceedd792e92cfc1
https://github.com/dart-lang/sdk/commit/9c88b8a976045fd6fef228f3bceedd792e92cfc1
Author: Ben Konyi <bko...@google.com>
Date: 2026-04-28 (Tue, 28 Apr 2026)

Changed paths:
M pkg/vm_service/pubspec.yaml

Log Message:
-----------
[ package:vm_service ] Prepare for 15.2.0 release

Change-Id: Ibd8e2237b8a47ccf4a08befc7073f47badf0b443
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/498940
Auto-Submit: Ben Konyi <bko...@google.com>
Reviewed-by: Nate Biggs <nate...@google.com>
Commit-Queue: Nate Biggs <nate...@google.com>
Commit-Queue: Ben Konyi <bko...@google.com>



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

Sam Rawlins

unread,
Apr 28, 2026, 7:01:02 PM (18 hours ago) Apr 28
to com...@dartlang.org
Branch: refs/heads/lkgr
Home: https://github.com/dart-lang/sdk
Commit: 9c88b8a976045fd6fef228f3bceedd792e92cfc1
https://github.com/dart-lang/sdk/commit/9c88b8a976045fd6fef228f3bceedd792e92cfc1
Author: Ben Konyi <bko...@google.com>
Date: 2026-04-28 (Tue, 28 Apr 2026)

Changed paths:
M pkg/vm_service/pubspec.yaml

Log Message:
-----------
[ package:vm_service ] Prepare for 15.2.0 release

Change-Id: Ibd8e2237b8a47ccf4a08befc7073f47badf0b443
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/498940
Auto-Submit: Ben Konyi <bko...@google.com>
Reviewed-by: Nate Biggs <nate...@google.com>
Commit-Queue: Nate Biggs <nate...@google.com>
Commit-Queue: Ben Konyi <bko...@google.com>


Commit: e118f9cf00184c463d06a73fb60e5f26de61ac5e
https://github.com/dart-lang/sdk/commit/e118f9cf00184c463d06a73fb60e5f26de61ac5e
Author: Ryan Macnak <rma...@google.com>
Date: 2026-04-28 (Tue, 28 Apr 2026)

Changed paths:
M runtime/vm/dart.cc

Log Message:
-----------
[vm] Add flag to check core snapshots also match on OS and architecture.

For checking g3 roll in advance of hard requirement.

TEST=ci
Change-Id: Ia720c66941bf303af2a66e1afcb7d1c99f8e5d4c
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/498981
Reviewed-by: Alexander Aprelev <a...@google.com>
Commit-Queue: Ryan Macnak <rma...@google.com>


Commit: 2e413148cb225dba48882542f41d7152f388bcb4
https://github.com/dart-lang/sdk/commit/2e413148cb225dba48882542f41d7152f388bcb4
Author: Sam Rawlins <sraw...@google.com>
Date: 2026-04-28 (Tue, 28 Apr 2026)

Changed paths:
M pkg/analysis_server/lib/src/services/completion/yaml/analysis_options_generator.dart
M pkg/analysis_server/test/domain_completion_test.dart
M pkg/analysis_server/test/src/services/completion/yaml/analysis_options_generator_test.dart

Log Message:
-----------
DAS: Add some completion support for plugins in analysis options yaml

Fixes https://github.com/dart-lang/sdk/issues/61936

Change-Id: I557f7820eb5a3e6274208b28354071d4e7e67ac2
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/499080
Reviewed-by: Brian Wilkerson <brianwi...@google.com>
Commit-Queue: Samuel Rawlins <sraw...@google.com>


Compare: https://github.com/dart-lang/sdk/compare/4c2ffad5caf1...2e413148cb22

copybara-service[bot]

unread,
Apr 28, 2026, 8:04:26 PM (17 hours ago) Apr 28
to com...@dartlang.org
Branch: refs/heads/dev
Commit: a5d8c88952983e7d67b417ae237abc0d46d1d379
https://github.com/dart-lang/sdk/commit/a5d8c88952983e7d67b417ae237abc0d46d1d379
Author: kevmoo <kev...@google.com>
Date: 2026-04-28 (Tue, 28 Apr 2026)

Changed paths:
M docs/Testing.md
A tools/build_test_fast.py

Log Message:
-----------
[tools] Add build_test_fast.py for a faster edit-compile-test loop

This change introduces `tools/build_test_fast.py`, a developer-focused
wrapper script that automatically infers and builds the *minimal* required
GN targets needed to run a specific test, avoiding the expensive overhead
of building the full SDK (e.g. `create_sdk`) during local iteration.

Features:
- Infers the correct `test.py` compiler (`-c`) from the provided test
paths (e.g., `tests/web/wasm` -> `dart2wasm`).
- Infers the correct minimal GN targets for the selected compiler.
For example, DDC tests now only build `ddc_stable_test_local` and
`create_common_sdk`, taking ~4 seconds instead of 5 minutes.
- Automatically defaults web compilers (`dart2js`, `dart2wasm`, `ddc`)
to use the `d8` runtime to prevent noisy browser popups during testing,
unless explicitly overridden.
- Synchronizes the default `mode` between `build.py` (debug) and
`test.py` (release) to prevent silent snapshot resolution failures.
- Prints clear, copy-pasteable execution commands for both the build
and test phases.
- Displays a prominent warning if a test fails, reminding the developer
to verify the minimal target mapping against `tools/bots/test_matrix.json`.
- Adds documentation for the script to `docs/Testing.md`.

Change-Id: I75473cdacca13f78dd271d9a31d5dcb15df57f6f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/499043
Commit-Queue: Kevin Moore <kev...@google.com>
Reviewed-by: Jake Macdonald <jak...@google.com>


Commit: 59439606f1478955ccc14f3595452a1f40dad35e
https://github.com/dart-lang/sdk/commit/59439606f1478955ccc14f3595452a1f40dad35e
Author: Ryan Macnak <rma...@google.com>
Date: 2026-04-28 (Tue, 28 Apr 2026)

Changed paths:
M runtime/vm/compiler/backend/redundancy_elimination.cc
M runtime/vm/object.cc
M runtime/vm/object.h
M runtime/vm/object_test.cc
M runtime/vm/profiler_test.cc
M runtime/vm/raw_object.cc
M runtime/vm/roots.h
M runtime/vm/snapshot_test.cc
M runtime/vm/stub_code.cc

Log Message:
-----------
[vm] Remove redundant class roots.

TEST=ci
Change-Id: I6da62827577c4cd4edb3514c3df56175073ac2a3
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/499041
Reviewed-by: Alexander Aprelev <a...@google.com>
Commit-Queue: Ryan Macnak <rma...@google.com>


Commit: df0101feb73fb4ac1cfdd1f9adef182e23bc8201
https://github.com/dart-lang/sdk/commit/df0101feb73fb4ac1cfdd1f9adef182e23bc8201
Author: Dart CI <dart-inte...@dart-ci-internal.iam.gserviceaccount.com>
Date: 2026-04-28 (Tue, 28 Apr 2026)

Changed paths:
M docs/Testing.md
M pkg/analysis_server/lib/src/services/completion/yaml/analysis_options_generator.dart
M pkg/analysis_server/test/domain_completion_test.dart
M pkg/analysis_server/test/src/services/completion/yaml/analysis_options_generator_test.dart
M pkg/vm_service/pubspec.yaml
M runtime/vm/compiler/backend/redundancy_elimination.cc
M runtime/vm/dart.cc
M runtime/vm/object.cc
M runtime/vm/object.h
M runtime/vm/object_test.cc
M runtime/vm/profiler_test.cc
M runtime/vm/raw_object.cc
M runtime/vm/roots.h
M runtime/vm/snapshot_test.cc
M runtime/vm/stub_code.cc
M tools/VERSION
A tools/build_test_fast.py

Log Message:
-----------
Version 3.13.0-77.0.dev

Merge 59439606f1478955ccc14f3595452a1f40dad35e into dev


Compare: https://github.com/dart-lang/sdk/compare/5127f04ee19d...df0101feb73f

copybara-service[bot]

unread,
Apr 28, 2026, 8:59:04 PM (17 hours ago) Apr 28
to com...@dartlang.org
Branch: refs/heads/lkgr-dev
Reply all
Reply to author
Forward
0 new messages