-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Revert "Changedocs for 2.20.6" #18949
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
Tip: If you use Visual Studio Code, you can request a review from Copilot before you push from the "Source Control" tab. Learn more
| * Deleted the deprecated :code:`LValue` and :code:`RValue` classes, use :code:`VarWrite` and :code:`VarRead` respectively instead. | ||
| * Deleted a lot of deprecated classes ending in :code:`*Access`, use the corresponding :code:`*Call` classes instead. | ||
| * Deleted a lot of deprecated predicates ending in :code:`*Access`, use the corresponding :code:`*Call` predicates instead. | ||
| * Deleted a lot of deprecated classes ending in ``*Access``, use the corresponding ``*Call`` classes instead. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| * Deleted a lot of deprecated classes ending in ``*Access``, use the corresponding ``*Call`` classes instead. | |
| * Deleted a lot of deprecated classes ending in :code:``*Access``, use the corresponding :code:``*Call`` classes instead. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we still want the code blocks, so it looks nice. But we also need to escape those pesky * so I think this is the final form...
| * Deleted a lot of deprecated classes ending in :code:`*Access`, use the corresponding :code:`*Call` classes instead. | ||
| * Deleted a lot of deprecated predicates ending in :code:`*Access`, use the corresponding :code:`*Call` predicates instead. | ||
| * Deleted a lot of deprecated classes ending in ``*Access``, use the corresponding ``*Call`` classes instead. | ||
| * Deleted a lot of deprecated predicates ending in ``*Access``, use the corresponding ``*Call`` predicates instead. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| * Deleted a lot of deprecated predicates ending in ``*Access``, use the corresponding ``*Call`` predicates instead. | |
| * Deleted a lot of deprecated predicates ending in :code:``*Access``, use the corresponding :code:``*Call`` predicates instead. |
| * Deleted the deprecated :code:`Collection` class from :code:`ActiveResource.qll`, use :code:`CollectionSource` instead. | ||
| * Deleted the deprecated :code:`ServiceInstantiation` and :code:`ClientInstantiation` classes from :code:`Twirp.qll`. | ||
| * Deleted a lot of deprecated dataflow modules from :code:`*Query.qll` files. | ||
| * Deleted a lot of deprecated dataflow modules from ``*Query.qll`` files. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| * Deleted a lot of deprecated dataflow modules from ``*Query.qll`` files. | |
| * Deleted a lot of deprecated dataflow modules from :code:``*Query.qll`` files. |
| Golang | ||
| """""" | ||
|
|
||
| * Go 1.24 is now supported. This includes the new language feature of generic type aliases. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We do want this to be in, but I think we can add this again when we re-generate the changelog so we can drop it for now.
Reverts #18944
need to fix some excaping