Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lint CI test warns about pyparsing 3.1 #4580

Closed
joachimmetz opened this issue Mar 12, 2023 · 1 comment · Fixed by #4760
Closed

lint CI test warns about pyparsing 3.1 #4580

joachimmetz opened this issue Mar 12, 2023 · 1 comment · Fixed by #4760
Assignees

Comments

@joachimmetz
Copy link
Member

Looks like pyparsing 3.1 alpha is upsetting pylint

pyparsing==3.1.0a1
...
lint: commands[2]> pylint --rcfile=.pylintrc plaso tests tools
************* Module plaso.parsers.text_plugins.vsftpd
plaso/parsers/text_plugins/vsftpd.py:52:23: E1121: Too many positional arguments for method call (too-many-function-args)
plaso/parsers/text_plugins/vsftpd.py:55:16: E1121: Too many positional arguments for method call (too-many-function-args)
plaso/parsers/text_plugins/vsftpd.py:58:17: E1121: Too many positional arguments for method call (too-many-function-args)
plaso/parsers/text_plugins/vsftpd.py:73:6: E1121: Too many positional arguments for method call (too-many-function-args)
@joachimmetz joachimmetz added this to the 2023 December release milestone Dec 14, 2023
joachimmetz added a commit to joachimmetz/plaso that referenced this issue Dec 16, 2023
joachimmetz added a commit to joachimmetz/plaso that referenced this issue Dec 17, 2023
joachimmetz added a commit to joachimmetz/plaso that referenced this issue Dec 17, 2023
joachimmetz added a commit to joachimmetz/plaso that referenced this issue Dec 18, 2023
@joachimmetz joachimmetz self-assigned this Dec 18, 2023
joachimmetz added a commit to joachimmetz/plaso that referenced this issue Dec 18, 2023
@joachimmetz
Copy link
Member Author

joachimmetz commented Dec 18, 2023

Looks to be related to API function backwards compatibility https://github.com/pyparsing/pyparsing/blob/2a1a8e8f4beee7fd120c3fdc1a48725b77e263c2/pyparsing/core.py#L2268

joachimmetz added a commit to joachimmetz/plaso that referenced this issue Dec 18, 2023
joachimmetz added a commit to joachimmetz/plaso that referenced this issue Dec 18, 2023
joachimmetz added a commit to joachimmetz/plaso that referenced this issue Dec 18, 2023
joachimmetz added a commit to joachimmetz/plaso that referenced this issue Dec 18, 2023
@joachimmetz joachimmetz linked a pull request Dec 18, 2023 that will close this issue
joachimmetz added a commit to joachimmetz/plaso that referenced this issue Dec 18, 2023
joachimmetz added a commit to joachimmetz/plaso that referenced this issue Dec 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant