temporalio / sdk-ruby

Temporal Ruby SDK
MIT License
75 stars 7 forks source link

[Refactor] Reduce Error boilerplate with thiserror #25

Closed antstorm closed 2 years ago

antstorm commented 2 years ago

What was changed

Replace Error boilerplate with thiserror

Why?

Simplifies Connection code and provides a better pattern for error definition moving forward

  1. Closes #24

  2. How was this tested: Behaviour hasn't changed, relying on existing specs to catch any errors

  3. Any docs updates needed? No