Skip to content

Commit

Permalink
Version 3.4.0-51.0.dev
Browse files Browse the repository at this point in the history
Merge 0a8b973 into dev
  • Loading branch information
Dart CI committed Jan 19, 2024
2 parents 80f5952 + 0a8b973 commit 5dfb08f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ vars = {

# co19 is a cipd package automatically generated for each co19 commit.
# Use tests/co19/update.sh to update this hash.
"co19_rev": "b5126f0bd51ea0819df8d5c362574f951a564940",
"co19_rev": "dadc1781676fe5562917ac6bc5ea38da64abe76a",

# The internal benchmarks to use. See go/dart-benchmarks-internal
"benchmarks_internal_rev": "f048a4a853e3062056d39c3db100acdde42f16d6",
Expand Down
4 changes: 0 additions & 4 deletions pkg/dartdev/lib/src/commands/compile.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import 'package:dart2native/generate.dart';
import 'package:dart2wasm/generate_wasm.dart';
import 'package:front_end/src/api_prototype/compiler_options.dart'
show Verbosity;
import 'package:front_end/src/api_unstable/vm.dart' as fe;
import 'package:path/path.dart' as path;
import 'package:vm/target_os.dart'; // For possible --target-os values.

Expand Down Expand Up @@ -559,9 +558,6 @@ class CompileWasmCommand extends CompileSubcommandCommand {
options.translatorOptions.importSharedMemory = true;
options.translatorOptions.sharedMemoryMaxPages = maxPages;
}
// Enable inline classes.
// TODO: Remove this when inline classe ship.
options.feExperimentalFlags = {fe.ExperimentalFlag.inlineClass: true};

int result;
try {
Expand Down
2 changes: 1 addition & 1 deletion tools/VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ CHANNEL dev
MAJOR 3
MINOR 4
PATCH 0
PRERELEASE 50
PRERELEASE 51
PRERELEASE_PATCH 0

0 comments on commit 5dfb08f

Please sign in to comment.