Technical debt report for September 2020


Robert Varga
 

Hello everyone,

this is a quick summary of current outstanding technical debt, as
reported by the autorelease build.

2.10.2020 3.9.2020 delta
Deprecated 2333 2303 +30
Deprecated for removal 2095 2553 -458
Modernizer 423 448 -25

The second line is more critical, as those are things that either we or
our upstreams *will* remove. That number breaks down like this:

2.10.2020 3.9.2020 delta
Uint{8,16,32,64} (Mg) 1062 1531 -469
addAugmentation (Al) 100 109 -9
setFoo(List) (Al) 605 590 +15
other 328 323 +5

Most of the removals reflect things that went into OFP. There are still
more patches to be merged there, as well as to Genius.

Regards,
Robert