generate_package_config.dart needs to treat missing sdk lower bounds as 2.7 #44160
Labels
area-tools
A meta category for issues that should be addressed by tooling (prefer more concrete areas).
Per language team discussion (summarized briefly here we are changing the interpretation of a pubspec sdk constraint with a missing lower bound (or in general no sdk constraint at all, though that will become a pub error) to imply a language version of 2.7. I believe that tools/generate_package_config.dart is one of the few tools that reads pubspec.yaml directly, and hence this will need to be changed there.
This is blocker for beta, and will need to be cherry picked if it doesn't make the beta branch cut.
cc @athomas @jonasfj @munificent If it is possible for one of you to do this tomorrow AAR time, that would be great (you might consider combining this and the DEP roll into a single CL that can be cherry-picked). If not @munificent or I will do this tomorrow.
cc @pcsosinski @mit-mit @franklinyow
The text was updated successfully, but these errors were encountered: