Alien6-Studio / outerspace-apizr

OuterSpace APIzr
https://apizr.outerspace.sh/
3 stars 0 forks source link

[BUG] CodeAnalyzr's Non-recognition of the match Keyword #6

Closed Coopyrightdmin closed 1 year ago

Coopyrightdmin commented 1 year ago

Bug Report

Steps to reproduce

  1. Analyze Python code containing the match keyword for pattern matching using CodeAnalyzr.
  2. Review the analysis results.

Actual Result

CodeAnalyzr fails to recognize or incorrectly analyzes the match keyword and associated pattern matching structures.

Expected Result

CodeAnalyzr should accurately recognize and analyze the match keyword and pattern matching structures.

Additional context

With the introduction of the match keyword in Python 3.10, it's crucial for a code analysis tool to support this new feature to remain up-to-date and relevant.

Coopyrightdmin commented 1 year ago

We've updated CodeAnalyzr to recognize and accurately analyze the match keyword and associated pattern matching structures. Specifically:

With these changes, CodeAnalyzr should now accurately recognize and analyze the match keyword and pattern matching structures in Python 3.10+.