diff options
author | iphydf <iphydf@users.noreply.github.com> | 2018-07-28 17:30:03 +0000 |
---|---|---|
committer | iphydf <iphydf@users.noreply.github.com> | 2018-08-11 16:28:24 +0000 |
commit | 503d9f7e229dcb777d347d690086c7827039cd39 (patch) | |
tree | 6ce712e14e04b09ddb7ab2bca4c8f5ff50f9bf53 /other/analysis | |
parent | 678720d2fe1d2d7c96188e09c8f01e1335236013 (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')
0 files changed, 0 insertions, 0 deletions