Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: introduce thiserror-ext for boxed error wrapper definition #13200

Merged
merged 4 commits into from
Nov 2, 2023

use crates.io version

6b03485
Select commit
Loading
Failed to load commit list.
Merged

refactor: introduce thiserror-ext for boxed error wrapper definition #13200

use crates.io version
6b03485
Select commit
Loading
Failed to load commit list.
Task list completed / task-list-completed Started 2023-11-02 12:10:41 ago

3 / 4 tasks completed

1 task still to be completed

Details

Required Tasks

Task Status
Box: Derive a new type wrapping the enum with Box. Automatically implement all Froms and forward error implementation. Incomplete
Construct: Derive constructors on the new type. Incomplete
Box Incomplete
Construct Incomplete
I have written necessary rustdoc comments Completed
I have added necessary unit tests and integration tests Completed
All checks passed in ./risedev check (or alias, ./risedev c) Completed
My PR needs documentation updates. (Please use the Release note section below to summarize the impact on users) Incomplete