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 #14021

Closed
wants to merge 1 commit into from

Conversation

erenon
Copy link
Contributor

@erenon erenon commented Sep 22, 2021

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

Consider libfoo-1.0.so.1.0 valid.
Do not fail if the name does not contain a '.', return False instead.
@erenon
Copy link
Contributor Author

erenon commented Sep 29, 2021

Build is green now, ptal.

@erenon
Copy link
Contributor Author

erenon commented Oct 26, 2021

ping.

@buildbreaker2021
Copy link
Contributor

Having a look at it.

@oquenchil oquenchil requested review from buildbreaker2021 and removed request for oquenchil October 29, 2021 09:48
Copy link
Contributor

@buildbreaker2021 buildbreaker2021 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@bazel-io bazel-io closed this in 23d0969 Nov 3, 2021
philsc pushed a commit to philsc/bazel that referenced this pull request 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 bazelbuild#14289.
Closes bazelbuild#14021.
Wyverald pushed a commit that referenced this pull request 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.

Co-authored-by: Benedek Thaler <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes team-Rules-CPP Issues for C++ rules
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants