exercism / exercism/cpp

Update catch2 version across all exercises

Đang mở
#997 0 bình luận 0 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
C++
Star
290
Fork
244
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

The Catch2 version used here is different from what the [test runner ](https://github.com/exercism/cpp-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.

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.