Karl

Results 46 comments of Karl

Do you have any idea on how to make the tests for CLI? I am quite new to go, I've done some testing on Rust, and I took a look...

Hey @mcmire ! Thank you! I'll implement `anything` handle in your project this week or next week. I took a sneak peak at your tests and understand how you are...

Hey @mcmire ! I wanted to catch up / update my status. I've read your guides and now I have a slightly better understanding of RSpec. I've noted you wrote...

I've submitted 3 new commits to get rid of the CyclomaticComplexity, PerceivedComplexity & MethodLength cops. Each commit fixes one offense. The commits can be squashed into one commit, but since...

Latest commit is to fix a problem when using ruby 2.4, 2.3, 2.2. It substitutes `prepend` method of `Array` class by `unshift`. Because prior ruby 2.4 it was not defined....

Build is still failing before commit [f9a9e9d](https://github.com/rspec/rspec-support/pull/596/commits/f9a9e9d222115fa3e4150f728e5bb217302bef10). ![image](https://github.com/rspec/rspec-support/assets/3003032/78933a26-63a5-4f74-b7c4-278b3752a6f1) I don't know how to reproduce these build environment. I don't know what `ruby-head` stands for neither I understand the error there....

Hey @pirj ! Thanks for reaching out! No worries, it is just my hobby try to fix simple things in github. I have on my bucket list to make a...

P.S.1: About support for ruby 1.8.7, I saw you've used `if String.method_defined?(:encoding) ... else ... end` block to define methods for ruby 1.8.7 and the other ruby versions dynamically. Maybe...

Yes @pirj , it only affects the order of pair in the output diff. I'll mark the spec as broken on 1.8.7

Ok! I think I've solved the issues now. Please tell me if there is anything else I can do. I can also squash all the commits in one or two,...