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 unnecessary escape characters. #1561

Conversation

InsertCreativityHere
Copy link
Member

@InsertCreativityHere InsertCreativityHere commented Oct 24, 2023

This PR fixes #1560 by removing the invalid escape sequences.

The escaped commas seem like an accident, it's trying to show a literal backslash, but is getting picked up as an escape sequence.

The escaped square brackets were just a hold-over from our old syntax for links: 7c9cc22
Nowadays we use the newer @link tag syntax, and slice2html will emit a warning if it sees this old syntax.

This PR removes the brackets, so this means running slice2html on these files will produce warnings.

@InsertCreativityHere InsertCreativityHere merged commit 93ab942 into zeroc-ice:3.7 Oct 24, 2023
2 checks passed
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.

python 3.12: invalid escape sequence warning from generated Slice files
3 participants