forked from exercism/racket
-
Notifications
You must be signed in to change notification settings - Fork 0
Fix for mbertheau's fix meetup #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Put exercises into a logical order
Add say exercise
Because the integer-in contract includes its bounds. Also, made UPPER-BOUND a computed constant.
Changed the body of two functions and added some tests.
Add the accumulate problem
The example should be working, I need to fix the tests.
There is some reasoning to be done about the contract in the example, but the code should be fine.
Or the run of the test will not show anything (run-rests should be part of the test module, not of the test-suite).
The input is now checked in tests. To check the output, one can just change the last line of the example implementation by removing the application of the function string-downcase to see the contract failing spectacularly.
Clean up whitespace and re-indent run-tests form
…eses-in-accumulate Fix unbalanced parentheses
Update accumulate-test.rkt
It was a leftover of debugging mode. Thanks @yurrriq for the tip.
Implement etl
Added docs for api v3
[say] fix example.rkt upper bound
Use Travis CI containerized builds
Add Roman Numerals exercise
Remove help.exercism.io references
See exercism/exercism#2925 for more details.
Copy track icon into language track repository
hashes-equal? no longer returns #t when actual is empty.
move exercises to exercises subdirectory
3 tasks
Not thrilled with the way that testing is done in exercism for racket... I've moved a number of tests over to test-case + check-true/false and refactored into lists-equiv? that uses check-equal?. Revamping the other tests will come some other time. rewording commit message to force push and knock some sense into POS travisci.
Added first pass at allergies problem.
Added first pass at scrabble-score for racket.
experimenting with getting travis happier with racket
Still not working with, e.g., TZ=America/Chicago
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.