Merge branch 'main' into tausbn/python-fix-match-pruning-logic

This commit is contained in:
Taus
2025-03-06 14:37:58 +01:00
committed by GitHub
1401 changed files with 44716 additions and 15745 deletions

View File

@@ -1,3 +1,10 @@
## 4.0.1
### Bug Fixes
- Fixed a bug in the extractor where a comment inside a subscript could sometimes cause the AST to be missing nodes.
- Using the `break` and `continue` keywords outside of a loop, which is a syntax error but is accepted by our parser, would cause the control-flow construction to fail. This is now no longer the case.
## 4.0.0
### Breaking Changes

View File

@@ -1,5 +0,0 @@
---
category: fix
---
- Fixed a bug in the extractor where a comment inside a subscript could sometimes cause the AST to be missing nodes.

View File

@@ -1,5 +1,6 @@
---
category: fix
---
## 4.0.1
### Bug Fixes
- Fixed a bug in the extractor where a comment inside a subscript could sometimes cause the AST to be missing nodes.
- Using the `break` and `continue` keywords outside of a loop, which is a syntax error but is accepted by our parser, would cause the control-flow construction to fail. This is now no longer the case.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 4.0.0
lastReleaseVersion: 4.0.1

View File

@@ -1,5 +1,5 @@
name: codeql/python-all
version: 4.0.1-dev
version: 4.0.2-dev
groups: python
dbscheme: semmlecode.python.dbscheme
extractor: python