-
Notifications
You must be signed in to change notification settings - Fork 61
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
Implement generics package #867
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.
Copilot reviewed 101 out of 101 changed files in this pull request and generated no comments.
Tip: If you use Visual Studio Code, you can request a review from Copilot before you push from the "Source Control" tab. Learn more
…lement-package-generics
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.
Completed a first pass review. Some nice reusable libraries in here, thanks for adding those!
c/misra/src/rules/RULE-23-1/GenericSelectionDoesntDependOnMacroArgument.ql
Outdated
Show resolved
Hide resolved
c/misra/src/rules/RULE-23-1/GenericSelectionDoesntDependOnMacroArgument.ql
Outdated
Show resolved
Hide resolved
c/misra/src/rules/RULE-23-1/GenericSelectionDoesntDependOnMacroArgument.ql
Outdated
Show resolved
Hide resolved
c/misra/src/rules/RULE-23-1/GenericSelectionNotExpandedFromAMacro.ql
Outdated
Show resolved
Hide resolved
c/misra/src/rules/RULE-23-1/GenericSelectionNotExpandedFromAMacro.ql
Outdated
Show resolved
Hide resolved
c/misra/src/rules/RULE-23-2/GenericSelectionNotFromMacroWithSideEffects.ql
Show resolved
Hide resolved
c/misra/src/rules/RULE-23-3/GenericWithoutNonDefaultAssociation.ql
Outdated
Show resolved
Hide resolved
…lement-package-generics
…lement-package-generics
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.
Looks good, thanks!
Description
please enter the description of your change here
Change request type
.ql
,.qll
,.qls
or unit tests)Rules with added or modified queries
RULE-23-1
RULE-23-2
RULE-23-3
RULE-23-4
RULE-23-5
RULE-23-6
RULE-23-7
RULE-23-8
RULE-8-3
(refactored to use shared module, message updated)RULE-8-4
(fixed compatibility behavior)DCL30-C
(fixed compatibility behavior)Conversion
s)Release change checklist
A change note (development_handbook.md#change-notes) is required for any pull request which modifies:
If you are only adding new rule queries, a change note is not required.
Author: Is a change note required?
🚨🚨🚨
Reviewer: Confirm that format of shared queries (not the .qll file, the
.ql file that imports it) is valid by running them within VS Code.
Reviewer: Confirm that either a change note is not required or the change note is required and has been added.
Query development review checklist
For PRs that add new queries or modify existing queries, the following checklist should be completed by both the author and reviewer:
Author
As a rule of thumb, predicates specific to the query should take no more than 1 minute, and for simple queries be under 10 seconds. If this is not the case, this should be highlighted and agreed in the code review process.
Reviewer
As a rule of thumb, predicates specific to the query should take no more than 1 minute, and for simple queries be under 10 seconds. If this is not the case, this should be highlighted and agreed in the code review process.