Claudiu Popa

Results 176 comments of Claudiu Popa

Thanks for creating an issue! We should definitely emit the message for each file where this occurs, not just for the last one.

@mthuurne I got that, your description was clear enough.

flake8 doesn't have the checks that pylint has, so not sure why it was worth bringing it in discussion. But this looks like a bug in pylint, there might be...

I've spent some time trying to figure out what's the problem here. The culprit is `Folder` from `OFS.Folder`. Unfortunately the only tool capable of getting the MRO of this class...

Thanks for the insight @tseaver ! Sounds plausible, I'll try to see when I get some time if this is the cause of this error.

@idgserpro We don't use the Python objects. Since pylint is a static analysis tool, we have to implement our own MRO computation, which is done statically against the class hierarchy...