Dmitry Murzin
Dmitry Murzin
> Side note: it would be great if in-flight Github jobs could be cancelled. Afaik they make it as hard as possible to do, but maybe something [like this](https://stackoverflow.com/a/67223051) would...
> Meta: should we extract it into a separate "Missing else" inspection? I'm getting uncomfortable adding all those checks to the annotator. It is already overloaded with inspections. The test...
Btw there is one regression Also one test failed, because now we infer type of `if f { return; }` as `!` but looks like type should be `()`
Rebased on master and supported some more cases. @ortem could you please review?
> Looks like the fix is provided only when the types of both operands are the same. The operator traits don't have that restriction. I believe it shouldn't be hard...
@afetisov fixed in #9416
I think we should add new `SuppressInspectionFix` to `getSuppressActions` which would add comment in format `/* file:noinspection ... */` (block comment instead of line comment so that it will not...
@Sejsel could you please rebase on master > The duplicated implementation includes a comment about anonymous parameters preventing simply using a substring of the original signature - if I understand...
Added tests and refactored `RsFunction.getSignatureText()` @ortem could you please review