-
Notifications
You must be signed in to change notification settings - Fork 13
refactor: migrate from Result<T, String> to typed TaskError (#660) #739
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
Merged
Merged
Changes from 23 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
7f4291d
docs: promote i18n-ready strings to general coding rule (#660)
lklimek b934df5
refactor: add typed error variants for migration (#660)
lklimek aab8178
refactor: replace string errors with typed errors in spv/config/infra…
lklimek 73704b7
refactor: replace string errors with typed TaskError in model/databas…
lklimek 1e98cef
refactor: replace string errors with typed TaskError in backend_task/…
lklimek 21bd380
refactor: replace string errors with typed TaskError in ui/ (#660)
lklimek 5e5ea87
fix: remove useless TaskError::from conversions in wallet task dispat…
lklimek 6184482
Merge branch 'v1.0-dev' into task/660-i18n-ready-strings-general-rule
lklimek d466668
Merge branch 'v1.0-dev' into task/660-i18n-ready-strings-general-rule
lklimek a5c577d
refactor: fix all unresolved review comments — proof errors, asset lo…
Copilot d44ade4
refactor: remove TaskError::Generic and TaskError::Other, replace wit…
Copilot 0b635e5
refactor: address PR #739 review comments — structural error matching…
lklimek bd55bee
refactor: address remaining PR #739 review comments — lock poisoning,…
lklimek 1d62eb7
Merge branch 'v1.0-dev' into task/660-i18n-ready-strings-general-rule
lklimek 22b0a45
refactor: address final PR #739 review comments — jargon removal, dua…
lklimek cb9af82
refactor: add 6 new TaskError variants for LegacyError removal
lklimek 4f61876
refactor: migrate system/grovestark/mnlist/platform_info to TaskError
lklimek 751117c
refactor: remove From<String> for TaskError and LegacyError variant
lklimek 2f58f08
refactor: address 16 review findings across error handling and conven…
lklimek 9c9ea5a
Merge branch 'v1.0-dev' into task/660-i18n-ready-strings-general-rule
lklimek ab31046
refactor: replace `UserInput(String)` with typed `TaskError` variants…
Copilot b27c1c5
refactor: address review feedback on TaskError migration — jargon, tr…
Copilot de44eeb
fix: resolve CI formatting failures (#754)
Copilot bf40da6
fix: address 3 PR review findings — error chain, transitional note, v…
lklimek b5017b8
fix: address review round 4 — typed errors, dead code, lock safety
lklimek 1ef019d
docs: strengthen error variant policy — never use String fields for u…
lklimek File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
|
claude[bot] marked this conversation as resolved.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.