julia
4862893e - Forward keyword arguments when using @deprecate without a signature (#46261)

Commit
3 years ago
Forward keyword arguments when using @deprecate without a signature (#46261) When using the @deprecate macro without specifying the deprecated signature, a method is created for the old name that accepts a variable number of positional arguments. This commit makes the created method also accept a variable number of keyword arguments.
Author
Parents
Loading