Skip to content

Conversation

jbj
Copy link
Contributor

@jbj jbj commented Jun 26, 2020

As discussed in https://github.com/github/codeql-c-analysis-team/issues/101. The old name is now deprecated.

Also updated the QLDoc for `getAPrimaryQlClass` to match the Go version.
@jbj jbj added the C++ label Jun 26, 2020
@jbj jbj requested a review from a team as a code owner June 26, 2020 11:22
dbartol
dbartol previously approved these changes Jun 26, 2020
Copy link

@dbartol dbartol left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.
I haven't looked through every file, but I assume that your favorite search-and-replace tool is working properly.

@jbj
Copy link
Contributor Author

jbj commented Jun 26, 2020

I haven't looked through every file, but I assume that your favorite search-and-replace tool is working properly.

The replacement was done with the only tool I trust (in zsh):

perl -p -i -e 's/getCanonicalQLClass/getAPrimaryQlClass/g' cpp/**/*.ql*

@jbj
Copy link
Contributor Author

jbj commented Jun 26, 2020

The tests are passing now.

Copy link

@dbartol dbartol left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dbartol dbartol merged commit e00a8f7 into github:master Jun 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants