Emily Bache
9c5090521c
Update README.md
...
add link to gilded rose solution in Java
2023-11-22 09:46:36 +01:00
Emily Bache
5fb60271e2
Merge pull request #495 from schlessera/fix/php-remove-final-from-item-class
...
[PHP] Remove final keyword from Item class
2023-11-14 09:35:35 +00:00
Alain Schlesser
c64b2faf74
Remove final keyword from Item class
2023-11-14 09:14:39 +00:00
emily
d462c36618
remove unneeded files
2023-11-08 13:48:45 +01:00
emily
ce70beb469
Add settings for the C version
2023-11-08 13:44:42 +01:00
Typist
a2758b2183
added cmocka version
2023-11-08 12:38:42 +00:00
Emily Bache
3da2d5e046
Merge pull request #492 from ibaiimaz/main
...
Add Basque (Euskara) requirements translation
2023-11-08 06:35:11 +00:00
ibai imaz
70951455f0
Add Basque (Euskara) requirements translation
2023-11-07 17:25:00 +01:00
emily
4ffad014c6
Fix Python documentation
2023-11-03 16:56:46 +01:00
emily
5f44c51ca7
tweak docs
2023-11-03 16:31:14 +01:00
emily
14910d1b11
tweak docs
2023-11-03 16:21:27 +01:00
emily
e188faef86
make sure texttests work for C#
2023-11-03 16:18:25 +01:00
emily
8588b6fcc4
Fixed texttests for Kotlin
2023-11-03 16:11:26 +01:00
emily
c50c330c78
add empty README for Scala
2023-11-03 15:59:46 +01:00
emily
3d1706be6d
improve Ruby docs
2023-11-03 15:51:31 +01:00
emily
7b973f93dd
Make javascript mocha texttests work
2023-11-03 15:39:50 +01:00
emily
c1638a56b8
Get texttests working for Javascript-Jest
2023-11-03 15:36:54 +01:00
emily
6df86da845
tweak docs
2023-11-03 15:26:54 +01:00
emily
fa5ea72fd2
Get the TypeScript TextTests working more conveniently
2023-11-03 15:26:43 +01:00
emily
3fb6c60ad1
Improve Python documentation
2023-11-03 15:14:14 +01:00
Emily Bache
977f89afd9
Update convenience texttest scripts for windows and docs
2023-11-03 13:42:00 +00:00
emily
cf9b6300c7
Add convenience shell script for running texttests
2023-11-03 14:08:40 +01:00
emily
fac3f111ae
Improve texttest documentation
...
Specifically make it easier to run the tests
2023-11-03 14:07:51 +01:00
Emily Bache
79f509eeaf
add convenience script to run texttests
2023-11-03 13:06:02 +00:00
emily
755ed77692
Improve texttest documentation
...
Specifically make it easier to test the Java version.
Added a test rig so you can use gradle to run the java version
2023-11-03 10:32:29 +01:00
Emily Bache
615ad96ea4
Merge pull request #491 from bagnier/master
...
make csharpcore work.
2023-10-30 14:25:29 +01:00
Stéphane Bagnier
7ebb8d2b61
csharpcore use .NET7
2023-10-28 07:03:22 +02:00
Stéphane Bagnier
ffdfe37fcd
make csharpcore work. I add a missing NuGet, use only one test framework, downgrade to NET6 LTS and var some variables.
2023-10-27 10:40:48 +02:00
Emily Bache
de1e9ed991
Merge pull request #490 from maiste/texttest-for-ocaml
...
Support texttest with OCaml
2023-10-25 10:56:55 +02:00
Maiste
8d5803116f
Support texttest with OCaml
2023-10-24 14:04:28 +02:00
Emily Bache
50163ec350
Merge pull request #488 from maiste/port-for-ocaml
...
Gilded Rose port for OCaml
2023-10-22 10:43:17 +02:00
Maiste
70eba3e2b0
Document installation and running for OCaml
2023-10-21 11:08:53 +02:00
Maiste
5f97fd6e34
Add initial test
2023-10-19 14:03:12 +02:00
Maiste
c7bdcb974c
Add Gilded Rose exercise
2023-10-18 21:10:26 +02:00
Maiste
a204601429
Init OCaml repository
2023-10-18 19:26:52 +02:00
Emily Bache
e621073c02
Merge pull request #486 from PeregrinTooc/update-jest
...
update jest for better testing experience
2023-10-17 09:19:18 +02:00
Philipp Rembold
0958ca4a74
update jest for better testing experience
2023-10-17 08:52:40 +02:00
Emily Bache
2f04489cc6
Merge pull request #485 from ploeh/port-csharp-to-core
...
Port C# to .NET 6
2023-10-17 08:19:23 +02:00
Mark Seemann
6fc15844b7
Add Microsoft.NET.Test.Sdk NuGet package
...
This enables running unit tests on .NET (Core).
The `<GenerateProgramFile>false</GenerateProgramFile>` line comes from
this article by Andrew Lock:
https://andrewlock.net/fixing-the-error-program-has-more-than-one-entry-point-defined-for-console-apps-containing-xunit-tests/
2023-10-16 20:49:58 +02:00
Mark Seemann
e975a987f1
Upgrade C# code to .NET 6
...
The upgrade was performed by `upgrade-assistant upgrade`.
2023-10-16 20:30:36 +02:00
Emily Bache
1e8e019117
Merge pull request #484 from ploeh/upgrade-csharp
...
Upgrade C# to .NET 4.8.1
2023-10-16 14:51:09 +02:00
Mark Seemann
d58d195996
Update System.Security.AccessControl NuGet package
...
The previous version (5.0.0) was deprecated, and since this is a
security package, it seems important to update it.
2023-10-16 14:19:51 +02:00
Mark Seemann
c86bdbec28
Update ApprovalTests NuGet packages
...
As can be seen in this diff, this update drags along some other package
updates.
2023-10-16 14:17:27 +02:00
Mark Seemann
f2fc699533
Update NUnit NuGet package
...
In a modern Visual Studio installation, the previous version of NUnit
simply didn't run.
2023-10-16 14:14:52 +02:00
Mark Seemann
9131289174
Upgrade C# code to .NET 4.8.1
...
Support for the previous version, 4.5.2, [ended in Apr 26,
2022](https://learn.microsoft.com/lifecycle/products/microsoft-net-framework ),
and we can't expect younger developers (or older, for that matter!) to
have that SDK installed. This commit upgrades to .NET 4.8.1, which is
the most recent .NET Framework version.
2023-10-16 14:09:54 +02:00
Emily Bache
37fa619fc5
Merge pull request #483 from cristi-maco/main
...
Kotlin solution - update build tools / libraries / Kotlin version to latest
2023-10-11 07:55:08 +02:00
Cristian Macoviciuc
9cf51a97be
Merge branch 'emilybache:main' into main
2023-10-10 21:43:46 +02:00
Cristi Macoviciuc
0fca6e8bac
Upgrade build to: Kotlin 1.9.10, Gradle 8.x, JUnit 5.10.0
2023-10-10 21:33:32 +02:00
Emily Bache
54cc5a833e
Merge pull request #481 from PeregrinTooc/js-jest
...
updated package-lock.json to remove vulnerabilities
2023-10-09 08:43:27 +02:00
philipp
0e9f4ccfcd
updated package-lock.json to remove vulnerabilities
2023-10-07 09:52:06 +02:00