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
Emily Bache
5c9cabfbad
Merge pull request #477 from davidmohamedfr/main
...
TextTests configuration for PHP
2023-09-30 10:21:01 +02:00
David MOHAMED
690d5c5705
Add missing TextTests config for PHP
2023-09-28 01:32:27 +02:00
Emily Bache
50e4577099
Merge pull request #471 from Intrunatu/matlab
...
Gilded Rose in Matlab
2023-09-22 07:58:27 +02:00
Jean-Laurent Duchaud
02bf2b2b41
Add Matlab files
2023-09-21 21:47:48 +02:00
Emily Bache
fa0e7d1dea
Merge pull request #469 from andremw/main
...
Adding a Rescript version
2023-09-08 09:35:12 +02:00
Andre
67b970d15b
adding yarn texttest
2023-09-07 17:07:56 +09:30
Emily Bache
8f46799983
Merge pull request #468 from alef75/main
...
Update Italian translation:
2023-09-07 07:58:23 +02:00
Andre
c022ce6c0b
fixing gildedrose in rescript
2023-09-07 09:30:10 +09:30
André Mazoni
30a5c129d9
Delete .vscode/settings.json
2023-09-06 07:46:29 -03:00
Andre
8e8ec5624c
finishes porting
2023-09-06 20:13:41 +09:30
Alessandro Fardin
6ac42db07a
Update Italian translation:
...
Improve GildeRoseRequirements Italian translation
Add Italian translation link to README.md
2023-09-06 12:38:04 +02:00
Andre
d6e0786611
adding readme
2023-09-06 19:05:27 +09:30
Andre
ecf9996d48
adds initial rescript structure
2023-09-06 19:02:59 +09:30
Emily Bache
976caf4262
Merge pull request #467 from alef75/main
...
Add Italian Translation for requirements
2023-09-05 14:08:55 +02:00
Emily Bache
44803c76a4
Merge pull request #464 from MichaelDepner/add-PR-template-and-check
...
Add pr template and check
2023-09-05 14:08:17 +02:00
Emily Bache
ee8917dc92
Merge pull request #466 from majstomphorst/feature/cleanup
...
cleanup
2023-09-05 13:54:56 +02:00
Alessandro Fardin
a72dfbe3bd
Merge pull request #1 from alef75/alef75-patch-1
...
Add italian translation for requirements
2023-09-04 13:52:14 +02:00
Alessandro Fardin
0514177370
Add italian translation for requirements
2023-09-04 13:51:11 +02:00
Maxim Stomphorst
ad56fa1ce0
cleanup
2023-08-30 21:02:31 +02:00
Michael Frikke Depner
0d4faad2ae
Change PR close comment
2023-08-29 13:07:54 +02:00
Michael Frikke Depner
63b8d1461c
Only run PR validation from base repository
2023-08-29 13:05:34 +02:00
Michael Frikke Depner
188dbc66ba
Fix github script indentation
2023-08-29 13:02:29 +02:00
emily
6a91a10bfa
update to latest .net version
2023-08-29 11:36:23 +02:00
Michael Frikke Depner
dd201077dd
Add PR validation workflow
2023-08-28 13:21:58 +02:00
Michael Frikke Depner
92d55951aa
Add PR template
2023-08-28 12:54:41 +02:00
emily
50ac5f6a39
add link to youtube video
2023-08-28 10:21:13 +02:00
Emily Bache
edcd450033
Merge pull request #459 from NicoSimoski/common-lisp-parachute
...
Added implementation in common lisp with unit-test
2023-07-31 08:58:59 +02:00
NicoSimoski
d464ad8d8a
Update gilded-rose.lisp
...
- removed the requirements of gilded rose
2023-07-27 11:55:50 +02:00
NicoSimoski
35f11a141d
Update tests.lisp
...
- adapted initialization and testcase to the values of the implementation in other programming languages
2023-07-27 11:55:00 +02:00
NicoSimoski
6ecbea14f8
Update README.md
...
- replaced gilded rose requirements by a link to the requirements-file
- added a clarification for running the tests
- added a description for using cl-mock to stub a function or method
- added a description for running the testtest-fixture
2023-07-27 11:51:07 +02:00
NicoSimoski
bf5b0d9cec
Added implementation in common lisp with unit-test
...
- added the existing implementation in common lisp with system-definition
- added a parachute-unit-test
- added a description for setup and running the unit-tests
- added a description for stubbing and mocking with cl-mock
2023-07-26 17:17:59 +02:00
Emily Bache
ec373f2795
Merge pull request #457 from YehezkelShB/patch-1
...
Update README.md for master->main rename
2023-07-17 10:37:00 +02:00
Yehezkel Bernat
295cd382d5
Update README.md for master->main rename
...
Some links still refer to the renamed branch `master` and requires redirection to `main`
Update them to point directly to `main`. While at it, update link to file to use `blob` instead of `tree` for a similar reason
2023-07-14 09:52:51 +00:00
Emily Bache
c03808272e
Merge pull request #455 from add1ed/janet
...
add janet version
2023-07-14 06:57:56 +02:00
add1ed
4f43ddb78f
updated tests and added README, based on review feedback.
2023-07-13 11:01:41 +01:00
add1ed
42d6bce336
add janet version
2023-07-11 11:54:23 +01:00
Emily Bache
d0d6fdb93c
Update catch2 version in CMakeLists.txt
2023-06-20 09:14:54 +02:00
Emily Bache
12540176cb
Merge pull request #446 from Andriamanitra/main
...
Make Julia compatible with texttests
2023-06-13 08:18:53 +02:00
Andriamanitra
e6445f1782
make julia compatible with texttests
2023-06-12 16:41:55 +03:00
Emily Bache
a674623c1c
Merge pull request #445 from shelling21/main
...
CPP: Updated googletest to v1.12.1 & Catch2 to v3.3.2
2023-06-09 14:29:30 +02:00
Stef Helling
578041f86c
Merge branch 'main' of github.com:shelling21/GildedRose-Refactoring-Kata
2023-06-09 14:22:24 +02:00