Request correct preCICE version
まだ誰も着手していません。
評価
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 初心者へのやさしさ
- 35/100
- issue の種類
- 機能追加
- 明瞭さ
- おおむね明確
- 活発さ
- 停滞
- 技術スタック
- python
- 領域
- build-system
調査の方向性
まず、Python バインディングが pkg-config を使用して preCICE のバージョンを選択する方法を追跡し、次に Rust バインディングで使用されているバージョン照合のアプローチと比較します。完全一致と互換性のある一致のどちらが意図されているのかを明確にし、互換性のないバージョンでは、コンパイルまたはリンクの失敗が発生する前に明確なエラーが生成されるようにします。
索引モデルが issue の本文から書いたものです。
説明
Currently, the python bindings doesn't check the version of preCICE. It uses whatever version pkg-config finds on the system.
This leads to compile or link issues which could have been handled more gracefully via an error message.
There are two practical ways of tying the bindings version ot the preCICE version:
- Exact match: bindings
3.1.Xmatches preCICE3.1.Y. (what we currently do in the rust bindings) - Compatible match: bindings
3.1.Xmatches preCICE>=3.1and<4.
The compatible match allows for forwards-compatibility, which is guaranteed due to the semanatic versioning we use (and follow) in preCICE. Meaning we can test newer releases with existing bindings.
- 主要言語
- Cython
- スター
- 30
- フォーク
- 19
- PR マージ指標
- 30日以内にマージされた PR はありません
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
precice/python-bindings のほかの issue
-
documentation
難易度 2/5 1〜3時間 初心者へのやさしさ 68/100
precice/python-bindings#258 · リアクション 1 件 ·
-
enhancement
難易度 2/5 1〜3時間 初心者へのやさしさ 78/100
precice/python-bindings#175 · コメント 2 件 ·
-
難易度 5/5 1週間以上 初心者へのやさしさ 20/100
precice/python-bindings#255 ·
-
good first issue
難易度 3/5 1〜2日 初心者へのやさしさ 68/100
precice/python-bindings#248 ·
-
難易度 3/5 1〜2日 初心者へのやさしさ 38/100
precice/python-bindings#238 · コメント 6 件 ·
precice/python-bindings の issue をすべて見る
似ている issue
-
kind/bug
難易度 2/5 1〜3時間 初心者へのやさしさ 88/100
kubernetes-sigs/prow#953 · コメント 1 件 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 88/100
zephyrproject-rtos/zephyr#119726 ·
-
out-of-date
難易度 1/5 1時間未満 初心者へのやさしさ 82/100
CachyOS/CachyOS-PKGBUILDS#1894 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 68/100
-
comp/dashboard P3 type/bug
難易度 2/5 1〜3時間 初心者へのやさしさ 86/100
NousResearch/hermes-agent#117722 ·