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

Finalize deprecation of old language track file structure #3336

Closed
kytrinyx opened this issue Jan 5, 2017 · 5 comments
Closed

Finalize deprecation of old language track file structure #3336

kytrinyx opened this issue Jan 5, 2017 · 5 comments

Comments

@kytrinyx
Copy link
Member

kytrinyx commented Jan 5, 2017

A while back we started moving all of the exercise implementations into a subdirectory called exercises in each of the stand-alone language track repositories.

That is to say that instead of having a mix of bin, docs, and individual exercises,
we can have bin, docs, and exercises in the root of the repository, and all
the exercises collected in a subdirectory.

In other words, instead of this:

x{TRACK_ID}/
├── LICENSE
├── README.md
├── bin
│   └── fetch-configlet
├── bowling
│   ├── bowling_test.ext
│   └── example.ext
├── clock
│   ├── clock_test.ext
│   └── example.ext
├── config.json
└── docs
│   ├── ABOUT.md
│   └── img
... etc

we have something like this:

x{TRACK_ID}/
├── LICENSE
├── README.md
├── bin
│   └── fetch-configlet
├── config.json
├── docs
│   ├── ABOUT.md
│   └── img
├── exercises
│   ├── bowling
│   │   ├── bowling_test.ext
│   │   └── example.ext
│   └── clock
│       ├── clock_test.ext
│       └── example.ext
... etc

The production code handles both variants (and has for a while), but now we're starting to get eager to delete the old code that handles the deprecated version.

There are a few repositories that have not yet moved their exercises, so we'd need to finish doing that first (listed below).

@ajwann
Copy link

ajwann commented Jan 14, 2017

I can take care of this.

@ajwann
Copy link

ajwann commented Jan 14, 2017

exercism/cpp#63 is already done
PR to xcoldfusion
PR to xhaxe
PR to xnasm
PR to xtcl
PR to xvbnet

Two projects, xnasm and xtcl don't have any exercises. For those projects I just created the exercises directory and put a note inside referencing this issue and instructing future contributors to put new exercises in the exercises directory.

@kytrinyx
Copy link
Member Author

Thank you so much @definemethod! I'm so excited about all the code we'll get to delete now :-)

@ajwann
Copy link

ajwann commented Jan 28, 2017

Happy to help!

@stale
Copy link

stale bot commented Sep 26, 2017

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot closed this as completed Oct 3, 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

No branches or pull requests

2 participants