You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 4, 2019. It is now read-only.
@JeffBezanson I tried to implement this by starting to make merge of NamedTuples type stable, but I'm running into JuliaLang/julia#16806. Currently one can't use the @NT macro in the quoted expression of a generated function on julia 0.5 because the @NT macro calls eval to create the type for the named tuple, but using eval inside a generated function throws an error in julia 0.5 (not on 0.4). Any chance that regression might get resolved at some point?
It would be great if the folllowing syntax would work for merging NamedTuples:
would construct a NamedTuple
(a=>1,b=>2,c=>3,f=>"something else",d=>4,e=>5)
.The text was updated successfully, but these errors were encountered: