1. Is your feature request related to a problem? Please describe.
Due to the wide range of compiler version specification (pragma), the compiler version used in testing and the compiler used when deployed in production may differ.
There will be some disagreement on this issue.
For example, a pragma specified as ^0.8.0 will apply until the next breaking change (i.e. 0.9.0), and is likely to be guaranteed to work until that time.
1. Is your feature request related to a problem? Please describe.
2. Describe the solution you'd like