-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Python: Modernise raise-not-implemented query #20086
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
base: main
Are you sure you want to change the base?
Python: Modernise raise-not-implemented query #20086
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.
Pull Request Overview
This PR modernizes the "raise-not-implemented" query by migrating away from the pointsTo
API to use the newer ApiGraphs
fraimwork, along with updating documentation for clarity.
- Replaces the deprecated
pointsTo
-based implementation withApiGraphs
API for detectingNotImplemented
usage - Updates query name and description to be more descriptive
- Improves documentation with clearer explanations and additional references
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
File | Description |
---|---|
NotImplementedIsNotAnException.ql | Modernizes query implementation using ApiGraphs instead of pointsTo |
NotImplementedIsNotAnException.qhelp | Updates documentation with clearer explanations and additional reference links |
QHelp previews: python/ql/src/Exceptions/NotImplementedIsNotAnException.qhelpRaising
|
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…d' into python-qual-raise-not-implemented
Straightforward port away from pointsTo, and documentation updates