Skip to content
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

generators: Remove non custom templates #574

Merged
merged 26 commits into from
Apr 28, 2017

Conversation

hilary
Copy link
Contributor

@hilary hilary commented Apr 28, 2017

Description

Remove exercises/<whatever>/example.tt when it has no changes from lib/generator/test_template.erb. In this PR I'm only removing 'custom' templates for exercises which are already using (or essentially using) the default templates

For those interested in stats, after this PR, 26 of 38 generators use the default template. Many more could also use the default template, however, converting them is beyond the scope of this PR.

Motivation and Context

Removing the unnecessary example.tt is cleanup post #572 and prep for moving all exercise metadata under .meta

How Has This Been Tested?

After removing each file, I regenerate the test for the exercise and use git to check that using the default creates no changes.

Types of changes

Cleanup. (This ought to be a type in the list!)

References and Closures

#572

Checklist:

  • My change requires a change to the documentation.
  • My change relies on a pending issue/pull request
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@hilary hilary changed the title [WIP] generators: Remove non custom templates generators: Remove non custom templates Apr 28, 2017
@kotp kotp merged commit d9cd6f0 into exercism:master Apr 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants