Skip to content

The --no-sound-null-safety flag doesn't appear to be functional when 'dart compile jit-snapshot' or 'dart compile kernel' is used #50079

@a-siva

Description

@a-siva
dart-sdk/bin/dart compile jit-snapshot --no-sound-null-safety ~/tmp/hello.dart
Could not find an option named "no-sound-null-safety".

Usage: dart compile jit-snapshot [arguments] <dart entry point> [<training arguments>]

dart-sdk/bin/dart compile kernel --no-sound-null-safety ~/tmp/hello.dart
Could not find an option named "no-sound-null-safety".

Usage: dart compile kernel [arguments] <dart entry point>

Metadata

Metadata

Assignees

Labels

area-dart-cliUse area-dart-cli for issues related to the 'dart' command like tool.dart-cli-compileIssues related to the 'dart compile' tool

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions