Lukas Behammer
Lukas Behammer
Thanks for your fast answer. I will keep using my custom built image until you support a newer version.
This is not yet ready to be merged. I'll have to write some tests first and some of the tests fail currently. @codejedi365 tell me what you think about this...
Just a quick reminder @codejedi365 if you can have a quick look at this implementation of pep440 support, so that I know if I should go forward with the implementation.
Ah sorry @codejedi365 . I haven't had much time lately. The earliest time I can do some more is probably around December/January. Though I'll try to fit some minor stuff,...
I changed the existing tests to run with the new version-compat scheme, though I'm not sure how to implement the tests for the pep440 compatibility. Should we copy the semver...
@codejedi365 regarding the --pep440 flag you suggested, I'd rather keep the --version-compat flag such that we're open to future versioning schemes.
> Remember to rebase soon as there have been some changes your branch conflicts with I'll do.
Is version_scheme better than version_compat? If so I'd refactor.
Also I tried to implement the Enum. Didn't really work out. Maybe you @codejedi365 can have a look at it.
> Having a command line flag would be inconsistent with every other setting. Why could the config file settings not work in a github action? I don't think the command...