Request correct preCICE version

オープン
#201 コメント 0 件 リアクション 1 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
35/100
issue の種類
機能追加
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
python
領域
build-system

調査の方向性

まず、Python バインディングが pkg-config を使用して preCICE のバージョンを選択する方法を追跡し、次に Rust バインディングで使用されているバージョン照合のアプローチと比較します。完全一致と互換性のある一致のどちらが意図されているのかを明確にし、互換性のないバージョンでは、コンパイルまたはリンクの失敗が発生する前に明確なエラーが生成されるようにします。

索引モデルが issue の本文から書いたものです。

説明

usability

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.X matches preCICE 3.1.Y. (what we currently do in the rust bindings)
  • Compatible match: bindings 3.1.X matches preCICE >=3.1 and <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 はありません

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

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

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

precice/python-bindings のほかの issue

precice/python-bindings の issue をすべて見る

似ている issue

Build System の issue をもっと見る

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

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