Skip to content

Refactor spawn_blocking error propagation - #422

Merged
Cylae merged 1 commit into
mainfrom
refactor-spawn-blocking-2157307521563393444
Sep 13, 2026
Merged

Cylae merged 1 commit into
mainfrom
refactor-spawn-blocking-2157307521563393444

Conversation

@Cylae

@Cylae Cylae commented Sep 13, 2026

Copy link
Copy Markdown
Owner
  • Remove redundant .context() maps where ordinary ? propagation is sufficient.
  • Properly map JoinError into contextualized anyhow::Error for route handlers in web.rs.
  • Prevent task failures from being silently discarded via .unwrap_or.
  • Fix bug in password verification swallowing .await failures.

- Remove redundant `.context()` maps where ordinary `?` propagation is sufficient.
- Properly map `JoinError` into contextualized `anyhow::Error` for route handlers in `web.rs`.
- Prevent task failures from being silently discarded via `.unwrap_or`.
- Fix bug in password verification swallowing `.await` failures.
@Cylae
Cylae merged commit cb1df69 into main Sep 13, 2026
1 check passed
@Cylae
Cylae deleted the refactor-spawn-blocking-2157307521563393444 branch September 13, 2026 23:55
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.

1 participant