copy description.md and metadata.yml to .meta directory#285
Merged
petertseng merged 1 commit intoexercism:masterfrom May 9, 2017
petertseng:copy-metas
Merged
copy description.md and metadata.yml to .meta directory#285petertseng merged 1 commit intoexercism:masterfrom petertseng:copy-metas
petertseng merged 1 commit intoexercism:masterfrom
petertseng:copy-metas
Conversation
If, as proposed in exercism/DEPRECATED.trackler#45, the proper location of these files moves to the .meta directory, this allows Trackler to freely change its expectations without having to wait for this track to move and/or support multiple locations at once. If the proposal is accepted and implemented, the original files may be removed. Of course, until then, the original files must remain, since Trackler still expects them at the original location.
Contributor
|
Thanks, this is a very helpful copy. I will submit a PR to remove the old files once the trackler changes are live. |
Insti
approved these changes
May 9, 2017
Member
|
The trackler changes have been merged. The changes will go live in the next deploy (today). |
Insti
added a commit
to Insti/xrust
that referenced
this pull request
May 19, 2017
These files were copied into their respective `.meta` directories in exercism#285 The trackler changes to look for the metadata files in the `.meta` directory have been made now, so these versions in the old location are no longer needed.
petertseng
added a commit
to Insti/xrust
that referenced
this pull request
May 19, 2017
This reverts commit 230b91a. Since the previous commit removes the duplicate files, there is no more need to ignore them! The new copies (exercism#285) are in the .meta directory, which is always ignored.
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.
If, as proposed in exercism/DEPRECATED.trackler#45, the
proper location of these files moves to the .meta directory, this allows
Trackler to freely change its expectations without having to wait for
this track to move and/or support multiple locations at once.
If the proposal is accepted and implemented, the original files may be
removed. Of course, until then, the original files must remain, since
Trackler still expects them at the original location.