Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove old _versionChecks #531

Closed
liamappelbe opened this issue Jul 30, 2024 · 1 comment · Fixed by dart-archive/coverage#502
Closed

Remove old _versionChecks #531

liamappelbe opened this issue Jul 30, 2024 · 1 comment · Fixed by dart-archive/coverage#502

Comments

@liamappelbe
Copy link
Contributor

dart-archive/coverage#494 bumped the minimum SDK version to 3.4.0. That means that some of the _versionChecks in _getAllCoverage are unnecessary. We should be able to clean up some old code paths.

@liamappelbe
Copy link
Contributor Author

in Dart 3.4.0, the VM service version was 4.13. That means we can just barely delete all the version checks (the last one is literally _versionCheck(version, 4, 13) 😉).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants