Open
Description
- Deprecate
map.foo()
in favor ofmap.foo
- Deprecate
mod.foo
in favor ofmod.foo()
- Change the AST so remote calls (
A.b
,a.b
, etc) without parens hasnil
third element. Once we do so, remove :no_parens metadata usage throughout the codebase (perhaps behind the--future
flag)
PS: originally this issue was about deprecating all nullary remote calls without parens, but it has been restricted since then. See this comment for more info.