You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?