Skip to content

fix comparison precedence order in the IsNotExist() method#72

Merged
lucab merged 1 commit intocoreos:masterfrom
aojea:fix_isnotexist_bug
Dec 16, 2019
Merged

fix comparison precedence order in the IsNotExist() method#72
lucab merged 1 commit intocoreos:masterfrom
aojea:fix_isnotexist_bug

Conversation

@aojea
Copy link
Contributor

@aojea aojea commented Dec 16, 2019

The comparison done in the IsNotExist method is missing
the parenthesis aggregating the logical or statements,
thus the expression evaluation is not working as
expected.

Signed-off-by: Antonio Ojea antonio.ojea.garcia@gmail.com

@aojea aojea changed the title fix comparison precedence IsNotExist fix comparison precedence order in the IsNotExist() method Dec 16, 2019
The comparison done in the IsNotExist method is missing
the parenthesis aggregating the logical or statements,
thus the expression evaluation is not working as
expected.

Signed-off-by: Antonio Ojea <antonio.ojea.garcia@gmail.com>
@aojea aojea force-pushed the fix_isnotexist_bug branch from d9f0898 to 2a66665 Compare December 16, 2019 11:09
@aojea
Copy link
Contributor Author

aojea commented Dec 16, 2019

who can merge this PR and do a new release so I can update containernetworking/plugins#421 ?

@lucab lucab merged commit f901d6c into coreos:master Dec 16, 2019
@lucab
Copy link
Contributor

lucab commented Dec 16, 2019

@aojea
Copy link
Contributor Author

aojea commented Dec 16, 2019

sweet, @lucab thank you very much

Just updated containernetworking/plugins#421 with the fix

@aojea aojea deleted the fix_isnotexist_bug branch December 16, 2019 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants