Skip to content

fix showing types after removing using Core #58773

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 19, 2025
Merged

fix showing types after removing using Core #58773

merged 1 commit into from
Jun 19, 2025

Conversation

vtjnash
Copy link
Member

@vtjnash vtjnash commented Jun 18, 2025

PR #57357 changed the default using list, but only changed some of the places where the show code handled that. This led to duplicate (confusing) printing, since both Core. and Base. prefixes are dropped.

Fix #58772

PR #57357 changed the default using list, but only changed some of the
places where the `show` code handled that. This led to duplicate
(confusing) printing, since both Core. and Base. prefixes are dropped.

Fix #58772
@vtjnash vtjnash added the backport 1.12 Change should be backported to release-1.12 label Jun 18, 2025
@vtjnash vtjnash merged commit 089810c into master Jun 19, 2025
7 of 9 checks passed
@vtjnash vtjnash deleted the jn/58772 branch June 19, 2025 19:17
KristofferC pushed a commit that referenced this pull request Jun 25, 2025
PR #57357 changed the default using list, but only changed some of the
places where the `show` code handled that. This led to duplicate
(confusing) printing, since both Core. and Base. prefixes are dropped.

Fix #58772

(cherry picked from commit 089810c)
@KristofferC KristofferC mentioned this pull request Jun 25, 2025
60 tasks
@KristofferC KristofferC removed the backport 1.12 Change should be backported to release-1.12 label Jul 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Union prints with duplicate elements, like Union{Array, Memory, Memory}
2 participants