Skip to content

Fix punctuation/whitespace of runtime rate-limited deprecation warnings

ivan tkachenko requested to merge (removed):deprecation-space into master

Aww, here we go again...

Before:

kf.quickcharts.deprecated: ValueHistorySource is deprecated (since 5.78 ): Use HistoryProxySource instead

After:

kf.quickcharts.deprecated: ValueHistorySource is deprecated (since 5.78): Use HistoryProxySource instead

See also: kirigami!396 (merged)

I wonder, how many more cases like this are hidden in the codebase?

Merge request reports