Skip to content

Conversation

firewave
Copy link
Collaborator

No description provided.

@firewave
Copy link
Collaborator Author

firewave commented Oct 10, 2025

 addons\misra.py:4528: in loadRuleTexts
    file_stream = codecs.open(filename, 'r', encoding=e)
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
DeprecationWarning: codecs.open() is deprecated. Use open() instead.

Unrelated to the failure:

tools/release-set-version.py:84: SyntaxWarning: "\." is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\."? A raw string is also an option.

@firewave firewave marked this pull request as draft October 10, 2025 13:23
```
DeprecationWarning: codecs.open() is deprecated. Use open() instead.
```
```
SyntaxWarning: "\." is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\."? A raw string is also an option.
```
Copy link

@firewave firewave marked this pull request as ready for review October 11, 2025 14:22
@firewave firewave merged commit d69955c into danmar:main Oct 12, 2025
54 checks passed
@firewave firewave deleted the py314 branch October 12, 2025 12:19
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