Move contextual queries from src to lib#9744
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.
michaelnebel
left a comment
There was a problem hiding this comment.
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: