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

fix: don't treat \ as escape in standard strings, support E-strings, support vars after ->> operator, treat lowercase e as valid e-string prefix #15139

Merged
merged 16 commits into from Oct 19, 2022

Conversation

sdepold
Copy link
Member

@sdepold sdepold commented Oct 16, 2022

Backport of #14700 and #14733.

@sdepold sdepold requested a review from ephys October 18, 2022 12:28
Copy link
Member

@WikiRik WikiRik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It feels a bit stupid, but can you undo the various style changes? Makes it easier to review the changes, especially in the tests.

Apart from that it looks good to me

@sdepold
Copy link
Member Author

sdepold commented Oct 19, 2022

It feels a bit stupid, but can you undo the various style changes? Makes it easier to review the changes, especially in the tests.

Apart from that it looks good to me

to be completely honest with you, I think we should stop wasting time talking about formatting :D we have the linter in place to prevent syntax problems. it even auto-formats stuff as it see needs. it's all green. so why care about something that is legacy anyway. however, I've reverted the changes to best of my abilities, even preventing the auto-formatting of my editor to turn it all upside down again.

@sdepold sdepold requested a review from WikiRik October 19, 2022 06:45
@sdepold sdepold merged commit 7990095 into v6 Oct 19, 2022
@sdepold sdepold deleted the sdepold/fix-backslash-replacement branch October 19, 2022 09:20
@github-actions
Copy link
Contributor

🎉 This PR is included in version 6.25.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants