-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
area:reportingError reporting including formatting, implicit suggestions, etcError reporting including formatting, implicit suggestions, etcitype:enhancementstat:needs decisionSome aspects of this issue need a decision from the maintainance team.Some aspects of this issue need a decision from the maintainance team.
Description
Extracted out of #23804
There are no guarantees for user code relying on API in scala.runtime.*
, but we currently do not warn about it at all.
Thus, regressions like #23804 may occur, i.e. when referring to scala.runtime.stdLibPatches.Predef.assert
Expectations
Annotate scala.runtime.*
as internal API and print warnings when they're used.
Metadata
Metadata
Assignees
Labels
area:reportingError reporting including formatting, implicit suggestions, etcError reporting including formatting, implicit suggestions, etcitype:enhancementstat:needs decisionSome aspects of this issue need a decision from the maintainance team.Some aspects of this issue need a decision from the maintainance team.