Conversation
ae1b00b to
247f616
Compare
|
This is now generic enough for the never returns lint, so ready for review! |
dswij
left a comment
There was a problem hiding this comment.
LGTM, thanks! can we squash some commits?
247f616 to
90e6c47
Compare
|
Done @dswij! |
|
☔ The latest upstream changes (presumably #13567) made this pull request unmergeable. Please resolve the merge conflicts. |
90e6c47 to
5e74751
Compare
5e74751 to
4577702
Compare
|
Ping @dswij from triage. Looks like you were ready to merge this. |
|
r? @Jarcho Taking over since @dswij seems to be busy. This visitor seems to conflate two things which shouldn't be mixed together. A combination of places the code returns from and the values it returns. For For #13565 this is overly complicated. There you only need to check, for all explicit returns and the implicit return, if the value is of type |
|
☔ The latest upstream changes (possibly d28d234) made this pull request unmergeable. Please resolve the merge conflicts. |
|
Ping @GnomedDev from triage. Do you plan to continue working on this? |
|
No, sorry, I don't have the spare time at the moment to help out pushing this over the finish line and it seems like you are saying it's not the right implementation anyway. |
Closes #13552
changelog: none