Open
Bug 1677944
Opened 4 years ago
Updated 4 years ago
[meta] Cleanup backward compatibility code
Categories
(DevTools :: General, task)
DevTools
General
Tracking
(Not tracked)
NEW
People
(Reporter: nchevobbe, Unassigned)
References
(Depends on 2 open bugs)
Details
(Keywords: meta)
With the agreement that was reached on Bug 1673535, we should now be able to easily search for backward compatibility code and when they were added. This gives us the opportunity to cleanup such code in each cycle.
A bug should be filed for each cycle cleanup (whose version is N
), where one would search for @backward-compat
and evaluate what needs to be done for each instance where in the {added in XX}
, XX <= N-2
.
So if we're in cycle 90, we could remove all code where the comment says it was added in 88 or older (this is the current rule we have, but it might change in the future).
Updated•4 years ago
|
Summary: [META] Cleanup backward compatibility code → [meta] Cleanup backward compatibility code
You need to log in
before you can comment on or make changes to this bug.
Description
•