2024-03-28 19:44 UTC

View Issue Details Jump to Notes ]
IDProjectCategoryView StatusLast Update
0002819LibCSSLibCSSpublic2021-05-07 14:36
ReporterRalf Junker 
Assigned To 
PrioritynormalSeverityfeatureReproducibilityalways
StatusnewResolutionopen 
Summary0002819: select_generator.py improvements: Deterministic sort order & newlines, fix Python 3 warnings
DescriptionThe attached select_generator.py improves the following:

* Add property name to sort key for a deterministic sort order. This avoids apparently random changes to auto-generated files each time select_generator.py is run (seen on Windows).

* Add 'newline="\n"\ to force LF even on Windows. Needs Python 3.

* Fix Python 3 warnings:

    * "is" / "=="
    * "is not" / "!=".

The attached file is modified against libcss GIT master 0504194e51a35a88ceba06288a6a2d8243b27516.
TagsNo tags attached.
Fixed in CI build #
Reported in CI build #
Attached Files

-Relationships
+Relationships

-Notes
There are no notes attached to this issue.
+Notes

-Issue History
Date Modified Username Field Change
2021-05-07 14:36 Ralf Junker New Issue
2021-05-07 14:36 Ralf Junker File Added: select_generator.py
+Issue History