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

Remove TokenParser #453

Merged
merged 4 commits into from
Nov 25, 2024
Merged

Remove TokenParser #453

merged 4 commits into from
Nov 25, 2024

Conversation

Secrus
Copy link
Member

@Secrus Secrus commented Nov 24, 2024

The TokenParser works the same as shlex.split function from the standard library, so there is no need to keep it.

This PR consists of 2 commits, the first contains a test, verifying that the output of TokenParser.parse is the same as shlex.split. The second features actual removal. When merging, the commits should be squashed.

@Secrus Secrus requested a review from a team November 25, 2024 09:16
@Secrus Secrus enabled auto-merge (squash) November 25, 2024 20:08
@Secrus Secrus disabled auto-merge November 25, 2024 20:24
@Secrus Secrus enabled auto-merge (squash) November 25, 2024 20:24
@Secrus Secrus merged commit 02946d3 into python-poetry:main Nov 25, 2024
17 checks passed
@Secrus Secrus deleted the remove-token-parser branch November 25, 2024 20:26
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 this pull request may close these issues.

2 participants