Cristian Le
Cristian Le
TODO: - [ ] Skip the check if `/packit` command is used - [x] Actually check the files changed - [ ] Write new tests or update the old ones...
TODO: - [x] Write new tests or update the old ones to cover new functionality. - [ ] Update doc-strings where appropriate. - [ ] Update or write new documentation...
We should make use of: - `warnings.deprecated` with backport in `typing_extensions`. This would replace the `deprecated` package to include typing support - Marking functions as `abstract` and `Final` - `__future__.annotations`
This would better highlight the public/private properties and allow to add the documentation next to the attributes themselves. Pycharm supports the `"""` style documentation of the attributes. `attrs` is another...
Couldn't test locally, hopefully the CI can handle it
Found a project https://github.com/nh13/ruamel_yaml_line_info which in principle is supposed to save the reference of the yaml keys. This could be very useful for referencing back which key and which line...
The context of this is for `tmt`, but the capability should be enabled in `fmf` broadly. The idea is that some context values we would want to override the comparator,...
The `toml` package has not been updated in years and it is deprecated by downstream packagers and about to be removed in Fedora. I was looking at helping migrate to...
In order to update zipper package in Fedora to use this version, I need to update the dependents, which afaict is only [`libCombine`](https://github.com/sbmlteam/libCombine). I have got some pieces figured out,...
Generate a file for each plan that is sourced at the beginning of each: - prepare.shell step - test invocation These are explicitly not invoked on all internal guest execute...