Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Update catch2 version across all exercises

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

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

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
35/100
issue の種類
リファクタリング
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
cpp
領域
testing-qa

調査の方向性

演習間のCatch2ファイルとバージョン参照を、cpp-test-runnerで使用されているバージョンと比較します。complex-numbersの特別な処理と#995での変更を調査します。完了条件は、すべての演習が少なくとも3.4.0の同じCatch2バージョンを使用し、その特別な処理が削除されていることです。

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

説明

The Catch2 version used here is different from what the test runner uses. To add to the chaos, for complex-numbers #995 adds the test runner's version, because for the matcher used there, v2.13.6 and v3.4.0 are incompatible. To clean this up, we should use a single version everywhere. Concretely this means:

  • update all exercises to at least Catch2 3.4.0 (it could make sense to pick something newer, but then the test runner and the local repo should be updated more or less simultaneously)
  • remove the special handling from complex-numbers

It could also make sense to introduce some tooling that automates the process of copying the Catch2 files into the exercises' directories.

主要言語
C++
スター
291
フォーク
244
平均マージ
17分
マージ済み PR(30日)
1

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

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

はじめの一歩

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

exercism/cpp のほかの issue

exercism/cpp の issue をすべて見る

似ている issue

C++ の issue をもっと見る

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

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