Closed
Description
After #3534, now we have 3 different ways to access the calculated variables:
after_stat(var)
stat(var)
..var..
Though it seems very difficult to remove other syntax than after_stat()
, I think we should promote the most proper one a bit more eagerly to avoid confusion. Can we warn on the usage of stat()
and ..var..
-notation?