summaryrefslogtreecommitdiff
path: root/other/analysis/run-infer
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-07-28 17:30:03 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-08-11 16:28:24 +0000
commit503d9f7e229dcb777d347d690086c7827039cd39 (patch)
tree6ce712e14e04b09ddb7ab2bca4c8f5ff50f9bf53 /other/analysis/run-infer
parent678720d2fe1d2d7c96188e09c8f01e1335236013 (diff)
Add deprecation notice to some UPPER_CASE enums.
The enumerators won't change, but the type name will change in 0.3.0. Reasoning: - Type names in toxcore start with an uppercase letter and either have at least one lowercase letter in them, or are less than 4 characters long. - Constants consist of 4 or more uppercase letters or underscores. By these rules, "DHT" is a type name, but "TOX_USER_STATUS" is a constant. We provide Tox_User_Status as an alternative for now, and will switch to that in 0.3.0, removing the UPPER_CASE versions.
Diffstat (limited to 'other/analysis/run-infer')
0 files changed, 0 insertions, 0 deletions