canmove, Confirmed users
1,570
edits
| Line 31: | Line 31: | ||
* CFX will generate warnings when developers use deprecated modules | * CFX will generate warnings when developers use deprecated modules | ||
* API documentation will warn users about that the module is deprecated, which release is expected to remove it, and how to migrate | * API documentation will warn users about that the module is deprecated, which release is expected to remove it, and how to migrate | ||
* Attempts to use a deprecated module at runtime will log an error to the error console | |||
* AMO validator will throw errors when deprecated modules are used, and these add-ons will therefore fail AMO review | * AMO validator will throw errors when deprecated modules are used, and these add-ons will therefore fail AMO review | ||
All warnings should include links to further information about what to use instead of the deprecated module. | |||
== Removal == | == Removal == | ||