Commit Graph

595 Commits

Author SHA1 Message Date
Emily Bache
263a07d58d
Merge pull request #277 from Abizern/swift-cleanup
Update the Swift starting point
2021-11-22 08:16:40 +01:00
Abizer Nasir
080738a8b2 Update the Swift starting point
- Ignore the generated Xcode project from the repositiory
- Bump the swift tools version to 5.5 (supported by Xcode 13+)
- Tidy the Tests. LinuxMain, XCTestManifests and the allTests array are no longer needed as tests
- are auto-discovered on non-apple platforms
2021-11-21 17:41:38 +00:00
Emily Bache
1a81118c63
Merge pull request #275 from amedee/java
Fix Maven warnings
2021-11-17 08:11:51 +01:00
Amedee Van Gasse 🦄🌈✨ (they/them)
f5f84fc776 Fix Maven warnings 2021-11-16 15:19:03 +01:00
Emily Bache
128efdfc14
Merge pull request #272 from Gnuk/add-jest-to-typescript
Add Jest to TypeScript (and update dependencies)
2021-11-11 16:06:15 +01:00
Anthony Rey
b0f4a15245 Add Jest to TypeScript (and update dependencies) 2021-11-09 18:41:26 +01:00
Emily Bache
864f34ccc1
Merge pull request #270 from joshrotenberg/patch-1
Fix JetBrains erlang link
2021-10-28 08:05:27 +02:00
josh rotenberg
f037ebf70a
fix JetBrains erlang link 2021-10-27 09:57:22 -07:00
emily
3cfb4fd08e only need one item in array 2021-10-12 11:19:56 +02:00
emily
25a3d10aa3 added print function 2021-10-12 08:14:19 +02:00
Emily Bache
241fab2462
Merge pull request #267 from onlydevelop/add-java-cucumber
Added Java-Cucumber
2021-10-11 07:53:37 +02:00
Dipanjan Bhowmik
9bb570b0c3 Updated README 2021-10-11 11:12:27 +05:30
Dipanjan Bhowmik
11a5938e49 Simplified the scaffolding 2021-10-11 08:58:34 +05:30
Dipanjan Bhowmik
452a67ca2e Removed unneeded file 2021-10-11 08:42:32 +05:30
Dipanjan Bhowmik
6891e5f993 Added Java-Cucumber 2021-10-10 11:02:16 +05:30
Emily Bache
239e8317d7
Merge pull request #266 from onlydevelop/update-gradle-spock
Upgraded gradle and spock
2021-10-04 13:24:29 +02:00
Dipanjan Bhowmik
cd04f455e5 Upgraded gradle and spock 2021-10-02 11:25:45 +05:30
Emily Bache
c260410064
Merge pull request #265 from niushapaks/patch-2
fr better phrase construction
2021-10-01 07:55:30 +02:00
Emily Bache
4a2dd56c62
Merge pull request #264 from niushapaks/patch-1
fr typo
2021-10-01 07:55:11 +02:00
Niusha Pakseresht
39d4a93838
fr better phrase construction 2021-09-30 16:03:44 -04:00
Niusha Pakseresht
c1c6c8d1ff
fr typo 2021-09-30 15:57:40 -04:00
Emily Bache
74291a62a6
Merge pull request #258 from narruda789/elixir-tdd
Add initial failing test for Elixir
2021-09-09 07:50:41 +02:00
Nicole Arruda
f0dea1a520 Add initial failing test for Elixir 2021-09-08 17:26:38 -04:00
emily
99906235bd texttext fixture moved into own executable 'main' module. 2021-08-26 13:20:24 +02:00
emily
3db5265f46 new version of erlang 2021-08-26 08:59:40 +02:00
Emily Bache
045597940b
Merge pull request #254 from jonreid/master
Update Swift Package Manager, clean up starting test, add README
2021-08-23 07:31:21 +02:00
Jon Reid
746bb0e467
t Switch order of assertion arguments 2021-08-20 22:07:10 -07:00
Jon Reid
2d88244807
t Remove another semicolon 2021-08-20 22:06:19 -07:00
Jon Reid
8eab172f25
d Add Swift-specific readme 2021-08-20 21:51:36 -07:00
Jon Reid
3ef1dc16fb
t Update allTests so newer, simpler style 2021-08-20 21:28:56 -07:00
Jon Reid
f26e495403
t Define test as throws 2021-08-20 21:27:52 -07:00
Jon Reid
31825b2410
t Remove semicolons from test 2021-08-20 21:27:23 -07:00
Jon Reid
569b40fc1d
r Follow more standard Swift formatting around spaces 2021-08-20 18:56:48 -07:00
Jon Reid
84287f428b
e Update Swift Package Manager version 2021-08-20 18:49:34 -07:00
Emily Bache
617f1748cd
Merge pull request #252 from un1r8okq/separate-test-project
Restructure .NET Core solution to follow best practice
2021-08-16 09:01:46 +02:00
Will Verland
85a1611787 Fix misspelling of Guilded => Gilded for PR #252 2021-07-23 11:30:53 +12:00
Will Verland
b556848479 Add separate project for tests 2021-07-22 08:52:23 +12:00
Will Verland
3eec127eff Add Visual Studio solution 2021-07-22 08:37:20 +12:00
Will Verland
0e0c025509 Rename C# project to GuildedRose 2021-07-22 08:37:04 +12:00
Emily Bache
81b0853d49
Merge pull request #251 from un1r8okq/main
Update csharpcore's .NET version and dependencies
2021-07-21 11:02:52 +02:00
Will Verland
c87a4acc2d Update csharpcore Nuget dependencies
I updated the dependencies one at a time. I ran the program and the
tests after each package was upgraded to ensure that no compiler
warnings or changes in behaviour were introduced.
2021-07-21 16:52:44 +12:00
Will Verland
80fca5097e Upgrade csharpcore from .NET Core 2.1 to 3.1
.NET Core 2.1 loses support on the 21st August 2021. The current Long
Term Support version of .NET Core is 3.1. See https://docs.microsoft.com/en-us/lifecycle/products/microsoft-net-and-net-core for details.
2021-07-21 16:37:12 +12:00
Emily Bache
775d8758c2
Merge pull request #237 from pclausen/fortran-kata
First commit of Fortran version of GildedRose
2021-05-31 15:10:26 +02:00
Peter M. Clausen
11b929c5e5 Adding missing call to update_quality in GildedRose_unity_test 2021-05-26 21:45:07 +02:00
Peter M. Clausen
7dca97198a Forgot to make the test fail 2021-05-25 20:01:12 +02:00
Peter M. Clausen
eaa731bb83 First commit of Fortran version of GildedRose 2021-05-25 19:52:50 +02:00
Emily Bache
1517c64964
Merge pull request #236 from pclausen/mingw32-fix
Adding fix for mingw32 compiling on windows
2021-05-25 17:30:27 +02:00
Emily Bache
5656025dd0
Merge pull request #235 from nagromc/main
Add editorconfig file for Java
2021-05-25 17:29:29 +02:00
Peter M. Clausen
6a004c800a Adding fix for mingw32 compiling on windows 2021-05-25 09:25:56 +02:00
Morgan Courbet
d4ccf958e2 Add editorconfig file for Java 2021-05-21 10:40:09 +02:00