Skip to content

Fix Base.show(io::IO, b::Binding) for e.g. :(:) or :(==)#61043

Merged
fingolfin merged 1 commit intomasterfrom
mh/print-Docs.Binding
Feb 17, 2026
Merged

Fix Base.show(io::IO, b::Binding) for e.g. :(:) or :(==)#61043
fingolfin merged 1 commit intomasterfrom
mh/print-Docs.Binding

Conversation

@fingolfin
Copy link
Member

@fingolfin fingolfin requested a review from mortenpi February 15, 2026 19:31
@fingolfin fingolfin added docs This change adds or pertains to documentation backport 1.10 Change should be backported to the 1.10 release backport 1.11 Change should be backported to release-1.11 backport 1.12 Change should be backported to release-1.12 backport 1.13 Change should be backported to release-1.13 labels Feb 15, 2026
@fingolfin
Copy link
Member Author

One downside of this is that it will break a few outside links into the manual: e.g. https://docs.julialang.org/en/v1.14-dev/base/base/#Base.:: will change with this patch to https://docs.julialang.org/en/v1.14-dev/base/base/#Base.:(:) -- but internal links of course will keep working. Overall that seems OK to me, though. But others might disagree... ?

@fingolfin fingolfin force-pushed the mh/print-Docs.Binding branch from 36ea92c to 67c646a Compare February 16, 2026 09:58
@mortenpi
Copy link
Contributor

Looks to me like the correct thing to do!

@fingolfin fingolfin merged commit d42abc6 into master Feb 17, 2026
8 checks passed
@fingolfin fingolfin deleted the mh/print-Docs.Binding branch February 17, 2026 11:28
KristofferC pushed a commit that referenced this pull request Feb 20, 2026
@KristofferC KristofferC mentioned this pull request Feb 20, 2026
45 tasks
KristofferC pushed a commit that referenced this pull request Feb 25, 2026
@KristofferC KristofferC mentioned this pull request Feb 25, 2026
36 tasks
@KristofferC KristofferC removed the backport 1.10 Change should be backported to the 1.10 release label Feb 26, 2026
KristofferC pushed a commit that referenced this pull request Mar 3, 2026
@KristofferC KristofferC mentioned this pull request Mar 3, 2026
56 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport 1.11 Change should be backported to release-1.11 backport 1.12 Change should be backported to release-1.12 backport 1.13 Change should be backported to release-1.13 docs This change adds or pertains to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docstrings for Base.:(:) is shown as Base.::

3 participants