-
Notifications
You must be signed in to change notification settings - Fork 13.5k
[BUG][clang-tidy-diff] SyntaxWarning
: invalid escape sequence
#92948
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
Labels
Comments
SyntaxWarning
: invalid escape sequenceSyntaxWarning
: invalid escape sequence
Fixed by #94028 |
dagardner-nv
added a commit
to dagardner-nv/MRC
that referenced
this issue
Feb 21, 2025
This was referenced Feb 21, 2025
willkill07
pushed a commit
to willkill07/MRC
that referenced
this issue
Feb 24, 2025
willkill07
pushed a commit
to willkill07/MRC
that referenced
this issue
Feb 24, 2025
rapids-bot bot
pushed a commit
to nv-morpheus/MRC
that referenced
this issue
Feb 25, 2025
This is #541 but having all commits rebased on `branch-25.06` * `pybind11::error_already_set` now inherits from `std::exception` rather than `std::runtime_error` * Adopt Pybind11 2.12, required for Python 3.12 support * Disable Pybind's ing_ref/dec_ref checking (#542) * Adopt updated version of versioneer, removing the need for `versioneer.py` in the repo. * Work-around for llvm/llvm-project#92948 ref: #543 * Fetch commit history so proper version can be detected for tests Authors: - Will Killian (https://github.com/willkill07) - David Gardner (https://github.com/dagardner-nv) Approvers: - David Gardner (https://github.com/dagardner-nv) URL: #544
KyleFromNVIDIA
pushed a commit
to KyleFromNVIDIA/MRC
that referenced
this issue
Apr 23, 2025
This is nv-morpheus#541 but having all commits rebased on `branch-25.06` * `pybind11::error_already_set` now inherits from `std::exception` rather than `std::runtime_error` * Adopt Pybind11 2.12, required for Python 3.12 support * Disable Pybind's ing_ref/dec_ref checking (nv-morpheus#542) * Adopt updated version of versioneer, removing the need for `versioneer.py` in the repo. * Work-around for llvm/llvm-project#92948 ref: nv-morpheus#543 * Fetch commit history so proper version can be detected for tests Authors: - Will Killian (https://github.com/willkill07) - David Gardner (https://github.com/dagardner-nv) Approvers: - David Gardner (https://github.com/dagardner-nv) URL: nv-morpheus#544
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using python:
It seems these strings need to be raw strings:
The text was updated successfully, but these errors were encountered: