matthewstyler
2b233a5e09
Fixes #737
Use string builder over looped string concatenation.
9 anos atrás
Logan Stucki
750176d231
add fall back if jq fails to get modified files
9 anos atrás
Logan Stucki
1161592683
revert testing edit of accumulate and wordy
9 anos atrás
Logan Stucki
eabcc1fa6d
Test all exercises modified
9 anos atrás
Logan Stucki
f766928533
Modify another exercise to test testing multiple
9 anos atrás
Logan Stucki
02ea23fa2d
tempfile variable added to journey-test for single exercise solve
9 anos atrás
Logan Stucki
cb10b94272
rvm only works with login shell
9 anos atrás
Logan Stucki
7d96b3fe95
test modify exercise
9 anos atrás
Logan Stucki
e5d6d3760a
Add script to run journey test into it's own file in order to make it less complicated
9 anos atrás
Logan Stucki
12e53383fb
Travis build will only test against one exercise that's been modified
9 anos atrás
Logan Stucki
6e9bc5d71c
Only install ruby if running journey-tests
9 anos atrás
Logan Stucki
94a7e5d9af
Only run journey-tests if config.json or exercises dir has been modified
9 anos atrás
Stuart Kent
a5ff015d74
Merge pull request #736 from FridaTveit/ClarifyImplementationDependencies
ABOUT.md: remove confusing sentence
9 anos atrás
Frida Tveit
a151872138
ABOUT.md: remove confusing sentence
9 anos atrás
Logan Stucki
e6a0cea7a1
Merge pull request #735 from FridaTveit/UpdateAbout
ABOUT.md: update formatting for Nextercism
9 anos atrás
Frida Tveit
1253605168
ABOUT.md: update formatting for Nextercism
9 anos atrás
Eileen
1b8888b555
add tests for invalid input edge cases
9 anos atrás
Logan Stucki
4bf6ff1c2b
Merge pull request #733 from m-a-ge/issue_728
[WIP] Adds additional test for two-fer exercise
9 anos atrás
Ilya Khadykin
6065b40f71
Adds additional test for two-fer exercise
9 anos atrás
Logan Stucki
a9fa9a422e
Merge pull request #732 from FridaTveit/ChooseCoreExercises
Choose core exercises
9 anos atrás
Frida Tveit
4d38c4155e
Specify unlocked_by for house
9 anos atrás
Frida Tveit
5478ad9696
Merge branch 'master' into ChooseCoreExercises
9 anos atrás
FridaTveit
d55c830aa0
Merge pull request #709 from Smarticles101/house-implement
house: add to track
9 anos atrás
Frida Tveit
8bdfc7e960
Choose core exercises
Update config.json to set which exercises are core and which ones are
unlocked by other exercises.
9 anos atrás
Logan Stucki
194b319936
house: add to track
9 anos atrás
Stuart Kent
e476e79371
Merge pull request #729 from McEileen/patch-1
Fix broken link - exercism.io: Installing Java
9 anos atrás
FridaTveit
fe41f1d4ec
Merge pull request #727 from m-a-ge/Series_example_refactoring
Series example refactoring
9 anos atrás
McEileen
edc7ea3bb8
Fix broken link - exercism.io: Installing Java
I fixed the link path to end in "installation" instead of "installing"
9 anos atrás
Ilya Khadykin
ffbf72f1b4
Adds minor code formatting changes
9 anos atrás
Ilya Khadykin
cf198f4dd3
Changes access modifier to packe private for Series example class
9 anos atrás
Ilya Khadykin
13e36bc057
Refactors lambda in Series constructor
9 anos atrás
FridaTveit
ecccc5b5bc
Merge pull request #726 from zwaltman/Fix649
Use Collections.singletonList in custom-set tests
9 anos atrás
Zach Waltman
12c0e4707d
Use Collections.singletonList in custom-set tests
9 anos atrás
FridaTveit
842f2ac6c8
Merge pull request #725 from zwaltman/master
Fix spelling errors in custom-set, word-count test names
9 anos atrás
Zach Waltman
62d9c5b26c
Fix spelling errors in custom-set, word-count test names
9 anos atrás
Stuart Kent
58e4ffb9fb
maintainers: add known alumni
9 anos atrás
Stuart Kent
ee7d5df556
Merge pull request #724 from Smarticles101/update-travis-webhook
Update gitter webhook for travis integration
9 anos atrás
Logan Stucki
d81ed1213c
Update gitter webhook for travis integration
9 anos atrás
Katrina Owen
85d81850a0
Merge pull request #722 from kytrinyx/generate-maintainer-json
Add default maintainers file
9 anos atrás
Katrina Owen
5e1d9f7d5b
Add default maintainers file
We wish to feature the maintainers of each track on the new (nextercism) website. Ideally, the bios will be tailored to each track, giving a friendly view into each maintainer's background and interest in the language, and even (perhaps) what they enjoy most about maintaining the track, or what type of things they tend to focus on.
The main reasons for including these are to:
* provide a stronger basis for empathy with maintainers
* give well-deserved recognition
* plant a seed in people's minds that _Exercism tracks are maintained by people like me... I could do that!_
Being featured on the Exercism website is entirely optional, and we're generating all the data with show_on_website=false so that if you don't want to bother, you don't have to change anything.
If you've moved on, or decide to do so, please submit and merge a PR (for visibility to the others involved) that sets **alumnus** to _true_ for your maintainer entry. I'm working on a bot that will update the GitHub team to reflect the current state of this file.
We can merge this as is, and any changes can be added in subsequent pull requests.
9 anos atrás
FridaTveit
8617e8aa3d
Merge pull request #717 from mohamedFalah/update-tutorial-in-1st-excersice
update TUTORIAL.md [Hello World!] exercise
9 anos atrás
mohamedFalah
1c50736fc1
[installing java] to [installing java and Gradle]
9 anos atrás
FridaTveit
7d1cbc7cdb
Merge pull request #721 from michaelspets/sum-of-multiples719
sum-of-multiples: replace forloop
9 anos atrás
MichaelSpets
ee129aabdf
sum-of-multiples: replace forloop
9 anos atrás
mohamedFalah
e4e2a2232e
installing java Link updated
9 anos atrás
mohamedFalah
b3203f614e
update TUTORIAL.md
in this first exercise, i face the problem that Gradle was not installed on my device. the tutorial doesn't mention this part. even before i fetch the exercise there was no mention to the Gradle in the installation. so I think as a beginner it might help to add this part to the new people will try and use the tutorial in future and some of them will probably face this issue.
9 anos atrás
Stuart Kent
c6ed961f20
Merge pull request #712 from FridaTveit/FixGettingStartedLink
TESTS.md: fix link to tutorial
9 anos atrás
Frida Tveit
1797fb4cd7
TESTS.md: remove other references to GETTING-STARTED.md
9 anos atrás
Frida Tveit
1b53080db6
TESTS.md: fix link to tutorial
9 anos atrás
Stuart Kent
69eecef632
Merge pull request #699 from FridaTveit/NucleotideCountRenameClasses
nucleotide-count: rename classes
9 anos atrás