[dart-lang/sdk] aebe57: [cfe,vm,dart2bytecode] Rename Variable into Variab...

0 views
Skip to first unread message

Chloe Stefantsova

unread,
Apr 2, 2026, 12:35:05 PM (yesterday) Apr 2
to com...@dartlang.org
Branch: refs/heads/main
Home: https://github.com/dart-lang/sdk
Commit: aebe572acb8cb10c6dfe6e2af1cbc514e67240d6
https://github.com/dart-lang/sdk/commit/aebe572acb8cb10c6dfe6e2af1cbc514e67240d6
Author: Chloe Stefantsova <cstefa...@google.com>
Date: 2026-04-02 (Thu, 02 Apr 2026)

Changed paths:
M pkg/dart2bytecode/lib/bytecode_generator.dart
M pkg/dart2bytecode/lib/local_vars.dart
M pkg/front_end/lib/src/api_prototype/lowering_predicates.dart
M pkg/front_end/lib/src/base/crash.dart
M pkg/front_end/lib/src/base/incremental_compiler.dart
M pkg/front_end/lib/src/base/modifiers.dart
M pkg/front_end/lib/src/builder/formal_parameter_builder.dart
M pkg/front_end/lib/src/builder/variable_builder.dart
M pkg/front_end/lib/src/kernel/assigned_variables_impl.dart
M pkg/front_end/lib/src/kernel/body_builder.dart
M pkg/front_end/lib/src/kernel/body_builder_helpers.dart
M pkg/front_end/lib/src/kernel/collections.dart
M pkg/front_end/lib/src/kernel/const_conditional_simplifier.dart
M pkg/front_end/lib/src/kernel/constant_evaluator.dart
M pkg/front_end/lib/src/kernel/expression_generator.dart
M pkg/front_end/lib/src/kernel/expression_generator_helper.dart
M pkg/front_end/lib/src/kernel/external_ast_helper.dart
M pkg/front_end/lib/src/kernel/internal_ast.dart
M pkg/front_end/lib/src/kernel/internal_ast_helper.dart
M pkg/front_end/lib/src/kernel/kernel_variable_builder.dart
M pkg/front_end/lib/src/kernel/resolver.dart
M pkg/front_end/lib/src/source/builder_factory.dart
M pkg/front_end/lib/src/source/source_function_builder.dart
M pkg/front_end/lib/src/testing/id_extractor.dart
M pkg/front_end/lib/src/type_inference/context_allocation_strategy.dart
M pkg/front_end/lib/src/type_inference/delayed_expressions.dart
M pkg/front_end/lib/src/type_inference/for_in.dart
M pkg/front_end/lib/src/type_inference/inference_visitor.dart
M pkg/front_end/lib/src/type_inference/inference_visitor_base.dart
M pkg/front_end/lib/src/type_inference/type_constraint_gatherer.dart
M pkg/front_end/lib/src/type_inference/type_inference_engine.dart
M pkg/front_end/lib/src/type_inference/type_inferrer.dart
M pkg/front_end/lib/src/type_inference/type_schema_environment.dart
M pkg/front_end/lib/src/util/textual_outline.dart
M pkg/front_end/test/id_tests/assigned_variables_test.dart
M pkg/front_end/test/id_tests/nullability_test.dart
M pkg/front_end/test/static_types/type_arguments_test.dart
M pkg/front_end/testcases/closure_context_lowering/this_variable.dart.strong.expect
M pkg/front_end/testcases/closure_context_lowering/this_variable.dart.strong.modular.expect
M pkg/front_end/tool/ast_model.dart
M pkg/front_end/tool/generate_ast_coverage.dart
M pkg/front_end/tool/unreachable_if_finder.dart
M pkg/kernel/lib/clone.dart
M pkg/kernel/lib/src/ast/expressions.dart
M pkg/kernel/lib/src/ast/helpers.dart
M pkg/kernel/lib/src/ast/patterns.dart
M pkg/kernel/lib/src/ast/statements.dart
M pkg/kernel/lib/src/ast/variables.dart
M pkg/kernel/lib/src/coverage.dart
M pkg/kernel/lib/src/equivalence.dart
M pkg/kernel/lib/src/node_creator.dart
M pkg/kernel/lib/src/printer.dart
M pkg/kernel/lib/text/ast_to_text.dart
M pkg/kernel/lib/type_checker.dart
M pkg/kernel/lib/verifier.dart
M pkg/kernel/lib/visitor.dart
M pkg/vm/lib/modular/transformations/for_in_lowering.dart

Log Message:
-----------
[cfe,vm,dart2bytecode] Rename Variable into VariableDeclaration

Part of https://github.com/dart-lang/sdk/issues/61572

TEST=ci

Change-Id: I2c11c354611d48e6b57146fc6f3403597d87c2a7
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/492101
Commit-Queue: Chloe Stefantsova <cstefa...@google.com>
Reviewed-by: Alexander Markov <alexm...@google.com>



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

copybara-service[bot]

unread,
Apr 2, 2026, 1:55:00 PM (yesterday) Apr 2
to com...@dartlang.org
Branch: refs/heads/lkgr
Commit: 43a9dd07427056ec33574125f927b2e7cf5ab61c
https://github.com/dart-lang/sdk/commit/43a9dd07427056ec33574125f927b2e7cf5ab61c
Author: DEPS Autoroller <dart-a...@skia-public.iam.gserviceaccount.com>
Date: 2026-04-02 (Thu, 02 Apr 2026)

Changed paths:
M DEPS

Log Message:
-----------
Roll Fuchsia GN SDK from SEfYx3xgueX3aFAY3... to JLBh4Z9PKsjIJcqDU...

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

To file a bug in Fuchsia GN 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://issues.skia.org/issues/new?component=1389291&template=1850622

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;luci.dart.try:vm-fuchsia-release-arm64-try
Change-Id: I760d924f9a62f31ceb12c8b6ac5d6b7a492821bc
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/491740
Reviewed-by: Alexander Aprelev <a...@google.com>
Reviewed-by: Alexander Markov <alexm...@google.com>
Commit-Queue: Alexander Markov <alexm...@google.com>


Commit: c699561d564db32dd7bec48236c1f47f98c834e0
https://github.com/dart-lang/sdk/commit/c699561d564db32dd7bec48236c1f47f98c834e0
Author: DEPS Autoroller <dart-a...@skia-public.iam.gserviceaccount.com>
Date: 2026-04-02 (Thu, 02 Apr 2026)

Changed paths:
M DEPS

Log Message:
-----------
Roll Fuchsia SDK from 31.20260327.4.1 to 31.20260330.7.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 fuchsia-3...@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://issues.skia.org/issues/new?component=1389291&template=1850622

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;luci.dart.try:vm-fuchsia-release-arm64-try
Change-Id: I35881fe5d2bb10e6003899ff1a7201298b46f9eb
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/491760
Reviewed-by: Alexander Markov <alexm...@google.com>
Reviewed-by: Alexander Aprelev <a...@google.com>
Commit-Queue: Alexander Markov <alexm...@google.com>


Compare: https://github.com/dart-lang/sdk/compare/a3227ac18594...c699561d564d
Reply all
Reply to author
Forward
0 new messages