Merge branch 'main' into moresensitive2

This commit is contained in:
Geoffrey White
2025-07-23 08:50:25 +01:00
381 changed files with 18472 additions and 9014 deletions

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* Type annotations such as `foo : Bar` are now treated by the call graph as an indication that `foo` may be an instance of `Bar`.

View File

@@ -1,5 +1,9 @@
## 4.0.11
### Minor Analysis Improvements
* Type annotations such as `foo : Bar` are now treated by the call graph as an indication that `foo` may be an instance of `Bar`.
### Bug Fixes
- The Python parser is now able to correctly parse expressions such as `match[1]` and `match()` where `match` is not used as a keyword.