Skip to content

dart2native default output filename should be file.exe, not file.dart.exe #38530

@timsneath

Description

@timsneath

See command line output below:

C:\src\dart_console>\dart\bin\dart2native example\kilo.dart
Generating AOT kernel dill.
Generating AOT snapshot.
Generating executable.
Generated: c:\src\dart_console\example\kilo.dart.exe

We should strip the .dart extension from the input and the output should be kilo.exe. This is in keeping with other compilers and (I would aver) developers' expectations.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.vm-native

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions