-
Notifications
You must be signed in to change notification settings - Fork 189
ENT-10184: Top down evaluation #5834
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
base: master
Are you sure you want to change the base?
Conversation
51e4721
to
c255477
Compare
eccfbbf
to
29b776d
Compare
a66b123
to
5038b0c
Compare
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.
CodeQL found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
a76ce54
to
1f0e9b7
Compare
1f0e9b7
to
b1b9bad
Compare
f9a9ac0
to
599311a
Compare
Ticket: ENT-10184 Signed-off-by: Victor Moene <victor.moene@northern.tech>
599311a
to
797bed8
Compare
@@ -1452,6 +1454,7 @@ | |||
} | |||
|
|||
SeqAppend(section->promises, pp); | |||
SeqAppend(section->parent_bundle->all_promises, pp); |
Check notice
Code scanning / CodeQL
Pointer argument is dereferenced without checking for NULL Note
Signed-off-by: Victor Moene <victor.moene@northern.tech>
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 so far, please add some examples and tests so we can discuss and experiment with how it works :)
fd5b98b
to
cd37f33
Compare
Signed-off-by: Victor Moene <victor.moene@northern.tech>
Signed-off-by: Victor Moene <victor.moene@northern.tech>
cd37f33
to
1dcceca
Compare
@cf-bottom jenkins, please :) |
Alright, I triggered a build: Jenkins: https://ci.cfengine.com/job/pr-pipeline/12355/ Packages: http://buildcache.cfengine.com/packages/testing-pr/jenkins-pr-pipeline-12355/ |
No description provided.