-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
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.dart-cli-runIssues related to 'dart run'Issues related to 'dart run'
Description
Users that use pub's precompile pipeline and the new --resident mode with the dart run CLI command keep kernel files in the .dart_tool directory of the package the compilation took place in. These kernel files have a suffix in their names that indicate which version of the SDK they were produced for to prevent any version mismatching.
When the Dart version is upgraded, the old version's kernel files are left in the .dart_tool directory. These should be cleaned up somehow.
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.dart-cli-runIssues related to 'dart run'Issues related to 'dart run'