Skip to content

Conversation

@LeandroVandari
Copy link
Contributor

Currently, TemporalError does not implement std::error::Error, which makes TemporalResult incompatible with ecosystem crates for error conversions, such as anyhow.

The fix is a simple one-line addition to implement the error trait, since TemporalError already implements Display and Debug.

@nekevss
Copy link
Member

nekevss commented Jan 3, 2026

Thanks for the contribution!

@nekevss nekevss merged commit 3585bd2 into boa-dev:main Jan 3, 2026
8 checks passed
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