Java: Update query console links in "Learning CodeQL" docs#3902
Merged
semmle-qlci merged 8 commits intogithub:masterfrom Jul 6, 2020
Merged
Java: Update query console links in "Learning CodeQL" docs#3902semmle-qlci merged 8 commits intogithub:masterfrom
semmle-qlci merged 8 commits intogithub:masterfrom
Conversation
Removes 'gradle/gradle' from the queried projects because it cannot be queried currently, and instead queries all demo projects which are currently available.
Removes 'eclipse-cdt/cdt' and 'gradle/gradle' from the queried projects because they cannot be queried currently, and instead queries all demo projects which are currently available.
Removes 'eclipse-cdt/cdt' and 'gradle/gradle' from the queried projects because they cannot be queried currently, and instead queries all demo projects which are currently available.
Removes 'eclipse-cdt/cdt' and 'gradle/gradle' from the queried projects because they cannot be queried currently, and instead queries all demo projects which are currently available.
Removes 'eclipse-cdt/cdt' and 'gradle/gradle' from the queried projects because they cannot be queried currently, and instead queries all demo projects which are currently available.
Removes 'gradle/gradle' from the queried projects because it cannot be queried currently, and instead queries all demo projects which are currently available.
…d predicates Removes 'eclipse-cdt/cdt' and 'gradle/gradle' from the queried projects because they cannot be queried currently, and instead queries all demo projects which are currently available.
shati-patel
reviewed
Jul 6, 2020
Contributor
shati-patel
left a comment
There was a problem hiding this comment.
Thank you again for fixing all these links (and spotting the typos and deprecated predicates!)
I've found a small issue with one of the links, but otherwise this is great 😃
Co-authored-by: Shati Patel <42641846+shati-patel@users.noreply.github.com>
shati-patel
approved these changes
Jul 6, 2020
Contributor
shati-patel
left a comment
There was a problem hiding this comment.
Thanks! I'll merge this as soon as the tests pass.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow-up for #3817. The currently used query console links selected the projects
gradle/gradleandeclipse-cdt/cdtwhich can both currently not be queried. This prevents the user to re-run the query after applying their own changes.This pull request updates the query console links to run on all currently available demo projects.
It also fixes some minor typos and formatting issues and replaces outdated predicates in
source-locations.rst.