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

Draft: FindSources w/o always fetching all tags #102

Closed
wants to merge 4 commits into from

Conversation

16Martin
Copy link
Collaborator

This PR addresses #99 and introduces code intended to replace the current combination of get_github_info() followed by get_matching_tag() which exists only in capycli.bom.findsources.

This approach first tries to match a tag using the original get_matching_tag(). If all the guessing does not yield any results, the algo implicitly falls back to analyzing each tag with get_matching_tag().

@16Martin 16Martin closed this Nov 16, 2024
@16Martin 16Martin deleted the martin/guess-github-tags branch November 16, 2024 12:34
@16Martin 16Martin restored the martin/guess-github-tags branch November 16, 2024 12:35
@16Martin 16Martin deleted the martin/guess-github-tags branch November 16, 2024 12:35
@16Martin 16Martin restored the martin/guess-github-tags branch November 16, 2024 12:47
@16Martin 16Martin deleted the martin/guess-github-tags branch November 16, 2024 12:47
Sign up for free to 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.

1 participant