We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is a new feature in Ruby 2.6. The proc's function composition is used in dry-monads spec when 2.6 is available. See https://github.com/dry-rb/dry-monads/blob/6ca973c87c65e1526bfd4b671a8229319ce00bb1/spec/unit/maybe_spec.rb#L53
dry-monads
This causes some troubles to run some specs in TruffleRuby "supporting Ruby 2.6"
The text was updated successfully, but these errors were encountered:
Yes, spotted that one. 😄
There's a couple of other small issues that need fixing as well.
Sorry, something went wrong.
@aardvark179 yeah, I know about them. I don't report everything :) This issue is reported after ~2 months what I know about it.
@eregon @chrisseaton Hello, can you make this priority since this uses a lot of specs in dry-types/dry-schemas, please?
Fix on the way.
Fixed in 70722f6.
chrisseaton
No branches or pull requests
This is a new feature in Ruby 2.6. The proc's function composition is used in
dry-monads
spec when 2.6 is available. See https://github.com/dry-rb/dry-monads/blob/6ca973c87c65e1526bfd4b671a8229319ce00bb1/spec/unit/maybe_spec.rb#L53This causes some troubles to run some specs in TruffleRuby "supporting Ruby 2.6"
The text was updated successfully, but these errors were encountered: