Stuart Kent
f2497e99a4
Merge pull request #590 from morrme/queen-remove-final
queen-attack: remove "final" from class declaration
пре 9 година
morrme
0e4fa84fc5
queen-attack: remove "final" from class declaration
See #571
пре 9 година
Stuart Kent
3e55b7d00a
Merge pull request #574 from FridaTveit/AddHintFileToRnaTranscription
hello-world: explain UnsupportedOperationException in HINT.md file [Fix #350 ]
пре 9 година
Frida Johanne Tveit
8922256d48
hello-world: reword HINT.md
пре 9 година
FridaTveit
05bc1f7d5e
Merge pull request #583 from morrme/robot-remove-final
robot-simulator: remove "final" keyword from test declaration
пре 9 година
morrme
63ec173804
robot-simulator: remove "final" keyword from test declaration
See #571
пре 9 година
FridaTveit
0c4b33dc53
Merge pull request #580 from morrme/flattener-remove-final
flatten-array: remove final from class name
пре 9 година
FridaTveit
db4c04e311
Merge pull request #581 from morrme/ocr-remove-final
ocr-numbers: remove "final" keyword from test declaration
пре 9 година
FridaTveit
91fd45eee9
Merge pull request #582 from morrme/secret-handshake-remove-final
secret-handshake: remove "final" keyword from test declaration
пре 9 година
morrme
01d1393cc9
secret-handshake: remove "final" keyword from test declaration
See #571
пре 9 година
morrme
7707152916
ocr-numbers: remove "final" keyword from test declaration
See #571
пре 9 година
morrme
7f89b27006
remove final from class name
see #571
пре 9 година
FridaTveit
6b268e2bec
Merge pull request #560 from exercism/538-gigasecond-starter
gigasecond: standardize starter implementation
пре 9 година
Stuart Kent
0fb1f02f20
Merge pull request #578 from FridaTveit/AddNewExercisesToSettings
Add kindergarten-garden and run-length-encoding to settings.gradle
пре 9 година
Stuart Kent
581761deee
gigasecond: revert parameter name change
пре 9 година
FridaTveit
7afc483503
Merge pull request #575 from morrme/wps-remove-final
wordy: remove "public final" from test class
пре 9 година
FridaTveit
ee515bc7e9
Merge pull request #576 from morrme/bracket-remove-final
bracket-push: remove "public final" from test class
пре 9 година
FridaTveit
a7bc8fb955
Merge pull request #577 from morrme/base-remove-final
all-your-base: remove "public final" from test class
пре 9 година
Frida Johanne Tveit
e1162b2588
Add kindergarten-garden and run-length-encoding to settings.gradle
пре 9 година
Frida Johanne Tveit
79599783d3
hello-world: add hint file which explains UnsupportedOperationException
This hint file should be added to this exercise as it is the first one
which uses UnsupportedOperationException. The file has been moved from
rna-transcription as that exercise comes later in the track.
пре 9 година
morrme
d087fc1993
Update WordProblemSolverTest.java
пре 9 година
morrme
536ea29280
Update BracketCheckerTest.java
пре 9 година
morrme
fb923dc57b
all-your-base: re-added public keyword
пре 9 година
Stuart Kent
d5758b631f
Merge pull request #572 from weibeld/diff-of-squares-add-edge-cases
difference-of-squares: synchronize tests with x-common
пре 9 година
morrme
33afa7c5f9
all-your-base: remove "public final" from test class
See #571
пре 9 година
morrme
7a734df5a7
bracket-push: remove "public final" from test class
See issue #571
пре 9 година
morrme
2236f54045
wordy: remove "public final" from test class
пре 9 година
Daniel Weibel
76be846537
difference-of-squares: add version to test suite
Goal: synchronize version numbers of generic test suites in x-common
and concrete test suites in the individual tracks.
пре 9 година
FridaTveit
993375a576
Merge pull request #525 from Smarticles101/gitattributes
Add gitattributes file to enforce LF eol's
пре 9 година
Frida Johanne Tveit
987e522cfb
rna-transcription: explain UnsupportedOperationException in HINT.md file
пре 9 година
FridaTveit
7ca97c4ad2
Merge pull request #526 from Smarticles101/kindergarten-garden
kindergarten-garden: add to track
пре 9 година
Logan Stucki
86ab57d498
Uncommented @Ignore's
пре 9 година
Logan Stucki
24011514a0
getPlantsOfStudent returns a list instead of an Array
fixed casing on newRowLocation variable
fixed misspelling of int
пре 9 година
FridaTveit
414d96c68b
Merge pull request #559 from exercism/537-hamming-starter
hamming: standardize starter implementation
пре 9 година
Daniel Weibel
1a04860b04
difference-of-squares: synchronize tests with x-common
пре 9 година
Smarticles101
851f61e0a9
Yikes
пре 9 година
Stuart Kent
f4e5480375
Merge pull request #570 from FridaTveit/SimpleLinkedListRemoveDeprecatedMethods
simple-linked-list: fix array comparison in tests [Fix #567 ]
пре 9 година
Smarticles101
1689563753
Added Frida's suggestions.
Code is more readable.
Use an enum instead of storing plants as strings.
Use a List rather than an Array.
More minor stuff.
пре 9 година
Frida Johanne Tveit
ab9a7af8e0
simple-linked-list: fix array compartison in tests
Replace deprecated methods and ensure order of arguments is correct.
пре 9 година
FridaTveit
c47b2bbefb
Merge pull request #566 from exercism/scrabble-score-cleanup
scrabble-score: remove unused import; clean up test formatting
пре 9 година
FridaTveit
7e3f00ec3f
Merge pull request #565 from exercism/539-space-age-starter
space-age: standardize starter implementation
пре 9 година
FridaTveit
e09c2e01bb
Merge pull request #564 from exercism/542-raindrops-starter
raindrops: standardize starter implementation
пре 9 година
FridaTveit
c7eab63ab6
Merge pull request #563 from exercism/541-scrabble-score-starter
scrabble-score: standardize starter implementation
пре 9 година
FridaTveit
c2aad942c7
Merge pull request #561 from exercism/543-difference-of-squares-starter
difference-of-squares: standardize starter implementation
пре 9 година
FridaTveit
3476be91f1
Merge pull request #562 from exercism/540-acronym-starter
acronym: standardize starter implementation
пре 9 година
FridaTveit
7a947a7002
Merge pull request #558 from exercism/536-pangram-starter
pangram: standardize starter implementation
пре 9 година
FridaTveit
1c1b1f67f5
Merge pull request #557 from exercism/535-rna-starter
rna-transcription: standardize starter implementation
пре 9 година
FridaTveit
2e3d325f6c
Merge pull request #556 from exercism/533-hello-world-starter
hello-world: standardize starter implementation
пре 9 година
FridaTveit
cae83b7cb2
Merge pull request #532 from exercism/deprecate-strain-accumulate
Deprecate accumulate and strain
пре 9 година
Stuart Kent
71c85f3bd9
scrabble-score: remove unused import; clean up test formatting
пре 9 година