FridaTveit
95ede81388
Simplify construction logic for palindrome products (#305 )
* Simplify construction logic for palindrome products
Fixes issue #283
* Refactor palindrome test comparator into a named function
il y a 9 ans
Stuart Kent
01cdd3d7a2
Merge pull request #285 from FridaTveit/AnagramChangeTestNamesAndOrder
Change order and names of anagram tests
il y a 9 ans
Frida Tveit
f664dcd70d
Change test names and order slightly to match canonical data
il y a 9 ans
Dmitry Noranovich
41fe578fe2
list-ops: add to track (#207 )
* Added list-ops exercise to the Java track
* Removed NetBeans settings from the project dir
* Added collect() operation and tests
il y a 9 ans
Stuart Kent
a6989ccf4d
Reorder track (#286 )
* Remove deprecated problems key
This should have no effect on the track since the problems key is
long-deprecated, see https://github.com/exercism/x-api/pull/137 for
confirmation.
* Reorder exercises array to match initial difficulty rankings
* Assign integer difficulties to all ranked exercises
* Adjust difficulty rating and position of grade-school
il y a 9 ans
FridaTveit
bd611c38bd
Merge pull request #273 from exercism/change
change: add to track
il y a 9 ans
FridaTveit
d42ade894b
Merge pull request #308 from michaelspets/hamming304
hamming: make test names consistent [Fix #304 ]
il y a 9 ans
MichaelSpets
b3f33dd4db
hamming: remove signature for unchecked exceptions [Fix #304 ]
il y a 9 ans
FridaTveit
1eb0b2c6d2
Merge pull request #309 from jtigger/build-jq-in-ci
Build jq from source.
il y a 9 ans
John S. Ryan
ce94626949
Build jq from source.
- we need version 1.5 and can't get it from the official repo.
- includes adjusting the PATH so that our tools (like jq) get
precedence.
il y a 9 ans
FridaTveit
45ece96289
Merge pull request #307 from extrika/nucleotide-edits
Issue #306 : fix spelling mistakes in test names
il y a 9 ans
Sebastien Duguay
d6b8fb88a2
Update Issue #306 : cytidine to cytosine
il y a 9 ans
MichaelSpets
0191e43e9e
hamming: make test names consistent [Fix #304 ]
*Remove mention of "complete"
*Fix spelling mistake in second test
*Add throws Exception to methods that throw exceptions
il y a 9 ans
Sebastien Duguay
a551582e23
Issue #306 : fix spelling mistakes in test names
il y a 9 ans
FridaTveit
4e98d87290
Merge pull request #293 from michaelspets/junit_rules
Migrate to JUnit @Rule in triangle exercise [Fix #268 ]
il y a 9 ans
MichaelSpets
73183466c4
triangle: specify the type of exceptions
il y a 9 ans
Stuart Kent
41d07997c7
Merge pull request #300 from odzeno/nucleotide-count
Nucleotide-count: use JUnit's @Rule feature [Fix #264 ]
il y a 9 ans
Stuart Kent
dc376cacb7
Merge pull request #301 from odzeno/pascals-triangle
Pascals-triangle: use JUnit's @Rule feature [Fix #265 ]
il y a 9 ans
Stuart Kent
99c85ec33a
Merge pull request #303 from odzeno/simple-linked-list
Simple-linked-list: use JUnit's @Rule feature [Fix #267 ]
il y a 9 ans
Stuart Kent
8eed8d6b3a
Merge pull request #299 from odzeno/nth-prime
Nth-prime: use JUnit's @Rule feature [Fix #263 ]
il y a 9 ans
Stuart Kent
07f6c74052
Merge pull request #302 from odzeno/series
Series: use JUnit's @Rule feature [Fix #266 ]
il y a 9 ans
Omerovic Dzenan
add44e0c5e
Simple-linked-list: use JUnit's @Rule feature
il y a 9 ans
Omerovic Dzenan
12ba3e102a
Fix typo
il y a 9 ans
Omerovic Dzenan
0b6f0f6858
Series: use JUnit's @Rule feature
il y a 9 ans
Omerovic Dzenan
767c790997
Pascals-triangle: use JUnit's @Rule feature
il y a 9 ans
Omerovic Dzenan
d21b7ec95d
Nucleotide-count: use JUnit's @Rule feature
il y a 9 ans
Omerovic Dzenan
72284de5fb
Nth-prime: use JUnit's @Rule feature
il y a 9 ans
FridaTveit
cb879d3a42
Merge pull request #298 from odzeno/Allergies
Allergies: remove redundant array creation [Fix #275 ]
il y a 9 ans
Omerovic Dzenan
44aa7d3293
Allergies: remove redundant array creation
il y a 9 ans
FridaTveit
02a6a0263e
Merge pull request #296 from odzeno/HammingTest
Change @Test expected parameter to @Rule ExpectedException in hamming [Fix #262 ]
il y a 9 ans
Omerovic Dzenan
542a10353c
Change @Test expected parameter to @Rule ExpectedException in hamming
il y a 9 ans
MichaelSpets
1b91da8bfa
triangle: change test exception param to @Rule
il y a 9 ans
MichaelSpets
4782e3c702
Change JUnit @Test expected parameter with ExpectedException @Rule in triangle exercise [Fix #268 ]
il y a 9 ans
MichaelSpets
63784f3bd6
Change JUnit @Test expected parameter with ExpectedException @Rule in triangle exercise [Fix #268 ]
il y a 9 ans
Stuart Kent
30b659264e
Merge pull request #291 from odzeno/develop
Change test names to Camel case
il y a 9 ans
FridaTveit
c5fb479925
Merge pull request #289 from exercism/luhn-update-test-suite
luhn: update to latest canonical tests
il y a 9 ans
Omerovic Dzenan
8405d37f68
Merge branch 'develop' of https://github.com/odzeno/xjava into develop
il y a 9 ans
Omerovic Dzenan
f120998d97
Fix typo
il y a 9 ans
Omerovic Dzenan
a68999ab28
Change test names to Camel case
il y a 9 ans
Stuart Kent
e349939033
luhn: update test names for clarity
il y a 9 ans
FridaTveit
6e624c0e3f
Merge pull request #277 from FridaTveit/JourneyTestMakeWorkWithExercises
Issue #154 : make journey-test.sh use exercises
il y a 9 ans
Omerovic Dzenan
8797a2ba2a
Change test names to Camel case
il y a 9 ans
Frida Tveit
b4767d6084
Merge branch 'master' into JourneyTestMakeWorkWithExercises
il y a 9 ans
Stuart Kent
1fc7c87a28
Merge pull request #287 from alpakhomov/issue#276
Issue #276 : linked-list: Rename Deque to DoublyLinkedList
il y a 9 ans
Stuart Kent
447c5dc2f1
luhn: update to latest canonical tests
il y a 9 ans
Stuart Kent
2cc2d71722
Update LuhnValidator.java
il y a 9 ans
Stuart Kent
0e59f34128
luhn: fix example solution
Previously this code was applying the required operations to every
second digit starting from the LEFT. The correct solution applies the
required operations to every second digit starting from the RIGHT. The
fact that this was not caught by the tests is a problem! The canonical
tests have been updated since this exercise was last overhauled, so next
steps should be to update to match the expanded canonical test suite,
then test against a broken implementation to see if it is now caught.
Even if it is, it may be worth including an explicit left vs right test
in the canonical suite if one does not already exist.
il y a 9 ans
al-pakhomov
c37cc2a5d5
Issue #276 : linked-list: Rename Deque to DoublyLinkedList
il y a 9 ans
FridaTveit
a86d10fd69
Issue #261 : Bring phone-number into compliance with canonical data (#274 )
Issue #261 : Bring phone-number exercise in to compliance with canonical data
il y a 9 ans
Frida Tveit
814d116270
Remove symlinks
il y a 9 ans