Unverified Commit 99ae2eeb authored by Jack Koenig's avatar Jack Koenig Committed by GitHub
Browse files

Deprecate named arguments for methods moving to macros in 3.6 (#2530)

These methods will start using def macros and since def macros do not
supported named arguments this will be a source-incompatible change.
This deprecation will warn users that they need to remove any uses of
named arguments on these methods.
parent 73d3e3cf
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment