aboutcode-org / aboutcode-org/univers

Handle possible duplication of constraints in VersionRange

オープン
#45 コメント 0 件 リアクション 1 件 担当者 0 名 GitHub で見る
2-next good first issue
主要言語
Python
スター
50
フォーク
29
PR マージ指標
30日以内にマージされた PR はありません

説明

Eliminate the possibility of constraints duplication in VersionRange and add some tests to validate the same.

```python
>>> from univers.version_range import NginxVersionRange
>>> range=NginxVersionRange.from_native("1.5.0+, 1.4.1+, 1.4.0+")
>>> str(range)
'vers:nginx/>=1.4.0|>=1.4.1|<1.5.0|<1.5.0|>=1.5.0'
```
Context: https://github.com/nexB/univers/pull/42#discussion_r824237012

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。