Radek Szymczyszyn

Results 186 comments of Radek Szymczyszyn

Hi, @Fl4m3Ph03n1x! Thanks for the new report. I'll start from the bottom: ``` lib/option.ex: The pattern %Option.Some{} on line 28 doesn't have the type any() ``` This is a known...

Thanks, @Fl4m3Ph03n1x :+1: This means the `cannot be reached` errors above are independent of https://github.com/josefs/Gradualizer/pull/359.

Hey, @Fl4m3Ph03n1x! https://github.com/esl/gradient/issues/61 and https://github.com/josefs/Gradualizer/issues/387 are fixed and closed, so ``` lib/option.ex: The pattern %Option.Some{} on line 28 doesn't have the type any() ``` shouldn't happen anymore. If you still...

Hi, @tomekowal! > I figured you might like more data points to test :) Sure, these are always welcome! Thanks for the example :)

This might be a duplicate with #32.

Ok, even with #72 the errors: ``` lib/option.ex: The clause on line 8 cannot be reached lib/option.ex: The clause on line 13 cannot be reached ``` Are returned for this...