Frida Johanne Tveit
ebc0ea8afc
isogram: fix build issues
The test file was trying to import the example code which it shouldn't
do. Also removed unneeded package declarations and renamed the test
file to be consistent.
il y a 9 ans
FridaTveit
195a324a23
Merge pull request #435 from exercism/saddle-points
saddle-points: add to track
il y a 9 ans
Stuart Kent
e706dbb679
saddle-points: add to track
il y a 9 ans
Stuart Kent
ffbb48cf66
Merge pull request #429 from FridaTveit/AddIgnoreHint
rna-transcription: add hint to Ignore annotation
il y a 9 ans
Frida Johanne Tveit
c174f86ac7
Change journey test to allow Ignore annotations to have hints
il y a 9 ans
Frida Johanne Tveit
46a310efe2
Merge branch 'master' into AddIgnoreHint
il y a 9 ans
Stuart Kent
f64a37a8c2
Merge pull request #430 from ajayboseac/master
Fixes #420
il y a 9 ans
John Ryan
d4522cd3bb
Merge pull request #431 from jtigger/fix-bundler-patching
Base patched Trackler gem off actual version tag.
il y a 9 ans
John S. Ryan
f413146adc
Base patched Trackler gem off actual version tag.
- was: hand-rolling a version of Trackler based of master and then
applying changes from the PR/commit/local change to that trackler gem.
- now: using the exact tagged version of Trackler as the basis for the
hand-rolled gem.
This fixes the issue where a change make to Trackler's master is
incompatible with the current version of x-api. In short, we were
building the Trackler gem wrong.
il y a 9 ans
Ajay Bose
da215393e2
Fixes #420
nth-prime: simplify example implementation
il y a 9 ans
Frida Johanne Tveit
1a8cd3f955
rna-transcription: add hint to Ignore annotation
il y a 9 ans
FridaTveit
edbb7ab821
Merge pull request #428 from rootulp/secret-handshake
Secret-handshake: remove whitespace
il y a 9 ans
FridaTveit
6e0c6a661f
Merge pull request #427 from rootulp/patch-1
difference-of-squares: remove whitespace
il y a 9 ans
Rootul Patel
838c73553c
Secret-handshake: remove whitespace
il y a 9 ans
Rootul Patel
eaed5e7aff
difference-of-squares: remove whitespace
il y a 9 ans
FridaTveit
f973d33970
Merge pull request #424 from exercism/365-pascals-triangle-overhaul
pascals-triangle: update to v1.0.0 tests
il y a 9 ans
Stuart Kent
4024f15fba
pascals-triangle: update to v1.0.0 tests
il y a 9 ans
John Ryan
7c4dea9dc3
Merge pull request #418 from exercism/prune-extra-keep-files
Add script to prune extraneous .keep files
il y a 9 ans
Stuart Kent
0ac6f639a7
Add probot configuration file (#412 )
Initial configuration specifies that "first-timers only" issues should
be exempt from cleanup.
il y a 9 ans
Stuart Kent
935db42775
Merge pull request #423 from FridaTveit/PalindromeProductsUseInstanceMethod
palindrome-products: make class use instance methods [Fix #377 ]
il y a 9 ans
FridaTveit
a44a30baac
Merge pull request #422 from exercism/bookstore-test-fixes
bookstore: fix test suite equality checks
il y a 9 ans
Stuart Kent
baf477c4af
Merge pull request #421 from FridaTveit/AtbashCipherUseInstanceMethod
atbash-cipher: make class use instance method [Fix #366 ]
il y a 9 ans
Stuart Kent
0e0d28882b
bookstore: fix test suite equality checks
il y a 9 ans
Frida Johanne Tveit
e99bffb0a0
palindrome-products: make class use instance methods
Fixes issue #377 .
il y a 9 ans
Frida Johanne Tveit
065fb5907f
atbash-cipher: make class use instance method
Fixes issue #366 .
il y a 9 ans
Stuart Kent
73e1f5adfb
Add script to prune extraneous .keep files
il y a 9 ans
Stuart Kent
165511f4d6
Merge pull request #417 from ijm7/master
INSTALLATION.md: Fixed spelling errors in documentation
il y a 9 ans
Iain Morton
be0da84869
INSTALLATION.md: Fixed spelling errors in documentation
il y a 9 ans
FridaTveit
ca92e314da
Merge pull request #413 from exercism/flatten-array-update-canonical-tests
flatten-array: update to v1.1.0 of canonical tests
il y a 9 ans
FridaTveit
906963f8c3
Merge pull request #414 from exercism/360-pig-latin-instance-methods
pig-latin: convert to use instance methods
il y a 9 ans
FridaTveit
10784feea9
Merge pull request #415 from exercism/363-prime-factors-instance-method
prime-factors: convert to use instance methods
il y a 9 ans
Stuart Kent
e3c19cfeb7
prime-factors: convert to use instance methods
il y a 9 ans
Stuart Kent
89c90721ab
Merge pull request #409 from FridaTveit/NthPrimeUseInstanceMethod
nth-prime: make use instance method [Fix #358 ]
il y a 9 ans
Stuart Kent
9b27ec28cb
pig-latin: convert to use instance methods
il y a 9 ans
Stuart Kent
93bb0d27c9
flatten-array: update to v1.1.0 of canonical tests
https://github.com/exercism/x-common/blob/d7a3c09b6758a8a5d59a2e140e6684031316280a/exercises/flatten-array/canonical-data.json
il y a 9 ans
Stuart Kent
2110550ec9
Ensure that tests compile as-is before stripping annotations (#408 )
+ bookstore: add missing import statement in tests
il y a 9 ans
Frida Johanne Tveit
0f655addb5
nth-prime: make use instance method
il y a 9 ans
FridaTveit
5c8de882d5
Merge pull request #405 from FridaTveit/TwelveDaysUseInstanceMethod
twelve-days: use instance methods [Fix #357 ]
il y a 9 ans
Frida Johanne Tveit
6e419cbe91
twelve-days: inline constructVerse
il y a 9 ans
FridaTveit
25ac571246
Merge pull request #404 from vasouv/beerSong-instance-methods
Beer song instance methods
il y a 9 ans
Souvatzis Vasilios
92a34f6961
Add setup method for tests
il y a 9 ans
Frida Johanne Tveit
a18cd4174c
twelve-days: make use instance methods
Fixes issue #357 .
il y a 9 ans
Souvatzis Vasilios
f5593e5228
Beer Song refactor to instance methods
Refactoring from static methods to instance methods
il y a 9 ans
Souvatzis Vasilios
485f345f02
Merge remote-tracking branch 'upstream/master'
il y a 9 ans
Stuart Kent
850415253e
Merge pull request #403 from FridaTveit/SumOfMultiplesUseInstanceMethod
sum-of-multiples: use instance method instead of static method [Fix #355 ]
il y a 9 ans
Stuart Kent
6cde4a0312
Merge pull request #398 from FridaTveit/DifferenceOfSquaresUseInstanceMethod
difference-of-squares: adjust API to use instance method [Fix #253 ]
il y a 9 ans
Frida Johanne Tveit
42c8325121
sum-of-multiples: use instance method instead of static method
Fixes issue #355 .
il y a 9 ans
Frida Johanne Tveit
76e60bd67e
difference-of-squares: renamed instance method
il y a 9 ans
FridaTveit
afc3bfc3fa
Merge pull request #402 from vasouv/sieve-redundant-array
Sieve redundant array
il y a 9 ans
Souvatzis Vasilios
477851c752
Removed redundunt array
Switched from Arrays.asList to a Collections.singletonList
il y a 9 ans