fear
fear copied to clipboard
Ruby port of some Scala's monads
It's like flat_map for failures ```ruby f = Fear.future { Float::INFINITY } Fear.future { 42/0 }.recover_with do |m| m.case(ZeroDivisionError) { f } end ```
Bumps [rake](https://github.com/ruby/rake) from 13.1.0 to 13.2.1. Changelog Sourced from rake's changelog. === 13.2.1 Suppressed "internal:array:52:in 'Array#each'" from backtrace by @hsbt in #554 Bump actions/configure-pages from 4 to 5 by @dependabot...
Bumps [zeitwerk](https://github.com/fxn/zeitwerk) from 2.6.13 to 2.6.14. Changelog Sourced from zeitwerk's changelog. 2.6.14 (14 May 2024) Implements Zeitwerk::Loader#all_expected_cpaths, which returns a hash that maps the absolute paths of the files and...
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.6 to 3.2.8. Release notes Sourced from rexml's releases. REXML 3.2.8 - 2024-05-16 Fixes Suppressed a warning REXML 3.2.7 - 2024-05-16 Improvements Improve parse performance by using...
Bumps [zeitwerk](https://github.com/fxn/zeitwerk) from 2.6.13 to 2.6.15. Changelog Sourced from zeitwerk's changelog. 2.6.15 (26 May 2024) Internal improvements. 2.6.14 (14 May 2024) Implements Zeitwerk::Loader#all_expected_cpaths, which returns a hash that maps the...
Bumps [concurrent-ruby](https://github.com/ruby-concurrency/concurrent-ruby) from 1.2.3 to 1.3.1. Release notes Sourced from concurrent-ruby's releases. v1.3.1 This release is essentially v1.3.0, but with a properly packaged gem. There was an issue publishing v1.3.0...
Bumps [zeitwerk](https://github.com/fxn/zeitwerk) from 2.6.13 to 2.6.16. Changelog Sourced from zeitwerk's changelog. 2.6.16 (15 June 2024) Logging prints a message when a directory that was not ignored is skipped anyway because...
Bumps [concurrent-ruby](https://github.com/ruby-concurrency/concurrent-ruby) from 1.2.3 to 1.3.3. Release notes Sourced from concurrent-ruby's releases. v1.3.3 What's Changed Improve speed for windows Get-CimInstance by @Earlopain in ruby-concurrency/concurrent-ruby#1053 Full Changelog: https://github.com/ruby-concurrency/concurrent-ruby/compare/v1.3.2...v1.3.3 v1.3.2 What's Changed...
Bumps [concurrent-ruby](https://github.com/ruby-concurrency/concurrent-ruby) from 1.2.3 to 1.3.4. Release notes Sourced from concurrent-ruby's releases. v1.3.4 What's Changed Update comment for JRuby variant of processor_count to reality by @meineerde in ruby-concurrency/concurrent-ruby#1054 Add Concurrent.cpu_requests...
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.6 to 3.3.3. Release notes Sourced from rexml's releases. REXML 3.3.3 - 2024-08-01 Improvements Added support for detecting invalid XML that has unsupported content before root element...