Replacing the func_dump dictionary by dataclasses
I can't stand all this dictionary access stuff in core
, so I'd like to propose a solution using dataclasses. This would break Python3.6 support though. Thoughts @palmb ?
The internal GitLab Runner Service is temporarily degraded. Jobs might be queued longer than usual. Your own project or group runners as well as the HIFIS Runners are unaffected.
I can't stand all this dictionary access stuff in core
, so I'd like to propose a solution using dataclasses. This would break Python3.6 support though. Thoughts @palmb ?