Update changelogs for CodeQL CLI 2.21.2 #19462
Conversation
…r unversioned immutable actions
There was a problem hiding this comment.
Pull Request Overview
This PR adds the changelog for CodeQL CLI version 2.21.2 and updates the main index to include the new entry.
- Added
codeql-cli-2.21.2to the toctree in the changelog index - Created
codeql-cli-2.21.2.rstwith detailed release notes
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| docs/codeql/codeql-overview/codeql-changelog/index.rst | Inserted codeql-cli-2.21.2 entry |
| docs/codeql/codeql-overview/codeql-changelog/codeql-cli-2.21.2.rst | New changelog file for v2.21.2 |
| """"" | ||
|
|
||
| * Added AST nodes :code:`ActorIsolationErasureExpr`, :code:`CurrentContextIsolationExpr`, | ||
| :code:`ExtracFunctionIsolationExpr` and :code:`UnreachableExpr` that correspond to new nodes added by Swift 6.0. |
There was a problem hiding this comment.
[nitpick] It looks like ExtracFunctionIsolationExpr may be missing a 't'; consider renaming it to ExtractFunctionIsolationExpr for consistency.
| :code:`ExtracFunctionIsolationExpr` and :code:`UnreachableExpr` that correspond to new nodes added by Swift 6.0. | |
| :code:`ExtractFunctionIsolationExpr` and :code:`UnreachableExpr` that correspond to new nodes added by Swift 6.0. |
jonjanego
left a comment
There was a problem hiding this comment.
approved so it's not blocked, but I would reconsider whether "MaD" is pertinent to talk about with external users
| C# | ||
| "" | ||
|
|
||
| * Changes to the MaD model generation infrastructure: |
There was a problem hiding this comment.
Is this terminology used publicly anywhere?
There was a problem hiding this comment.
That's a fair point. I don't think we ever called it MaD anywhere publicly.
That being said, there is a precedent of using "technical" naming for things which are mostly meant to be used by CodeQL developers internally.
No description provided.