Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@branchv
Copy link
Contributor

@branchv branchv commented Apr 6, 2024

$ python3.12 -m compileall -f  $(git ls-files '*.py')
Compiling 'xde/tests/xonsh/test_env.py'...
Compiling 'xxh/xxh_xxh/__init__.py'...
Compiling 'xxh/xxh_xxh/shell.py'...
Compiling 'xxh/xxh_xxh/xxh.py'...
xxh/xxh_xxh/xxh.py:45: SyntaxWarning: invalid escape sequence '\-'
  self.package_name_regex = f'xxh\-({self.supported_xxh_packages_regex})-[a-zA-Z0-9_-]+'
xxh/xxh_xxh/xxh.py:440: SyntaxWarning: invalid escape sequence '\+'
  g = re.match(f'^({self.package_name_regex})\+({self.supported_source_types_regex})\+(.+)$', package_name)
xxh/xxh_xxh/xxh.py:440: SyntaxWarning: invalid escape sequence '\+'
  g = re.match(f'^({self.package_name_regex})\+({self.supported_source_types_regex})\+(.+)$', package_name)

@anki-code anki-code merged commit a23cb90 into xxh:master Apr 6, 2024
@anki-code
Copy link
Member

Thanks!

@branchv
Copy link
Contributor Author

branchv commented Apr 6, 2024

that was fast 💯 thank you!

@branchv branchv deleted the py312 branch April 6, 2024 04:37
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