Skip to content

Conversation

tgodzik
Copy link

@tgodzik tgodzik commented Sep 26, 2025

Backports scala#23888 to the 3.3.7.

PR submitted by the release tooling.
[skip ci]

Perl99 and others added 2 commits September 26, 2025 19:20
…iler (scala#23888)

Extension methods that are not in the same file are placed after all
Product methods and even after extension methods like "ensuring". This
PR penalizes the following methods, so that they are no longer at the
top of the suggestions:
- scala.Product.*
- scala.Equals.*
- scala.Predef.ArrowAssoc.*
- scala.Predef.Ensuring.*
- scala.Predef.StringFormat.*
- scala.Predef.nn
- scala.Predef.runtimeChecked

Resolves scalameta/metals#7642
…iler (scala#23888)

Extension methods that are not in the same file are placed after all
Product methods and even after extension methods like "ensuring". This
PR penalizes the following methods, so that they are no longer at the
top of the suggestions:
- scala.Product.*
- scala.Equals.*
- scala.Predef.ArrowAssoc.*
- scala.Predef.Ensuring.*
- scala.Predef.StringFormat.*
- scala.Predef.nn
- scala.Predef.runtimeChecked

Resolves scalameta/metals#7642
[Cherry-picked 7d27633][modified]
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.

2 participants