- Notifications
You must be signed in to change notification settings - Fork 3.5k
Open
Labels
Milestone
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.
whatyouhide, OvermindDL1, maennchen, Eiji7, michalmuskala and 14 morewhatyouhide, taiansu and lin72h