Old-Ding opened a new pull request, #19313:
URL: https://github.com/apache/nuttx/pull/19313

   ## Summary
   - use raw regex strings in the licensing helpers to avoid Python invalid 
escape warnings
   - escape the backslashes in the IAR project docstring path example
   
   ## Verification
   - Python compile warning scan for the changed files reports `TOTAL 0` for 
each file
   - AST comparison against `origin/master` reports `AST_EQUAL True` for the 
two licensing helpers
   - executable AST comparison with docstrings stripped reports 
`AST_EQUAL_NO_DOCS True` for all three changed files
   - `git diff --check`
   - `git ls-files --eol tools/licensing/apachize.py tools/licensing/check.py 
tools/ide_exporter.py`
   
   I also checked for open duplicate PRs/issues mentioning `invalid escape`, 
`SyntaxWarning`, `tools/licensing`, `apachize.py`, and `ide_exporter.py`, and 
found no matches.
   
   I did not run the full NuttX build/test suite locally because this Windows 
environment does not have CMake or a C compiler installed.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to