Support shorthand tuple syntax
alecloudenback opened this issue · 0 comments
alecloudenback commented
https://github.com/JuliaLang/julia/issues/29333a
Currently this new syntax does not seem to be supported:
a = 1
example = @with_kw (;a)
Results in:
LoadError: NameTuple fields need to be of form: k=val