-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
P2A bug or feature request we're likely to work onA bug or feature request we're likely to work onarea-toolsA meta category for issues that should be addressed by tooling (prefer more concrete areas).A meta category for issues that should be addressed by tooling (prefer more concrete areas).triagedIssue has been triaged by sub teamIssue has been triaged by sub team
Description
Dart's system requirements currently state that only Windows 10 & 11 are supported. However, we don't currently prevent the dart tool and the Dart VM from running on Windows 7 & 8, as a few Flutter customers were still using that support. The Flutter team is now considering increasing their minimum to Windows 10, so with that, we can go ahead and fully de-support Windows 7 & 8 in Dart too. See the linked Flutter issue for more details.
Work items
Once we've de-supported these older versions, we can take some steps to further clean up our code base:
- Announce on Dart Announce
- Put in a check for min Windows 10 when the VM runs, and exit if not
- Reland fix for vm crash Platform.localHostname Chinese Windows
- Clean up unwinding record dynamic loading of Windows API functions introduced in Windows 8.
- Remove
IsWindows10OrGreatercheck in https://github.com/dart-lang/sdk/blob/main/runtime/bin/eventhandler_win.cc#L155
parlough, a-siva, halildurmus, cbracken, brianquinlan and 2 more
Metadata
Metadata
Assignees
Labels
P2A bug or feature request we're likely to work onA bug or feature request we're likely to work onarea-toolsA meta category for issues that should be addressed by tooling (prefer more concrete areas).A meta category for issues that should be addressed by tooling (prefer more concrete areas).triagedIssue has been triaged by sub teamIssue has been triaged by sub team