precice / precice/python-bindings
Request correct preCICE version
まだ誰も着手していません。
- 主要言語
- Cython
- スター
- 30
- フォーク
- 19
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
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.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず、Python バインディングが pkg-config を使用して preCICE のバージョンを選択する方法を追跡し、次に Rust バインディングで使用されているバージョン照合のアプローチと比較します。完全一致と互換性のある一致のどちらが意図されているのかを明確にし、互換性のないバージョンでは、コンパイルまたはリンクの失敗が発生する前に明確なエラーが生成されるようにします。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- build-system
- issue の種類
- 機能追加
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100