summaryrefslogtreecommitdiff
path: root/yarns/implementations.yarn
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@gmail.com>2014-07-18 16:10:18 +0100
committerRichard Maw <richard.maw@codethink.co.uk>2014-07-22 15:55:26 +0100
commita464a9e4f1e20ce98308470ac8adf87fec415407 (patch)
treecd993e31bffadf3ae265492ad404a47521b5c4ce /yarns/implementations.yarn
parent63aa14fc7fd988b03f2206cc9ed7503afa7039a0 (diff)
downloadmorph-a464a9e4f1e20ce98308470ac8adf87fec415407.tar.gz
Remove use of "morph" field in chunk specs in yarns
We don't use this in definitions.git, and we're going to change its semantics, so the test suite would break until we introduced the new semantics, unless we remove its use of the old semantics first.
Diffstat (limited to 'yarns/implementations.yarn')
-rw-r--r--yarns/implementations.yarn3
1 files changed, 0 insertions, 3 deletions
diff --git a/yarns/implementations.yarn b/yarns/implementations.yarn
index f0b5c80a..2c325985 100644
--- a/yarns/implementations.yarn
+++ b/yarns/implementations.yarn
@@ -88,7 +88,6 @@ another to hold a chunk.
- name: test-chunk
repo: test:test-chunk
ref: master
- morph: test-chunk
build-mode: test
build-depends: []
EOF
@@ -281,7 +280,6 @@ have a morphology using the test architecture.
- name: stage1-chunk
repo: test:test-chunk
ref: master
- morph: stage1-chunk
build-mode: bootstrap
build-depends: []
EOF
@@ -295,7 +293,6 @@ have a morphology using the test architecture.
- name: test-chunk
repo: test:test-chunk
ref: master
- morph: test-chunk
build-mode: test
build-depends: []
EOF