mirror of
https://github.com/github/codeql.git
synced 2026-02-23 18:33:42 +01:00
Changelog mergeback for versions prior to 2.17.0
This commit is contained in:
@@ -53,8 +53,7 @@ New Features
|
||||
|link-code-paths-and-code-paths-ignore-configuration-1|_.
|
||||
|
||||
* In the VS Code extension, recursive calls will be marked with inlay hints. These can be disabled with the global inlay hints setting
|
||||
(:code:`editor.inlayHints.enabled`). If you just want to disable them for
|
||||
codeql the settings can be scoped to just codeql files (language id is :code:`ql`).
|
||||
(:code:`editor.inlayHints.enabled`). If you just want to disable them for codeql the settings can be scoped to just codeql files (language id is :code:`ql`).
|
||||
See `Language Specific Editor Settings <https://code.visualstudio.com/docs/getstarted/settings#_language-specific-editor-settings>`__ in the VS Code documentation for more information.
|
||||
|
||||
* The CLI now gives a more helpful error message when asked to run queries on a database that has not been finalized.
|
||||
|
||||
@@ -38,12 +38,11 @@ New Features
|
||||
Known Issues
|
||||
~~~~~~~~~~~~
|
||||
|
||||
* We recommend that customers using the CodeQL CLI in a third party CI system do not upgrade to this release, due to an issue with :code:`codeql github upload-results`. Instead, please use CodeQL 2.12.5, or, when available, CodeQL 2.12.7 or 2.13.1.
|
||||
* We recommend that customers using the CodeQL CLI in a third party CI system do not upgrade to this release, due to an issue with :code:`codeql github upload-results`. Instead, please use CodeQL 2.12.5, or, when available, CodeQL 2.12.7 or 2.13.1.
|
||||
|
||||
This issue occurs when uploading certain kinds of diagnostic information and causes the subcommand to fail with "A fatal error occurred: Invalid SARIF.", reporting an :code:`InvalidDefinitionException`.
|
||||
|
||||
Customers who wish to use CodeQL 2.12.6 or 2.13.0 can
|
||||
work around the problem by passing :code:`--no-sarif-include-diagnostics` to any invocations of :code:`codeql database analyze` or :code:`codeql database interpret-results`.
|
||||
Customers who wish to use CodeQL 2.12.6 or 2.13.0 can work around the problem by passing :code:`--no-sarif-include-diagnostics` to any invocations of :code:`codeql database analyze` or :code:`codeql database interpret-results`.
|
||||
|
||||
Query Packs
|
||||
-----------
|
||||
|
||||
@@ -73,7 +73,7 @@ New Features
|
||||
Known Issues
|
||||
~~~~~~~~~~~~
|
||||
|
||||
* We recommend that customers using the CodeQL CLI in a third party CI system do not upgrade to this release, due to an issue with :code:`codeql github upload-results`. Instead, please use CodeQL 2.12.5, or, when available, CodeQL 2.12.7 or 2.13.1. For more information, see the
|
||||
* We recommend that customers using the CodeQL CLI in a third party CI system do not upgrade to this release, due to an issue with :code:`codeql github upload-results`. Instead, please use CodeQL 2.12.5, or, when available, CodeQL 2.12.7 or 2.13.1. For more information, see the
|
||||
"Known issues" section for CodeQL 2.12.6.
|
||||
|
||||
Query Packs
|
||||
|
||||
@@ -26,8 +26,7 @@ Bug Fixes
|
||||
|
||||
* Fixed a bug that could have caused the compiler to incorrectly infer that a class matched a type signature. The bug only affected classes with overriding member predicates that had stronger binding sets than their root definitions.
|
||||
|
||||
* Fixed a bug where a query could not be run from VS Code when there were packs nested within sibling directories
|
||||
of the query.
|
||||
* Fixed a bug where a query could not be run from VS Code when there were packs nested within sibling directories of the query.
|
||||
|
||||
New Features
|
||||
~~~~~~~~~~~~
|
||||
|
||||
Reference in New Issue
Block a user