John S. Ryan
992da7d0dc
Describe how to get started with an exercise.
hace 10 años
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).
hace 10 años
John Ryan
84ebdae07f
Merge pull request #135 from jtigger/add-track-icon
Add track icon.
hace 10 años
John S. Ryan
beaeabe2fe
Add track icon.
hace 10 años
John Ryan
f5278930a0
Merge pull request #133 from jtigger/update-readme-for-journey-test
Describe "simple" setup, leveraging the CI build.
hace 10 años
John Ryan
be7e1e8dc8
Merge pull request #129 from jtigger/add-exercises-key-to-config
Add there "exercises" key to config.json
hace 10 años
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.
hace 10 años
John Ryan
102903890b
Merge pull request #130 from victorvess/test_updates
hace 10 años
Victor Vess
dfc1a84a65
Add testcase to Acronym test for single letter word
hace 10 años
John S. Ryan
983bf5a0a6
Add there "exercises" key to config.json
First step in transitioning from "problems" to "exercises".
Part of exercism/xjava#125.
hace 10 años
Katrina Owen
f4c95f108e
Merge pull request #127 from rcraggs/patch-1
Fixed typo "but the tests are expects"
hace 10 años
Richard
046a00f54d
Fixed typo "but the tests are expects"
hace 10 años
John Ryan
0895b1187b
Merge pull request #122 from samilaine/master
A (partial) fix for the issue #2670
hace 10 años
John Ryan
87e3c15e02
Merge pull request #123 from jtigger/bump-ruby-version
Use same version of Ruby X-API is: now 2.2.5.
hace 10 años
John S. Ryan
c089d70b75
Use same version of Ruby X-API is: now 2.2.5.
hace 10 años
Sami Laine
c419b7206e
INSTALLATION.md: Eclipse integration instructions.
hace 10 años
Sami Laine
dcec8e4702
INSTALLATION.md: Eclipse instructions.
hace 10 años
Matthew Morgan
8ee70ad924
Merge pull request #115 from jeseekia/beer-song
dibs: I will implement exercise beer-song
hace 10 años
John Ryan
a50f003543
Merge pull request #121 from jtigger/merge-build-scripts
Merge journey test scripts into one.
hace 10 años
John S. Ryan
2b9ab89336
Merge journey test scripts into one.
hace 10 años
Matthew Morgan
c7cfe1b078
Merge pull request #120 from bronhuston/journey-test
CI runs journey test
hace 10 años
Dan Neumann
2c3fcdfb0d
Serve exercises from the HEAD of master of xjava
- otherwise this journey is testing not the latest copy of xjava, but
what's at origin/master.
- add progress indicator.
- x-api can't serve binaries; must clean xjava of any build artifacts
(e.g. .class files) before attempting to serve.
Signed-off-by: Bronwyn Perry-Huston <bronhuston@gmail.com>
Signed-off-by: Cen Ge <cge@corelogic.com>
Signed-off-by: John Ryan <jtigger@infosysengr.com>
hace 10 años
Bronwyn Perry-Huston
18b8be1177
Journey now exercises all exercises.
Signed-off-by: Cen Ge <cge@corelogic.com>
Signed-off-by: Dan Neumann <dan@bestangle.com>
Signed-off-by: John Ryan <jtigger@infosysengr.com>
hace 10 años
Dan Neumann
b60bbbd2cd
Setup exercism client
- golang 1.4 networking libs favor IPv4; x-api listening on IPv6
localhost.
- need golang 1.5+
Signed-off-by: Bronwyn Perry-Huston <bronhuston@gmail.com>
Signed-off-by: Cen Ge <cge@corelogic.com>
Signed-off-by: John Ryan <jtigger@infosysengr.com>
hace 10 años
Bronwyn Perry-Huston
c232bccaa6
Stand-up X-API in development mode
Signed-off-by: Cen Ge <cge@corelogic.com>
Signed-off-by: Dan Neumann <dan@bestangle.com>
Signed-off-by: John Ryan <jtigger@infosysengr.com>
hace 10 años
Dan Neumann
53043b2422
Setup CI build environment.
- clone x-api
- use proper version of ruby.
Signed-off-by: Bronwyn Perry-Huston <bronhuston@gmail.com>
Signed-off-by: Cen Ge <cge@corelogic.com>
Signed-off-by: John Ryan <jtigger@infosysengr.com>
hace 10 años
Jeseekia Vaughn
61b8773cb3
beer-song: Adding beer song problem
hace 10 años
Matthew Morgan
675bbe15af
Merge pull request #112 from exercism/fix-binary-test
Add canonical cases to test
hace 10 años
Katrina Owen
3b3b6af60b
Merge pull request #114 from dguardado/fix-test-typo
Fix typo in test name
hace 10 años
Dimas Guardado
1f2fcff988
Fix typo in test name
As I don't think the month of Map exists, I'm guessing this is meant to be May :)
hace 10 años
Katrina Owen
40c67285b7
Merge pull request #113 from exercism/update-contributor-instructions
Modify README to clarify instructions
hace 10 años
Matthew Morgan
15ec39a094
Modify README to clarify instructions
hace 10 años
Matthew Morgan
6804b905c5
Add canonical cases to test
hace 10 años
Matthew Morgan
2221c8dc2c
Merge pull request #111 from exercism/uppercase-oxyphenbutazone
Uppercase oxyphenbutazone
hace 10 años
Matthew Morgan
cebd9d882a
Uppercase oxyphenbutazone
hace 10 años
Matthew Morgan
a8813f2077
Merge pull request #104 from amrtanair/patch-3
Update ABOUT.md
hace 10 años
amrtanair
3633b0fc93
Update ABOUT.md
made the changes in the file.
hace 10 años
Katrina Owen
b03f4f1d72
Merge pull request #99 from exercism/new-exercise-simple-linked-list
Add new exercise simple linked list
hace 10 años
Matthew Morgan
c4b10d7d0b
Add new exercise simple-linked-list
hace 10 años
Matthew Morgan
2becaf4de8
Merge branch 'michaelkunc-fix_image_links_running_tests'
hace 10 años
Matthew Morgan
6311422530
Fix broken links and add images
hace 10 años
Matthew Morgan
53e671d5f9
Merge pull request #95 from matthewmorgan/fix-acronym-meltdown
Fix issue with jarfile
hace 10 años
John Ryan
2343c3c5c1
Merge pull request #96 from trevorhalvorson/master
Add Java learning resources
hace 10 años
Trevor Halvorson
ff612740f4
Add Java learning resources
hace 10 años
Matthew Morgan
1d3ddf5957
Remove gradle dir that is causing issues
hace 10 años
John Ryan
5a6b9b3601
Merge pull request #92 from matthewmorgan/new-exercise-acronym
Add new exercise acronym
hace 10 años
Matthew Morgan
ed69cf8b6d
Add new exercise acronym
hace 10 años
John S. Ryan
39488b7ee8
Merge branch '89-move-exercises'
- closes #89
hace 10 años
John S. Ryan
cdb1da854b
[#89] Adjust README to reflect moved dir.
- fixed a couple typos too.
hace 10 años
John S. Ryan
1b02854ffa
[#89] Move problems under "exercises" dir
With exercism/exercism.io@54e1df3, we can now gather exercises into a
subdirectory. By separating the language track files from the
configuration and management files, it is easier to read the project.
- move gradle config under "exercises" too as it would make a mess
otherwise.
hace 10 años