FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix(boil): Improve VersionExt::is_floating impl by Techassi · Pull Request #1571 · stackabletech/docker-images · GitHub

fix(boil): Improve VersionExt::is_floating impl - #1571

Merged
Techassi merged 2 commits into
mainfrom
fix/boil-relax-is-floating-tag
Jul 7, 2026
Merged

fix(boil): Improve VersionExt::is_floating impl#1571
Techassi merged 2 commits into
mainfrom
fix/boil-relax-is-floating-tag

Conversation

Techassi commented Jul 7, 2026
edited
Loading

Copy link
Copy Markdown
Member

This commit contains two improvements to the VersionExt::is_floating function:

  1. It relaxes the requirements for 0.0.0-dev versions to be able to include extra tag data, eg. 0.0.0-dev-pr123
  2. It now uses a regular expression to check whether the prerelease string is considered floating. The previous solution was too limited to catch more complicated patterns.

Came up in https://github.com/stackabletech/actions/actions/runs/28854067368/job/85576153193?pr=116.

This commit contains two improvements to the VersionExt::is_floating
function:

1. It relaxes the requirements for 0.0.0-dev versions to be able to
   include extra tag data, eg. 0.0.0-dev-pr123
2. It now uses a regular expression to check whether the prerelease
   string is considered floating. The previous solution was too
   limited to catch more complicated patterns.
Techassi self-assigned this Jul 7, 2026
Techassi moved this to Development: Waiting for Review in Stackable Engineering Jul 7, 2026
sbernauer previously approved these changes Jul 7, 2026
Comment thread rust/boil/src/utils.rs
Techassi moved this from Development: Waiting for Review to Development: In Review in Stackable Engineering Jul 7, 2026

NickLarsenNZ left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM

Techassi added this pull request to the merge queue Jul 7, 2026
Merged via the queue into main with commit 28fbf05 Jul 7, 2026
8 checks passed
Techassi deleted the fix/boil-relax-is-floating-tag branch July 7, 2026 10:26
sbernauer moved this from Development: In Review to Development: Done in Stackable Engineering Jul 7, 2026
lfrancke moved this from Development: Done to Done in Stackable Engineering Jul 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL