-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Move contextual queries from src to lib #9744
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
648cbca
to
e05d6aa
Compare
After the force push the documentation check now seems to be failing in a more fundamental way that does need to be looked at:
|
For JavaScript we probably need to move https://github.com/github/codeql/blob/main/javascript/ql/src/Declarations/Declarations.qll to |
It seems very reasonable to move |
Yes, looks like I need to move |
With this change, users are now able to run View AST command in vscode within vscode workspaces that do not include the core libraries. The relevant core library only needs to be installed in the package cache.
e05d6aa
to
a3f4d1b
Compare
I'm a bit split on this. I guess the questions is: how likely is it that someone (besides us) depends on the current location? If it's somewhat likely (I sincerely hope not), it might be good to add a change note that we moved them.
It seems that these can be fixed relatively straightforwardly, so I would just fix them. |
I added the qldocs and changenotes. |
In github#9744, these queries were moved from `src` to `lib`. Now they are no longer part of the <lang>-full-suite.qls, so these suites need to be expanded to include them.
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.
C# Looks plausible to me
With this change, users are now able to run View AST command in vscode within vscode workspaces that do not include the core libraries. The relevant core library only needs to be installed in the package cache.
Question for reviewers: