Emily Bache
ab8c05935b
Merge pull request #620 from RorySan/fsharp-update
...
Fsharp updated to .NET 9
2025-05-09 12:28:36 +00:00
Rory
56bc90d53d
Fsharp updated to .NET 9
2025-05-09 11:44:12 +02:00
Sasha Schwartz
d73f961089
separate files based on feedback
2025-05-04 13:29:08 +02:00
Sasha Schwartz
eb9b46e34d
add Odin lang
2025-05-04 13:29:08 +02:00
Emily Bache
af3e2244b3
Merge pull request #616 from Younes-Charfaoui/arabic-translation
...
🐪 Adding Arabic translation for the requirements
2025-04-29 06:04:29 +00:00
Younes Charfaoui
97d98be1f4
Update GildedRoseRequirements_ar.md
2025-04-28 16:31:46 +01:00
Younes Charfaoui
b27409e72e
Adding arabic translation for the requirments
2025-04-28 16:24:22 +01:00
Emily Bache
4b04f58363
Merge pull request #615 from dmcg/master
...
Upgrading versions for the Kotlin project
2025-04-15 06:12:34 +00:00
Duncan McGregor
1b01ed06cd
Upgradle to 8.13 for Kotlin
2025-04-14 12:55:32 +01:00
Duncan McGregor
1dcc7ef316
Upgrade Kotlin
2025-04-14 12:53:23 +01:00
Duncan McGregor
8e26832f59
Upgrade JUnit for Kotlin, add kotlinx.test
2025-04-14 12:53:22 +01:00
Emily Bache
fcd540f80d
Merge pull request #613 from olliekennedy/fix-kotlin-texttest
...
Enable texttest to run in the Kotlin project
2025-04-04 11:48:22 +00:00
Ollie Kennedy
d87d813367
add kotlin gradle task to run texttest
...
`./gradlew -q text` now works
Co-authored-by: Marco Garofalo <marcogarofalo.personal@gmail.com>
2025-04-04 12:35:29 +01:00
Emily Bache
b3a0463bba
Merge pull request #601 from adampridmore/Adam2
...
Update scala project from scala 2 to scala 3
2025-03-17 09:59:21 +00:00
Emily Bache
fd1e798baf
Merge pull request #600 from Margarita23/improve-the-translation-ua
...
Improve the translation of the specification in Ukrainian
2025-03-17 09:53:27 +00:00
adampridmore
4af5375695
Updae to scala 3
2025-03-15 21:36:24 +00:00
Adam Pridmore
dd26a2d3b6
Merge pull request #1 from emilybache/main
...
Pull latest
2025-03-15 20:37:46 +00:00
Marharyta Andriukhina
4e77e34f22
Improve the translation of the specification in Ukrainian
2025-03-15 15:40:23 +02:00
Emily Bache
71261052fa
Merge pull request #596 from tbeu/update-cpp-cmake
...
Add test specific CMake options to C++ configuration
2025-02-16 05:57:30 +00:00
tbeu
85cc3d0171
Remove cpp-catch2 in favor of cpp.
2025-02-15 09:38:46 +01:00
tbeu
784920714a
Introduce four CMake options to enable/disabled test variants or test frameworks
...
By default all four test variants (Catch2 vs. GTest and Approval vs. Unit) are enabled.
2025-02-15 09:38:07 +01:00
Emily Bache
afd4627ee1
Merge pull request #591 from tbeu/fix-cpp-code-smells
...
Fix C++ code smells
2025-02-13 05:42:25 +00:00
tbeu
73a51ef14f
Fix C++ code smells
...
* Move "using namespace std;" from header to module file (to no longer pollute the global namespace).
* Fix inconsistency of having namespace prefix in test code.
* Add include guard to GildedRose.h.
* Avoid std::endl.
* Have consistent white-space.
2025-02-12 20:56:22 +01:00
Emily Bache
6c59257f27
Merge pull request #590 from tbeu/restructure-cpp-build-targets
...
Restructure C++ CMake build targets
2025-02-12 05:43:26 +00:00
tbeu
3bf108ef0e
Restructure build targets of CMake configuration
...
* Rename the library under test from src to GildedRoseLib.
* Move the lib folder to test/third_party and handle ApprovalTests.hpp as header-only dependency.
* Remove the superfluous googletest_approval_main.cpp (in the same sense as there is only one GildedRoseCatch2ApprovalTests.cc)
* Set USE_FOLDERS property such that target ALL_BUILD, RUN_TESTS and ZERO_CHECK are grouped for Visual Studio.
* Set WORKING_DIRECTORY such that the RUN_TESTS target works successfully.
* Fix C++ language standard for Catch2 v3 to C++14.
* Bump third-party dependencies
* Update ApprovalTests.hpp to v10.13.0
* Update Catch2 to v3.8.0
* Update GTest to v1.16.0
2025-02-11 23:04:23 +01:00
emily
a9fe49d2b6
fix layout
2025-02-03 11:52:22 +01:00
emily
b75802f675
newer version of junit and approvals
2025-02-03 11:51:43 +01:00
Birame Sene
4a7c2643c0
fix: typo
2025-01-22 18:36:51 +01:00
Birame Sene
288fa66728
chore: get rid of unneccessary configuration
2025-01-22 18:36:51 +01:00
Birame Sene
fcd7541c7e
chore: renaming folder
2025-01-22 18:36:51 +01:00
Birame Sene
790658c305
test: added approvals testing
2025-01-22 18:36:51 +01:00
Birame Sene
3690af35f9
test: set up Deno version test cases
2025-01-22 18:36:51 +01:00
Birame Sene
f86e41151c
chore: delete useless files
2025-01-22 18:36:51 +01:00
Birame Sene
953b312d8e
fix: adapt texttest script
2025-01-22 18:36:51 +01:00
Birame Sene
5bf4f639e7
chore: remove useless config files
2025-01-22 18:36:51 +01:00
Birame Sene
d4514e6c9f
WIP: adding Deno version
2025-01-22 18:36:51 +01:00
Emily Bache
11610e00ba
Merge pull request #583 from nadlgit/ts-vitest-approval
...
Port TypeScript approval tests from Jest to Vitest
2025-01-10 08:11:16 +01:00
Nadine
f541a98838
port typescript approval tests from jest to vitest
2025-01-09 19:54:34 -04:00
Emily Bache
c4cfa7b38e
Merge pull request #580 from codecop/master
...
Port to Io language.
2024-12-13 08:14:09 +01:00
Peter Kofler
3b7cb71b77
Port TextTestFixture.
2024-12-13 01:46:44 +01:00
Peter Kofler
a91a6ef695
Initial port.
2024-12-13 01:33:28 +01:00
Peter Kofler
1406987c44
Empty Io project.
2024-12-13 00:27:13 +01:00
emily
6ac8b165f9
add composer.phar
2024-12-10 15:20:12 +01:00
emily
a79eb61d8d
fix broken links
2024-12-02 08:24:06 +01:00
emily
2960ad35df
make additional test for C# like Java-Approvals
2024-12-02 08:24:06 +01:00
Emily Bache
be810de472
Merge pull request #578 from rweisleder/Java-upgradle-8.11
...
Make Gradle Java projects compatible with Java 17+
2024-11-22 08:54:47 +01:00
Roland Weisleder
d959e270f8
Make Gradle Java projects compatible with Java 17+
2024-11-21 16:12:55 +01:00
Emily Bache
9c18c08c73
Merge pull request #577 from mrgleam/update/gleam-glint-version
...
refactor: update gleam_stdlib and glint version
2024-11-18 10:14:40 +01:00
Santi Lertsumran
21920383be
refactor: update gleam_stdlib and glint version
2024-11-17 16:01:36 +07:00
Emily Bache
dd94d9fda8
Merge pull request #575 from lessless/main
...
Added text test fixture for Elixir
2024-10-21 15:15:53 +02:00