Closed
Description
Therefore, it is no longer safe to do funcdef[:kwargs] = map(arg->combinearg(splitarg(arg)...), funcdef[:kwargs]
, since this would transform a definition like f(;kwargs...)
to f(;kwargs::Any...)
which is no longer allowed in Julia 1.7. I don't know why that's no longer allowed, but from the REPL:
ERROR: syntax: "x::Any" is not a valid function argument name around REPL[3]:1
Stacktrace:
[1] top-level scope
@ REPL[3]:1
Metadata
Metadata
Assignees
Labels
No labels