Skip to content

Conversation

@joeyparrish
Copy link
Member

Some deprecation messages were misleading, and claimed that entire classes like AbrManager were deprected, when in fact, it was a particular form of AbrManager (without a method) that is deprecated.

This adds method and other details to the deprecation calls where needed.

We also had a malformed messsage where join('') was called on the pieces instead of join(' '). This fixes the formatting.

Some deprecation messages were misleading, and claimed that entire
classes like AbrManager were deprected, when in fact, it was a
particular form of AbrManager (without a method) that is deprecated.

This adds method and other details to the deprecation calls where
needed.

We also had a malformed messsage where join('') was called on the
pieces instead of join(' ').  This fixes the formatting.
@shaka-bot
Copy link
Collaborator

Incremental code coverage: 33.33%

@joeyparrish joeyparrish merged commit 6bd9f42 into shaka-project:main Feb 23, 2024
@joeyparrish joeyparrish deleted the fix-deprecation-messages branch February 23, 2024 19:02
joeyparrish added a commit that referenced this pull request Feb 26, 2024
Some deprecation messages were misleading, and claimed that entire
classes like AbrManager were deprected, when in fact, it was a
particular form of AbrManager (without a method) that is deprecated.

This adds method and other details to the deprecation calls where
needed.

We also had a malformed messsage where join('') was called on the pieces
instead of join(' '). This fixes the formatting.

Backported to v4.7.x
joeyparrish added a commit that referenced this pull request Feb 26, 2024
Some deprecation messages were misleading, and claimed that entire
classes like AbrManager were deprected, when in fact, it was a
particular form of AbrManager (without a method) that is deprecated.

This adds method and other details to the deprecation calls where
needed.

We also had a malformed messsage where join('') was called on the pieces
instead of join(' '). This fixes the formatting.

Backported to v4.6.x
joeyparrish added a commit that referenced this pull request Feb 27, 2024
Some deprecation messages were misleading, and claimed that entire
classes like AbrManager were deprected, when in fact, it was a
particular form of AbrManager (without a method) that is deprecated.

This adds method and other details to the deprecation calls where
needed.

We also had a malformed messsage where join('') was called on the pieces
instead of join(' '). This fixes the formatting.

Backported to v4.3.x
@shaka-bot shaka-bot added the status: archived Archived and locked; will not be updated label Apr 23, 2024
@shaka-project shaka-project locked as resolved and limited conversation to collaborators Apr 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

status: archived Archived and locked; will not be updated

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants