dry-rb / dry-effects

Algebraic effects in Ruby
https://dry-rb.org/gems/dry-effects/
MIT License
112 stars 20 forks source link

Use Fiber#raise for raising errors in the yielding fiber #80

Closed flash-gordon closed 3 years ago

flash-gordon commented 3 years ago

IIRC it's available since 2.7

dry-bot commented 3 years ago

Codacy Here is an overview of what got changed by this pull request:


Coverage decreased per file
===========================
- lib/dry/effects/frame.rb  -4

Complexity increasing per file
==============================
- lib/dry/effects/frame.rb  1

See the complete overview on Codacy

flash-gordon commented 3 years ago

I have a statement for codeclimate. Code that uses fibers is complex by definition.