Skip to content

Conversation

@JeffBezanson
Copy link
Member

fixes #60252

@JeffBezanson JeffBezanson added bugfix This change fixes an existing bug display and printing Aesthetics and correctness of printed representations of objects. labels Dec 10, 2025
@JeffBezanson
Copy link
Member Author

There is also an interesting inference issue here that

julia> code_typed(NamedTuple{(:a,:b)}, (Tuple{Vararg{Int}},))
...
) => NamedTuple{(:a, :b), NTuple{N, Int64}} where N

where we should be able to get the tuple length from the names. Probably in apply_type_tfunc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugfix This change fixes an existing bug display and printing Aesthetics and correctness of printed representations of objects.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Show error in @code_warntype with NamedTuple

2 participants