Skip to content

Make extract_requirement_version()'s parsing more robust#545

Merged
edmorley merged 1 commit intomainfrom
improve-extract-version-requirements
Apr 7, 2026
Merged

Make extract_requirement_version()'s parsing more robust#545
edmorley merged 1 commit intomainfrom
improve-extract-version-requirements

Conversation

@edmorley
Copy link
Copy Markdown
Member

@edmorley edmorley commented Apr 7, 2026

Previously it didn't check the empty string case, which in practice made no difference (since this function is only used internally during compilation), but fixing this also improves test coverage, so brings us one step closer to being able to enforce it at 100% in CI.

GUS-W-21931558.

Previously it didn't check the empty string case, which in practice
made no difference (since this function is only used internally during
compilation), but fixing this also improves test coverage, so brings us
one step closer to being able to enforce it at 100% in CI.
@edmorley edmorley self-assigned this Apr 7, 2026
@edmorley edmorley added skip changelog Skip the check-changelog check internal Internal (non-user facing) buildpack changes labels Apr 7, 2026
@edmorley edmorley marked this pull request as ready for review April 7, 2026 10:47
@edmorley edmorley requested a review from a team as a code owner April 7, 2026 10:47
@edmorley edmorley enabled auto-merge (squash) April 7, 2026 10:48
@edmorley edmorley merged commit 201ad03 into main Apr 7, 2026
8 checks passed
@edmorley edmorley deleted the improve-extract-version-requirements branch April 7, 2026 11:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

internal Internal (non-user facing) buildpack changes skip changelog Skip the check-changelog check

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants