[#827] Remove support for AliasHint
Description
Problem: we came to a conclusion alias hints aren't exactly useful, while complicating the code base quite a bit.
Solution: Remove 'AliasHint' and alias prefixing facilities, remove guards against mixing aliases and hints, rename some functions mentioning alias hints.
Related issue(s)
Resolves #827 (closed)
✅ Checklist for your Merge Request
Related changes (conditional)
-
Tests (see short guidelines)
-
If I added new functionality, I added tests covering it. -
If I fixed a bug, I added a regression test to prevent the bug from silently reappearing again.
-
-
Documentation
Stylistic guide (mandatory)
-
My commits comply with the following policy. -
My code complies with the style guide.
Edited by Nikolay Yakimov