Stuart Kent
6c99ac7636
Format build.gradle files
9 years ago
FridaTveit
247371e49e
Merge pull request #615 from exercism/diamond-add-version
diamond: add version comment
9 years ago
FridaTveit
3fddce1b77
Merge pull request #612 from exercism/stkent-patch-1
Rename SETUP.md to TRACK_HINTS.md
9 years ago
FridaTveit
27488e1fd6
Merge pull request #614 from exercism/diamond-fix-example-name
diamond: fix var name in example
9 years ago
Stuart Kent
d6afe5b521
Merge pull request #613 from exercism/license
Remove license info from README
9 years ago
Stuart Kent
79f5c797ad
diamond: add version comment
9 years ago
Katrina Owen
939c2910a6
Remove license information from README
This is no longer desireable, since GitHub shows license information on the repo homepage
based on the LICENSE file, provided that it can detect the license. We're using the MIT
license directly from choosealicense.com, which is maintained by GitHub, so the license is
properly detected.
9 years ago
Stuart Kent
d7d221b38d
diamond: fix var name in example
9 years ago
Katrina Owen
d575e8311c
Reassign copyright to Exercism legal entity
9 years ago
FridaTveit
3ce471baef
Merge pull request #611 from exercism/sublist-remove-constraint
sublist: remove unnecessary generic constraint
9 years ago
FridaTveit
f831e02f27
Merge pull request #608 from exercism/clock-version
clock: tag test files with current version
9 years ago
FridaTveit
438f8120e8
Merge pull request #609 from exercism/clock-assertions
clock: prefer assert(Not)Equals to assert(True|False)
9 years ago
Stuart Kent
45282ede16
Rename SETUP.md to TRACK_HINTS.md
Per https://github.com/exercism/docs/blob/81399dc1c87e384be9fada77f599df38f795691d/contributing-to-language-tracks/exercise-readmes.md#exercise-readmes
9 years ago
Stuart Kent
3783f2ae33
clock: prefer assert(Not)Equals to assert(True|False)
9 years ago
Stuart Kent
4b8e436b56
sublist: remove unnecessary generic constraint
9 years ago
Stuart Kent
f9174ced6a
Merge pull request #597 from FridaTveit/SimpleLinkedListSimplify
simple-linked-list: simplify example implementation [Fix #568 ]
9 years ago
Stuart Kent
455bf9724a
clock: tag test files with current version
9 years ago
Stuart Kent
b03c57bfb2
Temporarily disable probot
https://github.com/exercism/xjava/issues/555#issuecomment-304126241
9 years ago
Stuart Kent
a7489e5ddd
Merge pull request #606 from morrme/change-remove-final
change: remove "final" from test class declaration
9 years ago
morrme
8ccac296a5
change: remove "final" from test class declaration
Closes: #571
9 years ago
FridaTveit
8b8d628a6c
binary-search: make test class less DRY [Fix #602 ] (#603 )
* binary-search: make test class less DRY
* binary-search: use collections emptylist and singletonlist
9 years ago
FridaTveit
04e4702a2c
Merge pull request #601 from exercism/build-script-idiomatic
Use idiomatic string interpolation in build file
9 years ago
morrme
d7eb7de53b
difference-of-squares: remove "final" from test class (#595 )
* difference-of-squares: remove "final" from test class
* Update DifferenceOfSquaresCalculatorTest.java
9 years ago
FridaTveit
30a68cfdd7
Merge pull request #598 from exercism/acronym-update-tests
acronym: update to latest canonical data
9 years ago
Stuart Kent
38e8cbab5d
Use idiomatic string interpolation in build file
9 years ago
FridaTveit
e898424f5c
Merge pull request #589 from exercism/doubly-linked-list-exercise-generics
linked-list: exercise generics via tests
9 years ago
Stuart Kent
909ffba44c
acronym: update to latest canonical data
9 years ago
FridaTveit
4ba32d6b16
Merge pull request #588 from exercism/548-fix
triangle: update starter implementation
9 years ago
FridaTveit
8fe9c1977a
Merge pull request #587 from exercism/546-fix
luhn: update starter implementation
9 years ago
FridaTveit
da79275dfd
Merge pull request #586 from exercism/545-fix
sum-of-multiples: update starter implementation
9 years ago
FridaTveit
de4147e249
Merge pull request #585 from exercism/544-fix
secret-handshake: update starter implementation
9 years ago
Frida Johanne Tveit
888b054e97
simple-linked-list: simplify example implementation
9 years ago
Stuart Kent
e2ef44d56e
Merge pull request #594 from morrme/lsp-remove-final
largest-series-product: remove "final" from class declaration
9 years ago
Stuart Kent
77fdb302b8
Merge pull request #596 from morrme/diamond-remove-final
diamond: remove "final" from test class declaration
9 years ago
morrme
0b65f67daf
diamond: remove "final" from test class declaration
see #571
9 years ago
morrme
bc2fc2fbf7
largest-series-product: remove "final" from class declaration
See #571
9 years ago
Stuart Kent
caa3b3e5d5
Merge pull request #593 from morrme/mine-remove-final
minesweeper: remove "final" from class declaration
9 years ago
Stuart Kent
16d65cbbfe
Merge pull request #592 from morrme/perfect-numbers-remove-final
perfect-numbers: remove "final" from class declaration
9 years ago
Stuart Kent
77fcb80014
Merge pull request #591 from morrme/rectangles-remove-final
rectangles: remove "final" from class declaration
9 years ago
Stuart Kent
f2497e99a4
Merge pull request #590 from morrme/queen-remove-final
queen-attack: remove "final" from class declaration
9 years ago
morrme
2c8ab70564
minesweeper: remove "final" from class declaration
see #571
9 years ago
morrme
ec9f067606
perfect-numbers: remove "final" from class declaration
see #571
9 years ago
morrme
12d4f627ac
rectangles: remove "final" from class declaration
see #571
9 years ago
morrme
0e4fa84fc5
queen-attack: remove "final" from class declaration
See #571
9 years ago
Stuart Kent
c726f0089d
linked-list: exercise generics via tests
9 years ago
Stuart Kent
5ca3f18b04
triangle: fix access modifiers in example
9 years ago
Stuart Kent
089d8bbdf9
triangle: update starter implementation
9 years ago
Stuart Kent
6d7fcdf6d0
Remove unnecessary constructors from exception class
9 years ago
Stuart Kent
3b21174589
luhn: update starter implementation
9 years ago
Stuart Kent
43576c5c3a
sum-of-multiples: update starter implementation
9 years ago