Skip to content

Restrict same name libraries check for only whl and jar types - #2401

Merged
andrewnester merged 1 commit into
mainfrom
fix/same-name-libs-more-strict
Mar 3, 2025
Merged

Restrict same name libraries check for only whl and jar types#2401
andrewnester merged 1 commit into
mainfrom
fix/same-name-libs-more-strict

Conversation

@andrewnester

Copy link
Copy Markdown
Contributor

Changes

Same name libraries check only valid for local libraries. Local libraries are only supported for Whl and Jar types. Hence we can restrict matching pattern only to these libraries.

Tests

Existing acceptance tests pass

@pieternpietern left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

We don't consider other types, right? What if we do, any way to catch it?

@andrewnester
andrewnester added this pull request to the merge queueMar 3, 2025
Merged via the queue into main with commit 3b07265Mar 3, 2025
@andrewnester
andrewnester deleted the fix/same-name-libs-more-strict branch March 3, 2025 15:43
denik pushed a commit that referenced this pull request May 20, 2026
## Changes
Same name libraries check only valid for local libraries. Local
libraries are only supported for Whl and Jar types. Hence we can
restrict matching pattern only to these libraries.
## Tests
Existing acceptance tests pass
Sign up for freeto 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

@andrewnester@pietern