Skip to content
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

Fix _is_shared_library_extension_valid #14290

Merged
merged 1 commit into from
Nov 17, 2021

Conversation

philsc
Copy link
Contributor

@philsc philsc commented Nov 17, 2021

Consider libfoo-1.0.so.1.0 valid.
Do not fail if the name does not contain a '.', return False instead.

(cherry picked from commit 23d0969)

Fixes #14289.
Closes #14021.

Consider libfoo-1.0.so.1.0 valid.
Do not fail if the name does not contain a '.', return False instead.

(cherry picked from commit 23d0969)

Fixes bazelbuild#14289.
Closes bazelbuild#14021.
@philsc
Copy link
Contributor Author

philsc commented Nov 17, 2021

@Wyverald , the bazel-discuss email says to add you as a reviewer, but I don't see a way to do this. The normal GitHub button is hidden from me.

@Wyverald
Copy link
Member

Ah, I wasn't aware. Sorry about the confusion, I'll note that for the future. (cc'ing suffices.) Thanks! I'll merge this after the checks pass.

@Wyverald Wyverald merged commit 6c4b16e into bazelbuild:release-5.0.0rc2 Nov 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants