From b808d51741b2709dec05ec28bf1dbff92b4e43b1 Mon Sep 17 00:00:00 2001 From: Katrina Owen Date: Sun, 18 Jun 2017 11:02:02 -0600 Subject: [PATCH 1/3] Remove leading 'x' from repository name The leading 'x' is kind of arbitrary. Especially now that we can set topics on the repositories, we don't need a pattern to distinguish what is a track or not. The repository itself has already been renamed. GitHub redirects from the old name to the new name, so we do not have to rush to fix links to the old repository name, though we should update them for the sake of clarity. --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 95f67c1..c720e7b 100644 --- a/config.json +++ b/config.json @@ -1,7 +1,7 @@ { "slug": "sml", "language": "Standard ML", - "repository": "https://github.com/exercism/xsml", + "repository": "https://github.com/exercism/sml", "checklist_issue": 8, "active": false, "test_pattern": "^test_*.sml$", From 37b439b6cc198ecdecb1285947f2be17eed4a81b Mon Sep 17 00:00:00 2001 From: Katrina Owen Date: Sun, 18 Jun 2017 16:32:07 -0600 Subject: [PATCH 2/3] Remove reference to old repo name [skip ci] --- docs/EXERCISE_README_INSERT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/EXERCISE_README_INSERT.md b/docs/EXERCISE_README_INSERT.md index 0d846d4..8c556c0 100644 --- a/docs/EXERCISE_README_INSERT.md +++ b/docs/EXERCISE_README_INSERT.md @@ -13,7 +13,7 @@ You will need an SML interpreter to solve these problems. There are several popu #### Example: - cd ~/exercism/xsml/accumulate + cd ~/exercism/sml/accumulate poly Poly/ML 5.2 Release > use "test_accumulate.sml"; From 6cde455cf1ab7e10648d17e213b1fd84c4aeb7ce Mon Sep 17 00:00:00 2001 From: Hans Roman Date: Sun, 18 Jun 2017 18:13:03 -0500 Subject: [PATCH 3/3] Remove leading 'x' form README's title --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index aec5cdb..307a12d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# xSML +# Exercism Standard ML Track Exercism problems in the Standard ML programming language @@ -9,5 +9,3 @@ Please see SETUP.md for instructions on how to get started solving the SML exerc ## Contributing Guide Please see the [contributing guide](https://github.com/exercism/x-api/blob/master/CONTRIBUTING.md#the-exercise-data) - -