Malcolm O'Hare

Results 3 issues of Malcolm O'Hare

Attempting to fix https://github.com/rspec/rspec-expectations/issues/1451 Refactor `has_kw_args_in?`: - try to use positional parameter information to determine whether a hash is kw_args - try to leverage information passed by the ruby2_keywords annotation...

### Subject of the issue Cross posting issue: https://github.com/rspec/rspec-expectations/issues/1451 The tldr of that issue is for a given function `def foo(a=1, b:2)` we get ambiguous args in the validator because...

### Motivation Potentially closes: https://github.com/Shopify/ruby-lsp/issues/1767 https://github.com/st0012/ruby-lsp-rspec/issues/33 When triggering debug (run and debug) from the editor, this extension was setting the env BUNDLE_GEMFILE to be the RubyLsp generated one, not the...

cla-needed