ReimarBauer
ReimarBauer
@matrss I think you can later close this.
the csv plugin is used in many users configurations. It is for storing / reading in a different format a flight track. When we rename this we need to check...
in stable we should ignore both, because a fix is an API change.
We have to migrate the users entries in the msui_settings.json related to our code changes. json not python. We did such migration already in the past. But I think we...
Yes, we should set a deprecation warning, that it will be changed in a later version. At the time we know the version we can adjust it. It is also...
looks like we don't have this check in stable, seen that it did not fail on an other PR, so we can fix this in develop
oh, running that locally ``` mslib/plugins/io/__init__.py:0:1: A005 the module is shadowing a Python builtin module "io" mslib/plugins/io/csv.py:0:1: A005 the module is shadowing a Python builtin module "csv" mslib/utils/time.py:0:1: A005 the...
hmm, it is not good that we named that io, but since when is the io library a builtin?
We don't touch io plugins for this release but refactor time. https://github.com/Open-MSS/MSS/issues/2315 I don't think we need a deprecation warning, but we can do in stable. The new name is...
Yes but not Listed as builtins in the docs but Standard library