Skip to content

Commit

Permalink
[release] Bump version on main to 3.8
Browse files Browse the repository at this point in the history
Change-Id: Ia56ca5673096bd59423b808f585902af42dc2e5d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/404620
Reviewed-by: Martin Kustermann <[email protected]>
Auto-Submit: Alexander Thomas <[email protected]>
  • Loading branch information
athomas committed Jan 16, 2025
1 parent 81b669d commit b59c3e2
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 12 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 3.8.0

## 3.7.0

### Language
Expand Down
2 changes: 1 addition & 1 deletion pkg/_fe_analyzer_shared/lib/src/experiments/flags.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//
// Instead modify 'tools/experimental_features.yaml' and run
// 'dart pkg/front_end/tool/cfe.dart generate-experimental-flags' to update.
const Version defaultLanguageVersion = const Version(3, 7);
const Version defaultLanguageVersion = const Version(3, 8);

/// Enum for experimental flags shared between the CFE and the analyzer.
enum ExperimentalFlag {
Expand Down
2 changes: 1 addition & 1 deletion pkg/analyzer/lib/src/dart/analysis/experiments.g.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ part of 'experiments.dart';

/// The current version of the Dart language (or, for non-stable releases, the
/// version of the language currently in the process of being developed).
const _currentVersion = '3.7.0';
const _currentVersion = '3.8.0';

/// A map containing information about all known experimental flags.
final _knownFeatures = <String, ExperimentalFeature>{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// 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.7.
// 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.8.
// // Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file
// ^
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// 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.7.
// 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.8.
// // Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file
// ^
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// 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.7.
// 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.8.
// // Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file
// ^
//
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ 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.7.
// 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.8.
// // @dart=100.200
// ^^^^^^^^^^^^^^^^
//
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ 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.7.
// 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.8.
// // @dart=100.200
// ^^^^^^^^^^^^^^^^
//
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ 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.7.
// 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.8.
// // @dart=100.200
// ^^^^^^^^^^^^^^^^
//
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ 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.7.
// 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.8.
// // @dart=100.200
// ^^^^^^^^^^^^^^^^
//
Expand Down
2 changes: 1 addition & 1 deletion pkg/kernel/lib/default_language_version.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@

import "ast.dart";

const Version defaultLanguageVersion = const Version(3, 7);
const Version defaultLanguageVersion = const Version(3, 8);
2 changes: 1 addition & 1 deletion tools/VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#
CHANNEL main
MAJOR 3
MINOR 7
MINOR 8
PATCH 0
PRERELEASE 0
PRERELEASE_PATCH 0
3 changes: 2 additions & 1 deletion tools/experimental_features.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#
# kernel:
# dart pkg/front_end/tool/cfe.dart generate-experimental-flags
# dart pkg/front_end/tool/update_expectations.dart
#
# vm:
# dart tools/generate_experimental_flags.dart
Expand Down Expand Up @@ -109,7 +110,7 @@
# default 'language' "category" with code generated for both CFE and Analyzer,
# while other categories can be tailored more specifically.

current-version: '3.7.0'
current-version: '3.8.0'

features:
variance:
Expand Down

0 comments on commit b59c3e2

Please sign in to comment.