Fix col_offset attribute for nodes involving with on PyPy#1520
Fix col_offset attribute for nodes involving with on PyPy#1520DanielNoord merged 3 commits intopylint-dev:mainfrom
col_offset attribute for nodes involving with on PyPy#1520Conversation
Pull Request Test Coverage Report for Build 2208563637
💛 - Coveralls |
|
@Pierre-Sassoulas What do we think of postponing running There seems to be an issue with I'd propose:
|
|
Yes, let's drop python 3.6 first ! |
|
@DanielNoord I just pushed some small changes which did fix PyPy on Python 3.6. I believe the issue was with function decorators and resulting different lineno. Turns out though, we can just reuse |
Thanks for taking the time to investigate this a little further. I gave up once I saw it was |
cdce8p
left a comment
There was a problem hiding this comment.
Tests are fixed now, guess we don't need to wait before merging this one. Will leave the decision up to you @DanielNoord.
…#1520) Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
…#1520) Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
Steps
Description
For some reason these are incorrect on
PyPy...Type of Changes
Related Issue