mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Merge pull request #1418 from markshannon/extractor-change-notes
Add missing extractor change notes for 1.21.
This commit is contained in:
@@ -19,7 +19,13 @@
|
||||
|
||||
## Changes to code extraction
|
||||
|
||||
* *Series of bullet points*
|
||||
* String literals as expressions within literal string interpolation (f-strings) are now handled correctly.
|
||||
|
||||
* The Python extractor now handles invalid input more robustly. In particular, it exits gracefully when:
|
||||
|
||||
* A non-existent file or directory is specified using the `--path` option, or as a file name.
|
||||
* An invalid number is specified for the `--max-procs` option.
|
||||
|
||||
|
||||
## Changes to QL libraries
|
||||
|
||||
|
||||
Reference in New Issue
Block a user