-
Notifications
You must be signed in to change notification settings - Fork 781
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
rootless: update to 26.1.2 #413
Conversation
Signed-off-by: Paweł Gronowski <[email protected]>
LOL, looks like shellcheck may have been updated?
|
Yeah, and it looks like a false positive, because it's used in |
Looks like a false positive though; Lines 178 to 183 in 6e61729
|
Oh! Race condition; yup; found the same indeed. Maybe it doesn't like the |
Signed-off-by: Paweł Gronowski <[email protected]>
Getting rid of the
|
bummer! we should probably check if there's a ticket for this, or report it as bug (with a minimal reproducer). Also wondering if it perhaps doesn't like that |
nope; no dice with that either. yup, sounds like just a plain'ol bug then |
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.
LGTM
Looks like it's a related to the fix for: koalaman/shellcheck#2966 In previous versions we also had this issue, but it emitted a SC2317 for every line of this function:
and we're ignoring the SC2317 completely: Line 6 in 6e61729
After koalaman/shellcheck@4f81dbe this was fixed and now it produces one So there's still a false positive I think, but we already were ignoring that one, so just ignoring the |
rootless: update to 26.1.2