summaryrefslogtreecommitdiff
path: root/lib/stdlib/scripts/update_deprecations
Commit message (Collapse)AuthorAgeFilesLines
* otp: Make update_deprecation fail when removing an future versionLukas Larsson2022-06-081-0/+21
| | | | | | This can happen if a function is marked as removed in a module while the metadata in DEPRECATIONS lists a future release as the "remove" release.
* Update copyright yearErlang/OTP2022-02-151-1/+1
|
* update_deprecations: The script silently discarded errors in file:writeHans Nilsson2022-01-191-3/+1
|
* update_deprecations: The script didn't handle '-deprecated([f/1])'Hans Nilsson2022-01-191-1/+1
| | | | | | | which caused the atom 'undefined' to be the Text in update_deprecations:make_xml_info/2. According to /home/uabhnil/Projects/OTP/otp1/HOWTO/DEPRECATE.md that 'undefined' should be changed to "see the documentation for details." by that script. The internal wiki page has the same opinion as the script.
* Update copyright yearRickard Green2021-12-131-1/+1
|
* otp: Require complete build when updating deprecationsJohn Högberg2021-02-011-3/+21
|
* otp: Document previously removed functionsJohn Högberg2021-01-181-42/+57
| | | | | | This commit adds a page for Removed Functionality in the user's guide, listing the functions we've removed recently and still warn about.
* system: Move deprecation to XMLGEN stage of makefileLukas Larsson2020-03-271-8/+6
|
* Use RelMarker variableBjörn Gustavsson2020-03-261-1/+2
| | | | | While at it, turn on warnings as errors to avoid this kind of mistake in the future.
* Consistently name anchors in deprecation documentationBjörn Gustavsson2020-03-231-0/+1
| | | | | Don't mix upper and lower case. Also don't reference non-existing sections in the scheduled-for-removal page.
* Include removal information in the deprecation messageBjörn Gustavsson2020-03-171-11/+47
|
* Add cross-checking of DEPRECATIONS and doc generationBjörn Gustavsson2020-03-111-40/+214
|
* otp/erl_lint: Generate deprecation and removal warnings from sourceJohn Högberg2020-02-121-0/+149