-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed as not planned
Labels
area-dart-cliUse area-dart-cli for issues related to the 'dart' command like tool.Use area-dart-cli for issues related to the 'dart' command like tool.closed-duplicateClosed in favor of an existing reportClosed in favor of an existing reportdart-cli-formatIssues related to the 'dart format' toolIssues related to the 'dart format' tool
Description
$ dart analyze --enable-experiment=records record.dart
Analyzing record.dart... 0.4s
No issues found!
$ dart format --enable-experiment=records record.dart
Could not find an option named "enable-experiment".
$ dart --enable-experiment=records format record.dart
# and
$ dart format record.dart
# choke on record types.
Snippet that causes issues:
final returnStruct3BytesHomogeneousUint8VariadicLeaf =
ffiTestFunctions.lookupFunction<
Struct3BytesHomogeneousUint8 Function(Uint8, VarArgs<(Uint8, Uint8)>),
Struct3BytesHomogeneousUint8 Function(int, int,
int)>("ReturnStruct3BytesHomogeneousUint8Variadic", isLeaf: true);Metadata
Metadata
Assignees
Labels
area-dart-cliUse area-dart-cli for issues related to the 'dart' command like tool.Use area-dart-cli for issues related to the 'dart' command like tool.closed-duplicateClosed in favor of an existing reportClosed in favor of an existing reportdart-cli-formatIssues related to the 'dart format' toolIssues related to the 'dart format' tool