From eeb53283d4c1ec4ed86b9b2d2ca53315a45d4ccf Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Mon, 10 Nov 2008 05:07:25 -0600 Subject: [PATCH] Update code for builder removal --- basis/tools/test/test-docs.factor | 2 +- {extra => unmaintained}/size-of/size-of.factor | 0 {extra => unmaintained}/update/backup/backup.factor | 0 {extra => unmaintained}/update/latest/latest.factor | 0 {extra => unmaintained}/update/update.factor | 0 5 files changed, 1 insertion(+), 1 deletion(-) rename {extra => unmaintained}/size-of/size-of.factor (100%) rename {extra => unmaintained}/update/backup/backup.factor (100%) rename {extra => unmaintained}/update/latest/latest.factor (100%) rename {extra => unmaintained}/update/update.factor (100%) diff --git a/basis/tools/test/test-docs.factor b/basis/tools/test/test-docs.factor index 4b2521d19c..02c0ad126d 100644 --- a/basis/tools/test/test-docs.factor +++ b/basis/tools/test/test-docs.factor @@ -17,7 +17,7 @@ ARTICLE: "tools.test.run" "Running unit tests" { $subsection test-all } ; ARTICLE: "tools.test.failure" "Handling test failures" -"Most of the time the words documented in " { $link "tools.test.run" } " are used because they print all test failures in human-readable form. Sometimes, you want to develop a tool which inspects the test failures and takes some kind of action instead; one example is " { $vocab-link "builder" } "." +"Most of the time the words documented in " { $link "tools.test.run" } " are used because they print all test failures in human-readable form. Some tools inspect the test failures and takes some kind of action instead, for example, " { $vocab-link "mason" } "." $nl "The following words output an association list mapping vocabulary names to sequences of failures; a failure is an array having the shape " { $snippet "{ error test continuation }" } ", and the elements are as follows:" { $list diff --git a/extra/size-of/size-of.factor b/unmaintained/size-of/size-of.factor similarity index 100% rename from extra/size-of/size-of.factor rename to unmaintained/size-of/size-of.factor diff --git a/extra/update/backup/backup.factor b/unmaintained/update/backup/backup.factor similarity index 100% rename from extra/update/backup/backup.factor rename to unmaintained/update/backup/backup.factor diff --git a/extra/update/latest/latest.factor b/unmaintained/update/latest/latest.factor similarity index 100% rename from extra/update/latest/latest.factor rename to unmaintained/update/latest/latest.factor diff --git a/extra/update/update.factor b/unmaintained/update/update.factor similarity index 100% rename from extra/update/update.factor rename to unmaintained/update/update.factor