Commit Graph

366 Commits

Author SHA1 Message Date
Emily Bache
702220f151
Merge pull request #105 from codecop/master
Port to XSLT
2018-12-08 12:12:25 +01:00
Peter Kofler
235869c45a Description how to run the XSLT. 2018-12-07 23:53:54 +01:00
Peter Kofler
bc75ba14a3 Port to XSLT 2018-12-07 23:43:31 +01:00
Emily Bache
8fed3395d7
Merge pull request #104 from codecop/master
Minor cleanups and a brand new port to Scheme language
2018-12-04 09:09:13 +01:00
Peter Kofler
4807997dba Fixes bug in Scheme version, not deeply nested enough. 2018-12-03 22:45:26 +01:00
Peter Kofler
2a64f7c460 Documents Scheme port how to run and test. 2018-12-03 21:23:06 +01:00
Peter Kofler
6b492c223a Rename Go's texttest fixture, fix type in name. 2018-12-03 21:18:33 +01:00
Peter Kofler
6e82156f6c Rename texttest fixture, fix type in name. 2018-12-03 21:16:10 +01:00
Peter Kofler
745c004a8b Adds foo test with minimal assertion library. 2018-12-03 21:15:20 +01:00
Peter Kofler
1c530189bd Make Scheme version work. 2018-12-03 21:03:48 +01:00
Peter Kofler
c0a6824275 First draft of Scheme port. 2018-12-03 01:15:24 +01:00
Peter Kofler
60b2549066 Go: Extracts texttest_feature.go from main Gilded Rose, write test similar to other languages. 2018-12-03 00:18:46 +01:00
Peter Kofler
ab83717690 Adds Babel transpiler to JS projects so code runs on older versions of Node, 2018-12-02 23:13:25 +01:00
Peter Kofler
b881804cda Use newer version of TypeScript. Use proper project name in project properties. 2018-12-02 22:06:14 +01:00
Peter Kofler
68da549751 Fixes encoding Smalltalk source. 2018-12-02 21:48:42 +01:00
Peter Kofler
39b3534c6f Splits JS Jasmine and Mocha starting points into separate toplevel folders similar to Java and Java-Spock. 2018-12-02 20:59:38 +01:00
Peter Kofler
027693ce83 Renames Java with Spock language without blanks in folder name. 2018-12-02 20:48:45 +01:00
Peter Kofler
e0373461c1 Renames README files consistently. 2018-12-02 20:39:39 +01:00
Peter Kofler
c41d122512 Drops IntelliJ Idea configuration for Java because Java code is Maven project now, no special treatmeent needed. 2018-12-02 20:32:26 +01:00
Peter Kofler
b8233e291d Moves language specific Git ignores into language subfolders. 2018-12-02 20:31:26 +01:00
Emily Bache
d022f3d7a5
Merge pull request #103 from siflfran/ada
gilded rose in Ada
2018-11-26 08:54:18 +01:00
Florian Franzmann
f4a171464f gilded rose in Ada 2018-11-24 20:20:56 +01:00
Emily Bache
3906ee2b8d
Merge pull request #101 from balp/c99
Add CMake and Unity test framework for c99
2018-10-31 07:32:40 +01:00
Anders Arnholm
2cce0e4a4a Add CMake and Unity test framework for c99 2018-10-30 18:29:14 +01:00
Emily Bache
92bb72732e
Merge pull request #99 from pulsation/chore/haskell-update-base-and-add-stack-file
chore(haskell): update base and add stack file
2018-10-23 08:45:47 +02:00
pulsation
14215d090a chore(haskell): update base and add stack file 2018-10-22 23:07:04 +02:00
Emily Bache
8a910c446d
Merge pull request #98 from balp/master
Add ApprovalTests for cpp
2018-10-16 08:48:36 +02:00
Anders Arnholm
c503bf8a2b Add Approval Tests for cpp
* Add testcase using https://github.com/approvals/ApprovalTests.cpp and google test.
* Change google test to be downloaded if not installed with cmake
* Add a run-once-cmake.sh script to build and test with cmake
* Add a run-approval-once.sh script to build and run approval test
2018-10-13 15:55:30 +02:00
Emily Bache
a788fae859
Merge pull request #97 from Neppord/javascript
Use node instead of a browser, fixing jasmine and adding mocha.
2018-10-11 10:07:28 +02:00
Samuel Ytterbrink
b7a5c592b8 Add mocha nodejs version of the code. 2018-10-10 16:11:44 +02:00
Samuel Ytterbrink
944762bedc Replace browser based jasmine with nodejs based. 2018-10-10 16:04:09 +02:00
Emily Bache
ecbcd2122a
Merge pull request #96 from Neppord/cobol
Cobol test project
2018-10-10 15:31:57 +02:00
Samuel Ytterbrink
43814b8169 Add test project for mf cobol. 2018-10-10 15:27:55 +02:00
Samuel Ytterbrink
822997c488 Change cobol project type to int/gnt, so that it can be tested. 2018-10-10 15:27:55 +02:00
Emily Bache
bfff84fbed
Merge pull request #94 from Neppord/cobol
Translate Python example to Micro Focus COBOL.
2018-09-24 08:47:02 +02:00
Samuel Ytterbrink
8fd48c063b Translate Python example to Micro Focus COBOL. 2018-09-23 18:13:44 +02:00
Emily Bache
435eacbd69
Merge pull request #93 from T-rav/master
added missing ApprovalTest.cs and ThirtyDays.txt to csharp project
2018-09-20 08:46:09 +02:00
T-rav
1ff9f05384 added missing ApprovalTest.cs and ThirtyDays.txt to csharp project 2018-09-19 11:11:20 +02:00
emilybache
f12a63f03b ignore python files 2018-08-14 14:54:44 +02:00
Emily Bache
861ed2343a
Merge pull request #91 from schmonz/cpp-googletest-1.8-build-fix
With Google Test 1.8.0, I seem to need both libs.
2018-08-14 08:33:11 +02:00
Amitai Schleier
6599767748 With Google Test 1.8.0, I seem to need both libs. 2018-08-14 00:22:38 +01:00
emilybache
97ec616334 remove ApprovalTest since the other languages don't have one 2018-08-10 14:43:38 +02:00
Emily Bache
c9830746d6
Merge pull request #90 from sblondon/patch-1
Improve french sentence
2018-08-10 12:30:02 +02:00
sblondon
6f853e6857
Improve french sentence
It's better with this modification. (French is my mother tongue.)
2018-08-10 17:40:11 +08:00
Emily Bache
a2a475838c
Merge pull request #89 from anhvut/add_TexttestFixture_scala
add TexttestFixture.scala
2018-07-17 22:17:25 +02:00
Anh-Vu Tran
42a05d6cdd add TexttestFixture.scala 2018-07-15 14:32:40 +02:00
Emily Bache
a8845b5459
Merge pull request #87 from emanuelelongo/csharp_dotnetcore
C# for .net core
2018-06-15 10:02:22 +02:00
Emanuele Longo
fdc5a78efb C# for .net core 2018-06-14 16:54:48 +02:00
Emily Bache
3f93ab42b6
Merge pull request #86 from tamcgoey/fix_twitter_link
Fix broken Twitter link
2018-06-04 13:25:35 +02:00
Thomas McGoey-Smith
4304e10dc7
Fix Twitter link 2018-06-03 16:41:00 -04:00