Skip to content

Fix _is_shared_library_extension_valid#14021

Closed
erenon wants to merge 1 commit intobazelbuild:masterfrom
erenon:fix_so_ext
Closed

Fix _is_shared_library_extension_valid#14021
erenon wants to merge 1 commit intobazelbuild:masterfrom
erenon:fix_so_ext

Conversation

@erenon
Copy link
Copy Markdown
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.

@google-cla google-cla Bot added the cla: yes label Sep 22, 2021
@oquenchil oquenchil self-assigned this Sep 27, 2021
@oquenchil oquenchil added the team-Rules-CPP Issues for C++ rules label Sep 27, 2021
@erenon erenon requested a review from oquenchil as a code owner September 28, 2021 12:24
Consider libfoo-1.0.so.1.0 valid.
Do not fail if the name does not contain a '.', return False instead.
@erenon
Copy link
Copy Markdown
Contributor Author

erenon commented Sep 29, 2021

Build is green now, ptal.

@erenon
Copy link
Copy Markdown
Contributor Author

erenon commented Oct 26, 2021

ping.

@buildbreaker2021
Copy link
Copy Markdown
Contributor

Having a look at it.

@oquenchil oquenchil requested review from buildbreaker2021 and removed request for oquenchil October 29, 2021 09:48
Copy link
Copy Markdown
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