concurrent-ruby icon indicating copy to clipboard operation
concurrent-ruby copied to clipboard

Keyword parameters for MutableStruct in Ruby 2.5.0

Open ilyacherevkov opened this issue 7 years ago • 3 comments

Ruby 2.5.0 introduced Struct keyword parameters by adding "keyword_init: true" optional parameter. Mutable / ImmutableStruct / SettableStruct don't have support for those.

ilyacherevkov avatar Jan 26 '18 05:01 ilyacherevkov

Thanks for the suggestion.

pitr-ch avatar Feb 21 '18 14:02 pitr-ch

Hey @pitr-ch I've got something working for this if you are still looking for a contributor. If so, I'll refine and make a PR in the next few days.

numeraltwo avatar Jun 25 '18 14:06 numeraltwo

@numeraltwo that would be great 👍 Please go ahead and create a PR.

pitr-ch avatar Jun 29 '18 14:06 pitr-ch