-
Notifications
You must be signed in to change notification settings - Fork 57
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
Verify that EVSE exists. #531
Conversation
@shankari Please review these changes. |
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.
I thought that the PRs would be in draft until I approved them
@@ -27,12 +28,19 @@ enum class ProfileValidationResultEnum { | |||
/// to calculate the composite schedules | |||
class SmartChargingHandler { | |||
private: | |||
std::map<int32_t, std::unique_ptr<Evse>>& evses; |
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.
Here's another of these static code analysis checkers. Before community review, can you please clarify why this error is not important?
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.
This is one of the area where the checker that codacy uses seems to consistently have problems. The member is clearly used in the .cpp but a false positive is raised in the header anyway
3c06bc9
to
86f569e
Compare
@Pietfried @hikinggrass Are you able to review this PR? |
Signed-off-by: Gianfranco Berardi <[email protected]> Capitalization change. Co-authored-by: Piet Gömpel <[email protected]> Signed-off-by: Gianfranco Berardi <[email protected]> Capitalization suggestion. Co-authored-by: Piet Gömpel <[email protected]> Signed-off-by: Gianfranco Berardi <[email protected]> Capitalization suggestion. Co-authored-by: Piet Gömpel <[email protected]> Signed-off-by: Gianfranco Berardi <[email protected]>
2814d15
to
c215fd9
Compare
Contributes to #361 |
These changes apply to K01.FR.28.
If the specified EVSE does not exist, then validation should reject it.