Rodrigo Vilina

Results 17 comments of Rodrigo Vilina

Yeah I'd love to give it a try, tho I've never touched this codebase before. Any hints on where should I start looking? As in both code and tests.

I already started taking a look at this. For what I can see in the case of `T.must` which only receives one argument we should expect only the mutations for...

For what I can tell by now, only the `mutate_arguments` should run on case we have `T.must(...)`. I tested that strategy with `T.must(a > b)` and the mutations am getting...

Hey @dgollahon 👋 Thanks for answering. About this: > If it were me I'd probably do something like meta.sorbet_receiver? if the goal is just to skip mutating the T. statements...

hey @mbj I've been a little distant to the project, and sorbet too btw. I'll close the issue as you mention that this can already be accomplished. Thanks a lot...

This is true for both case statements and if statements.

I'll put up a PR, hopefully @krisleech can merge and release; I too had problems because of this. As a general rule you don't want to put scripts in `/bin`...

Oh, there's actually a merged PR, so it's just the release thats missing.

I don't remember the PR, but [this is the commit](https://github.com/krisleech/wisper/commit/8a335a2402803270abb67c97171b502a707deea5#diff-75a33909b2722ffbdb215e7c557e01ba), I guess you can find the PR with it.