Conversation
A lot of exercise READMEs have instructions to run the 'debug' command if you get stuck. E.g. every exercise in Python: https://github.com/exercism/python/blob/a83f53697a1a213967838a78b86f2b358727d76f/exercises/etl/README.md#submitting-exercises We can update these, however in the website we pin people's solution to the HEAD SHA of the track repo at the time when they unlock the solution. So only people who have not already unlocked an exercise with the incorrect command would get the update. Adding 'debug' as an alias makes this 'just work'.
nywilken
approved these changes
Jul 24, 2018
Contributor
nywilken
left a comment
There was a problem hiding this comment.
I’m going to try and update the bash completion files this week to account for the new commands as it has a reference to a —debug which is no longer valid.
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
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.
A lot of exercise READMEs have instructions to run the 'debug'
command if you get stuck. E.g. every exercise in Python:
https://github.com/exercism/python/blob/a83f53697a1a213967838a78b86f2b358727d76f/exercises/etl/README.md#submitting-exercises
We can update these, however in the website we pin people's solution
to the HEAD SHA of the track repo at the time when they unlock the solution.
So only people who have not already unlocked an exercise with the incorrect
command would get the update.
Adding 'debug' as an alias makes this 'just work'.
Closes #664
Closes #626