Skip to content

Conversation

@cratelyn
Copy link
Member

@cratelyn cratelyn commented Mar 3, 2025

linkerd_app_integration defines an Error alias.

we have a boxed error type in linkerd_app_core::Error that achieves the same purpose, that we can use instead.

this commit replaces this type alias with a reëxport of linkerd_app_core::Error.

`linkerd_app_integration` defines an `Error` alias.

we have a boxed error type in `linkerd_app_core::Error` that achieves
the same purpose, that we can use instead.

this commit replaces this type alias with a reëxport of
`linkerd_app_core::Error`.

Signed-off-by: katelyn martin <[email protected]>
@cratelyn cratelyn marked this pull request as ready for review March 3, 2025 18:57
@cratelyn cratelyn requested a review from a team as a code owner March 3, 2025 18:57
@cratelyn cratelyn merged commit 7aa7f06 into main Mar 3, 2025
15 checks passed
@cratelyn cratelyn deleted the kate/app-integration-replace-error-alias branch March 3, 2025 19:05
cratelyn added a commit that referenced this pull request Mar 3, 2025
the test server implementation in `linkerd_app_integration` defines an
`BoxError` alias. we have a boxed error type in
`linkerd_app_core::Error` that achieves the same purpose, that we can
use instead.

this commit replaces this type alias with a reëxport of
`linkerd_app_core::Error`.

see also, #3685, which removed another similar alias.

Signed-off-by: katelyn martin <[email protected]>
cratelyn added a commit that referenced this pull request Mar 3, 2025
the test server implementation in `linkerd_app_integration` defines an
`BoxError` alias. we have a boxed error type in
`linkerd_app_core::Error` that achieves the same purpose, that we can
use instead.

this commit replaces this type alias with a reëxport of
`linkerd_app_core::Error`.

see also, #3685, which removed another similar alias.

Signed-off-by: katelyn martin <[email protected]>
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.

3 participants