John Ryan
d6770852a8
largest-series-product: add to track (#173 )
* largest-series-product: add to track
* Add note to largest-series-product tests about JUnit Rules
9 лет назад
Stuart Kent
1cbfd2f64a
Add note to largest-series-product tests about JUnit Rules
9 лет назад
Alessandro Baffa
912013d9a6
Remove Guava and use JUnit assert (#170 )
* remove Guava and use JUnit assert
* reassign old to Collection.unmodifiable
* reassign variable expected
9 лет назад
John Ryan
ea0d2b79ff
Merge pull request #176 from imwithsam/patch-1
Fix minor typo
9 лет назад
Samson Brock
4f6bcf4dc5
Fix minor typo
Remove duplicate "the"
9 лет назад
Stuart Kent
ececfdda84
largest-series-product: add to track
9 лет назад
John Ryan
bb4acbfc98
Merge pull request #172 from stkent/standardize-junit-version
Standardize on JUnit 4.12
9 лет назад
John Ryan
91a65d79d0
Merge pull request #156 from mienaikage/java-installation-instructions
10 лет назад
Stuart Kent
2fe06adae0
Standardize on JUnit 4.12
10 лет назад
John Ryan
843b7f53ad
Merge pull request #169 from stkent/difference-of-squares
difference-of-squares: add to track
10 лет назад
Stuart Kent
25f3d8d8cc
difference-of-squares: add to track
10 лет назад
John Ryan
ed74b36858
Merge pull request #159 from jtigger/journey-builds-trackler
Journey builds trackler
10 лет назад
Emil Sit
ef9bd580ae
ABOUT: Minor formatting cleanups
Fix spacing around punctuation.
Expand out acronyms first and add contraction in parens.
Adjust list of built-ins.
10 лет назад
John S. Ryan
c85d0a34e2
(refactor) Cleanup Journey Test script.
10 лет назад
John Ryan
20b872ec8e
Merge pull request #153 from exercism/remove-joda
Replace JodaTime in Meetup with standard lib
10 лет назад
John Ryan
806d2ba6aa
Merge pull request #157 from mienaikage/remove-duped-code
Remove duplicated lines
10 лет назад
John S. Ryan
993fbd035d
Do bundle install before building trackler.
10 лет назад
John S. Ryan
2a5cd84f8d
Update journey test to build trackler.
Track data has been factored into a separate gem: trackler. The build
was breaking.
(see also exercism/x-api#141)
10 лет назад
Daniel Mita
b51a531c7e
Remove duplicated lines
10 лет назад
Daniel Mita
35ce68fd8b
PPA for gradle
10 лет назад
Matt Morgan
97c953b5a7
Replace JodaTime with standard lib
10 лет назад
Matthew Morgan
2fe109c09c
Merge pull request #146 from jtigger/add-pangram-tests
Nice work! @jtigger
10 лет назад
John S. Ryan
a8bf09053c
Add missing tests to Pangram.
- ensure titles of tests match those in
https://github.com/exercism/x-common/blob/master/exercises/pangram/canonical-data.json
10 лет назад
John Ryan
a06693f9f8
Merge pull request #145 from alexcameron89/patch-3
Update ABOUT.md
10 лет назад
John Ryan
f33dd728dd
Merge pull request #144 from exercism/quick-start-quide
Add quick start guide
10 лет назад
Alex Kitchens
f64ff23bb5
Update ABOUT.md
10 лет назад
Matt Morgan
57f773c149
Add quick start guide
10 лет назад
Matthew Morgan
38110bd9ec
Merge pull request #139 from jtigger/ignore-all-but-first-test
Ignore all but first test in hello-world
10 лет назад
John S. Ryan
13a7d1b7e4
(minor) Fix indentation.
10 лет назад
John S. Ryan
35adc66f37
Mark all but first test @Ignore in all exercises
- in journey test, remove @Ignores so that test runs exercise all tests.
- increase the verbosity of test logging to aide in seeing progress as
tests are un@Ignored and solved.
- saving scripts used to make changes to all exercises. These are the
start of a library of scripts making such changes easier.
- make Gradle output more CI-friendly.
10 лет назад
John S. Ryan
869781b9c4
Mark all but first test @Ignore in hello-world
- in base build script, filter out @Ignores so that maintainers can run
the full test suites.
- increase the verbosity of test logging to aide in seeing progress as
tests are un@Ignored and solved.
- revamped GETTING_STARTED.md to reflect new output. It is now a
complete guide from start to finish with calls-to-action at the end of
the instructions.
10 лет назад
John Ryan
2b217ada1f
Merge pull request #106 from sit/incremental-test-execution
Initial POC of how to ignore all-but-first test
10 лет назад
Matthew Morgan
78244a25d9
Merge pull request #137 from jtigger/add-setup-text
Describe how to get started with an exercise.
10 лет назад
John S. Ryan
992da7d0dc
Describe how to get started with an exercise.
10 лет назад
John Ryan
37721c40bf
Revamp installation and test instructions (#136 )
- Ensure only installation instructions are in INSTALLATION.md and only
instructions for running tests are in TESTS.md.
- Remove install instructions for IDEs:
- IDEs start to pay dividends when your codebase gets large enough that the refactoring and code navigation features start to seriously increase your efficiency; Exercism programs are, by design, toy-sized;
- There are far fewer instructions to getting started when doing it from the command-line (and therefore less likely to get wrong).
- Focus on using package managers:
- these tools provide the right kind of "magic" — you really don't need to know the installation details to start programming;
- they automatically perform steps that can be hard to describe and do right (less likely to get wrong).
10 лет назад
John Ryan
84ebdae07f
Merge pull request #135 from jtigger/add-track-icon
Add track icon.
10 лет назад
John S. Ryan
beaeabe2fe
Add track icon.
10 лет назад
John Ryan
f5278930a0
Merge pull request #133 from jtigger/update-readme-for-journey-test
Describe "simple" setup, leveraging the CI build.
10 лет назад
John Ryan
be7e1e8dc8
Merge pull request #129 from jtigger/add-exercises-key-to-config
Add there "exercises" key to config.json
10 лет назад
John S. Ryan
0216567555
Describe "simple" setup, leveraging the CI build.
- trimmed a bunch: the fewer words used, the more words read.
- removed step-by-step full setup in favor of referring to the CI
script.
10 лет назад
John Ryan
102903890b
Merge pull request #130 from victorvess/test_updates
10 лет назад
Victor Vess
dfc1a84a65
Add testcase to Acronym test for single letter word
10 лет назад
John S. Ryan
983bf5a0a6
Add there "exercises" key to config.json
First step in transitioning from "problems" to "exercises".
Part of exercism/xjava#125.
10 лет назад
Katrina Owen
f4c95f108e
Merge pull request #127 from rcraggs/patch-1
Fixed typo "but the tests are expects"
10 лет назад
Richard
046a00f54d
Fixed typo "but the tests are expects"
10 лет назад
John Ryan
0895b1187b
Merge pull request #122 from samilaine/master
A (partial) fix for the issue #2670
10 лет назад
John Ryan
87e3c15e02
Merge pull request #123 from jtigger/bump-ruby-version
Use same version of Ruby X-API is: now 2.2.5.
10 лет назад
John S. Ryan
c089d70b75
Use same version of Ruby X-API is: now 2.2.5.
10 лет назад
Sami Laine
c419b7206e
INSTALLATION.md: Eclipse integration instructions.
10 лет назад
Sami Laine
dcec8e4702
INSTALLATION.md: Eclipse instructions.
10 лет назад