Better error types #552

Open
opened 2025-07-30 12:29:16 +02:00 by wetneb · 0 comments
Owner

We use String as our error type in most of our Result<…>-returning functions.
It could be useful to return more structured error types, for instance to be able to distinguish between the various reasons the computation of a merge can fail.
This could be useful for tackling #551.

We use `String` as our error type in most of our `Result<…>`-returning functions. It could be useful to return more structured error types, for instance to be able to distinguish between the various reasons the computation of a merge can fail. This could be useful for tackling #551.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: mergiraf/mergiraf#552
No description provided.