Skip to content

Conversation

raman-maker
Copy link
Contributor

@raman-maker raman-maker commented Oct 12, 2025

  1. There was a typo in the last section. https://github.com/JuliaLang/julia/blob/master/doc/src/devdocs/types.md#subtyping-and-method-sorting

Additionally, if 2 methods are defined with identical signatures, per type-equal, then they will instead *by compared by order of addition, such that the later method is more specific than the earlier one.

  1. Also correct the World age link in the last line of Redefining Methods .

The implementation of this behavior is a "world age counter", which is further described in the Worldage manual chapter.

There was a typo in the last section. https://github.com/JuliaLang/julia/blob/master/doc/src/devdocs/types.md#subtyping-and-method-sorting

>Additionally, if 2 methods are defined with identical signatures, per type-equal, then they will instead *by compared by order of addition, such that the later method is more specific than the earlier one.
@raman-maker raman-maker changed the title replaced Typo by with be replaced Typo by with be & correct World age link Oct 12, 2025
World-age-in-general
@ViralBShah ViralBShah added the docs This change adds or pertains to documentation label Oct 12, 2025
Copy link
Member

@LilithHafner LilithHafner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@LilithHafner
Copy link
Member

Tests pass except for one timeout. I don't think these changes caused that timeout.

@LilithHafner LilithHafner merged commit b396b8c into JuliaLang:master Oct 13, 2025
5 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs This change adds or pertains to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants