We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
Running all tests with pytest -v -W ignore::DeprecationWarning yields:
pytest -v -W ignore::DeprecationWarning
ropetest/refactor/extracttest.py::ExtractMethodTest::test_extract_method_containing_structural_pattern_match_3 C:\Repos\rope\rope\refactor\patchedast.py:93: RuntimeWarning: Unknown node type <MatchMapping>; please report!
To Reproduce
Other information
The text was updated successfully, but these errors were encountered:
Fix #522. Implement patchedast parsing of MatchMapping
8a092db
Somehow, this was missed back when the rest of `match` statement was implemented.
Merge pull request #525 from python-rope/lieryan-522-implement-match-…
46bf39c
…mapping Fix #522. Implement patchedast parsing of MatchMapping
Thanks for reporting this issue. This should be fixed now in master and should be included for the upcoming 1.5.0 release.
Sorry, something went wrong.
@lieryan You're welcome :-)
lieryan
Successfully merging a pull request may close this issue.
Describe the bug
Running all tests with
pytest -v -W ignore::DeprecationWarning
yields:To Reproduce
Other information
(tags/v3.10.5:f377153, Jun 6 2022, 16:14:13) [MSC v.1929 64 bit (AMD64)] on win32
The text was updated successfully, but these errors were encountered: