Log version-specific features that raise requirements
See original GitHub issueCurrently running vermin on a project folder will display the minimum required Python version. However, it doesn’t go into any detail for why a project requires that version.
C:\>vermin U:\Documents\Scripts\wfc_helper
Detecting python files..
Analyzing 13 files using 4 processes..
Minimum required versions: 3.6
Incompatible versions: 2
To help users learn why a version is required, I propose listing what features a project uses to require a specific version of Python.
C:\>vermin U:\Documents\Scripts\wfc_helper
Detecting python files..
Analyzing 13 files using 4 processes..
Minimum required versions: 3.6
Incompatible versions: 2
Features: f-strings (3.6)
import typing (3.5)
Alternatively, if a folder is specified, Vermin could specify which file or line number caused the current requirements.
Issue Analytics
- State:
- Created 5 years ago
- Comments:13 (8 by maintainers)
Top Results From Across the Web
is it possible to group a knowledge articles which is version specific ...
What I am interested, to get some quick advise/solution/inputs by quick search using knowledge articles. Answer.
Read more >Add support for version specific configs by jatgarg · Pull Request ...
If version specific config is not present, then fallback to general control tower settings. So, in case you want to enable something with...
Read more >Media Feature Pack list for Windows N editions
Lists the Media Feature Pack releases for Windows N editions.
Read more >Customize pipeline configuration - GitLab Docs
You can customize how pipelines run for your project. For an overview of pipelines, watch the video GitLab CI Pipeline, Artifacts, and Environments....
Read more >Java Version-Specific Features - JMRI
After January 2022, Java 11 will be required. Oracle's page on Java 1.7 requirements says "Note: As of April 8, 2014 Microsoft stopped...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@netromdk Confirmed.
-vvis working as intended in v0.4.3. This feature does exactly what I was looking for. Thanks for the fix!Filed under #6. Thanks again!