Skip to content

refactor(app/integration): use linker_app_core::Error#3690

Merged
cratelyn merged 1 commit intomainfrom
kate/app-integration.remove-box-error
Mar 3, 2025
Merged

refactor(app/integration): use linker_app_core::Error#3690
cratelyn merged 1 commit intomainfrom
kate/app-integration.remove-box-error

Conversation

@cratelyn
Copy link
Member

@cratelyn cratelyn commented 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.

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 cratelyn marked this pull request as ready for review March 3, 2025 22:56
@cratelyn cratelyn requested a review from a team as a code owner March 3, 2025 22:56
@cratelyn cratelyn merged commit f4eac76 into main Mar 3, 2025
15 checks passed
@cratelyn cratelyn deleted the kate/app-integration.remove-box-error branch March 3, 2025 23:38
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