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

Add missing comma causing implicit str concat #176

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

EhsanKia
Copy link

This was found using a regex and is most likely a bug. The two adjacent strings get implicitly concatenated, which is not the right logic.

@uis246
Copy link

uis246 commented Nov 3, 2021

@gatecat

@uis246
Copy link

uis246 commented Dec 19, 2021

Any news

@EhsanKia
Copy link
Author

Yeah I'm not sure, there were 2 pull requests earlier this week that were accepted. This one is a trivial one-liner which is clearly a bug.

@gatecat
Copy link
Member

gatecat commented Dec 20, 2021

Sorry, its not as trivial as it looks as I need to check that there isn't reliance on the broken behaviour anywhere else. I will try and get to it though.

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.

3 participants