hippo91

Results 63 comments of hippo91

@rachmadaniHaryono thanks for this hint!

@beauxq thanks for your comment. It seems your issue is not linked to the original one. Morevoer it should have been fixed through PyCQA/astroid#831.

@Cielquan thanks for your report. However your issue is not linked to the original one but it is due to the fact `pylint` is not yet supporting `python3.9`. We are...

To any people thinking adding a comment here, please do only if your problem seems to be linked to `panda`'s support in `pylint`. Otherwise please open another issue. Thanks.

@belm0 thanks for the report. I can reproduce it.

@Antobr no there has been no volunteer to work on this issue. Feel free to propose a PR if you are interested. :wink:

@gcampbell-msft the problem seems to come from `request.include` line 986 of `ctest.ts` file. The `include` member is undefined whereas its `exclude` member contains effectively all the tests that should not...

@1997shp thanks for your report. However i'm unable to reproduce the issue, because the code in your snippet doesn't seem to be valid `python` code. Could you please give us...

@1997shp thanks. I can reproduce it. Here is a smaller snippet that trigger only the problematic message: ``` cat bug_pylint_3954.py #pylint: disable=missing-module-docstring, missing-function-docstring from functools import wraps def duration(func): @wraps(func)...