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

[Bug]: Custom version fields cannot be compared #474

Open
1 task done
AlgoYu opened this issue Aug 13, 2023 · 2 comments
Open
1 task done

[Bug]: Custom version fields cannot be compared #474

AlgoYu opened this issue Aug 13, 2023 · 2 comments
Assignees

Comments

@AlgoYu
Copy link

AlgoYu commented Aug 13, 2023

What happened?

image

image

Versions are recognized as numbers, multiple point suffixes cannot be entered, and comparisons are not valid.

To Reproduce

No

Expected behavior

No response

Additional context

docker deploy..

Code of Conduct

  • I agree to follow this project's Code of Conduct
@AlgoYu AlgoYu added the bug Something isn't working label Aug 13, 2023
@deleteLater
Copy link
Contributor

Thanks for reporting this, I'll take a look.

@deleteLater deleteLater self-assigned this Aug 14, 2023
@deleteLater
Copy link
Contributor

The operator "bigger equal than" is a numeric operator. Since "1.3.4" is not a legal number, we thought they'd never match. FeatBit not support semantic version comparison for now, this feature is still on our TODO list.

"大于等于" 操作符是一个数字类型的操作符。由于 "1.3.4" 不是一个合法的数字,我们会认为匹配条件是不可能满足的。我们现在还不支持语义化版本的大小比较,这个功能还在我们的 TODO 列表中。

@deleteLater deleteLater removed the bug Something isn't working label May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

2 participants