[release] Increase version on main to 3.13
Change-Id: Ice6dfd3b694637da4e20529af9374fece32eda4c Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/491821 Reviewed-by: Ivan Inozemtsev <iinozemtsev@google.com> Reviewed-by: Konstantin Shcheglov <scheglov@google.com> Reviewed-by: Johnni Winther <johnniwinther@google.com>
This commit is contained in:
committed by
dart-internal-cutoff-beta@dart-ci-internal.iam.gserviceaccount.com
parent
39607f64c6
commit
82bcae5657
@@ -1,3 +1,7 @@
|
|||||||
|
## 3.13.0
|
||||||
|
|
||||||
|
**Released on:** Unreleased
|
||||||
|
|
||||||
## 3.12.0
|
## 3.12.0
|
||||||
|
|
||||||
**Released on:** Unreleased
|
**Released on:** Unreleased
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
//
|
//
|
||||||
// Instead modify 'tools/experimental_features.yaml' and run
|
// Instead modify 'tools/experimental_features.yaml' and run
|
||||||
// 'dart pkg/front_end/tool/cfe.dart generate-experimental-flags' to update.
|
// 'dart pkg/front_end/tool/cfe.dart generate-experimental-flags' to update.
|
||||||
const Version defaultLanguageVersion = const Version(3, 12);
|
const Version defaultLanguageVersion = const Version(3, 13);
|
||||||
|
|
||||||
/// Enum for experimental flags shared between the CFE and the analyzer.
|
/// Enum for experimental flags shared between the CFE and the analyzer.
|
||||||
enum ExperimentalFlag {
|
enum ExperimentalFlag {
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ part of 'experiments.dart';
|
|||||||
|
|
||||||
/// The current version of the Dart language (or, for non-stable releases, the
|
/// The current version of the Dart language (or, for non-stable releases, the
|
||||||
/// version of the language currently in the process of being developed).
|
/// version of the language currently in the process of being developed).
|
||||||
const _currentVersion = '3.12.0';
|
const _currentVersion = '3.13.0';
|
||||||
|
|
||||||
/// A map containing information about all known experimental flags.
|
/// A map containing information about all known experimental flags.
|
||||||
final _knownFeatures = <String, ExperimentalFeature>{
|
final _knownFeatures = <String, ExperimentalFeature>{
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
//
|
//
|
||||||
// Problems outside component:
|
// Problems outside component:
|
||||||
//
|
//
|
||||||
// pkg/front_end/testcases/general/too_high_version/too_high/lib/too_high_lib.dart:1:1: Error: The language version 100.200 specified for the package 'too_high' is too high. The highest supported language version is 3.12.
|
// pkg/front_end/testcases/general/too_high_version/too_high/lib/too_high_lib.dart:1:1: Error: The language version 100.200 specified for the package 'too_high' is too high. The highest supported language version is 3.13.
|
||||||
// // Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file
|
// // Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file
|
||||||
// ^
|
// ^
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
//
|
//
|
||||||
// Problems outside component:
|
// Problems outside component:
|
||||||
//
|
//
|
||||||
// pkg/front_end/testcases/general/too_high_version/too_high/lib/too_high_lib.dart:1:1: Error: The language version 100.200 specified for the package 'too_high' is too high. The highest supported language version is 3.12.
|
// pkg/front_end/testcases/general/too_high_version/too_high/lib/too_high_lib.dart:1:1: Error: The language version 100.200 specified for the package 'too_high' is too high. The highest supported language version is 3.13.
|
||||||
// // Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file
|
// // Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file
|
||||||
// ^
|
// ^
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
//
|
//
|
||||||
// Problems outside component:
|
// Problems outside component:
|
||||||
//
|
//
|
||||||
// pkg/front_end/testcases/general/too_high_version/too_high/lib/too_high_lib.dart:1:1: Error: The language version 100.200 specified for the package 'too_high' is too high. The highest supported language version is 3.12.
|
// pkg/front_end/testcases/general/too_high_version/too_high/lib/too_high_lib.dart:1:1: Error: The language version 100.200 specified for the package 'too_high' is too high. The highest supported language version is 3.13.
|
||||||
// // Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file
|
// // Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file
|
||||||
// ^
|
// ^
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ library;
|
|||||||
//
|
//
|
||||||
// Problems in library:
|
// Problems in library:
|
||||||
//
|
//
|
||||||
// pkg/front_end/testcases/general/version_too_high.dart:5:1: Error: The specified language version 100.200 is too high. The highest supported language version is 3.12.
|
// pkg/front_end/testcases/general/version_too_high.dart:5:1: Error: The specified language version 100.200 is too high. The highest supported language version is 3.13.
|
||||||
// // @dart=100.200
|
// // @dart=100.200
|
||||||
// ^^^^^^^^^^^^^^^^
|
// ^^^^^^^^^^^^^^^^
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ library;
|
|||||||
//
|
//
|
||||||
// Problems in library:
|
// Problems in library:
|
||||||
//
|
//
|
||||||
// pkg/front_end/testcases/general/version_too_high.dart:5:1: Error: The specified language version 100.200 is too high. The highest supported language version is 3.12.
|
// pkg/front_end/testcases/general/version_too_high.dart:5:1: Error: The specified language version 100.200 is too high. The highest supported language version is 3.13.
|
||||||
// // @dart=100.200
|
// // @dart=100.200
|
||||||
// ^^^^^^^^^^^^^^^^
|
// ^^^^^^^^^^^^^^^^
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ library;
|
|||||||
//
|
//
|
||||||
// Problems in library:
|
// Problems in library:
|
||||||
//
|
//
|
||||||
// pkg/front_end/testcases/general/version_too_high.dart:5:1: Error: The specified language version 100.200 is too high. The highest supported language version is 3.12.
|
// pkg/front_end/testcases/general/version_too_high.dart:5:1: Error: The specified language version 100.200 is too high. The highest supported language version is 3.13.
|
||||||
// // @dart=100.200
|
// // @dart=100.200
|
||||||
// ^^^^^^^^^^^^^^^^
|
// ^^^^^^^^^^^^^^^^
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ library;
|
|||||||
//
|
//
|
||||||
// Problems in library:
|
// Problems in library:
|
||||||
//
|
//
|
||||||
// pkg/front_end/testcases/general/version_too_high.dart:5:1: Error: The specified language version 100.200 is too high. The highest supported language version is 3.12.
|
// pkg/front_end/testcases/general/version_too_high.dart:5:1: Error: The specified language version 100.200 is too high. The highest supported language version is 3.13.
|
||||||
// // @dart=100.200
|
// // @dart=100.200
|
||||||
// ^^^^^^^^^^^^^^^^
|
// ^^^^^^^^^^^^^^^^
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -2,5 +2,5 @@ name: front_end_testcases
|
|||||||
# This package is not intended for consumption on pub.dev. DO NOT publish.
|
# This package is not intended for consumption on pub.dev. DO NOT publish.
|
||||||
publish_to: none
|
publish_to: none
|
||||||
environment:
|
environment:
|
||||||
sdk: ^3.12.0-0
|
sdk: ^3.13.0-0
|
||||||
resolution: workspace
|
resolution: workspace
|
||||||
|
|||||||
@@ -9,4 +9,4 @@
|
|||||||
|
|
||||||
import "ast.dart";
|
import "ast.dart";
|
||||||
|
|
||||||
const Version defaultLanguageVersion = const Version(3, 12);
|
const Version defaultLanguageVersion = const Version(3, 13);
|
||||||
|
|||||||
+1
-1
@@ -11,7 +11,7 @@ environment:
|
|||||||
#
|
#
|
||||||
# It needs to be updated before testing language features introduced in the
|
# It needs to be updated before testing language features introduced in the
|
||||||
# next language version.
|
# next language version.
|
||||||
sdk: ^3.12.0-0
|
sdk: ^3.13.0-0
|
||||||
|
|
||||||
# These are the packages that are contained in the SDK.
|
# These are the packages that are contained in the SDK.
|
||||||
workspace:
|
workspace:
|
||||||
|
|||||||
+1
-1
@@ -25,7 +25,7 @@
|
|||||||
#
|
#
|
||||||
CHANNEL main
|
CHANNEL main
|
||||||
MAJOR 3
|
MAJOR 3
|
||||||
MINOR 12
|
MINOR 13
|
||||||
PATCH 0
|
PATCH 0
|
||||||
PRERELEASE 0
|
PRERELEASE 0
|
||||||
PRERELEASE_PATCH 0
|
PRERELEASE_PATCH 0
|
||||||
|
|||||||
@@ -126,7 +126,7 @@
|
|||||||
# default 'language' "category" with code generated for both CFE and Analyzer,
|
# default 'language' "category" with code generated for both CFE and Analyzer,
|
||||||
# while other categories can be tailored more specifically.
|
# while other categories can be tailored more specifically.
|
||||||
|
|
||||||
current-version: '3.12.0'
|
current-version: '3.13.0'
|
||||||
|
|
||||||
features:
|
features:
|
||||||
variance:
|
variance:
|
||||||
|
|||||||
Reference in New Issue
Block a user