-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecation of array indexing calls []
#212
Comments
4 tasks
Nice! I suggest adding to the to do-list also the following actions:
|
No problem, just added them to the list! |
Instead of removing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As suggested in #206 (comment), I propose the following procedural changes to deprecate interpolation evaluation by array indexing
[]
:()
(complete from Function call syntax support #206)README.md
to let users know that[]
is deprecated in favour of()
(complete from Function call syntax support #206)[]
doc
directory that evaluate interpolation objects by[]
to()
[]
to()
[]
from the code base entirelyThe first two steps will be completed as soon as the pull request #206 is approved and changes are committed accordingly. Completing the rest of the procedure should not be a complex task.
The text was updated successfully, but these errors were encountered: