From 057a2d7b5c9324bfcd14cb408963f9395974afd5 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Sun, 9 Aug 2009 04:47:37 -0500 Subject: [PATCH 1/2] Rename some files in misc/Factor.tmbundle since Windows doesn't allow : in file names --- ...abs:Docs:Tests.tmCommand => Cycle Vocabs-Docs-Tests.tmCommand} | 0 .../Snippets/{::.tmSnippet => lambda word def.tmSnippet} | 0 misc/Factor.tmbundle/Snippets/{:.tmSnippet => word def.tmSnippet} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename misc/Factor.tmbundle/Commands/{Cycle Vocabs:Docs:Tests.tmCommand => Cycle Vocabs-Docs-Tests.tmCommand} (100%) rename misc/Factor.tmbundle/Snippets/{::.tmSnippet => lambda word def.tmSnippet} (100%) rename misc/Factor.tmbundle/Snippets/{:.tmSnippet => word def.tmSnippet} (100%) diff --git a/misc/Factor.tmbundle/Commands/Cycle Vocabs:Docs:Tests.tmCommand b/misc/Factor.tmbundle/Commands/Cycle Vocabs-Docs-Tests.tmCommand similarity index 100% rename from misc/Factor.tmbundle/Commands/Cycle Vocabs:Docs:Tests.tmCommand rename to misc/Factor.tmbundle/Commands/Cycle Vocabs-Docs-Tests.tmCommand diff --git a/misc/Factor.tmbundle/Snippets/::.tmSnippet b/misc/Factor.tmbundle/Snippets/lambda word def.tmSnippet similarity index 100% rename from misc/Factor.tmbundle/Snippets/::.tmSnippet rename to misc/Factor.tmbundle/Snippets/lambda word def.tmSnippet diff --git a/misc/Factor.tmbundle/Snippets/:.tmSnippet b/misc/Factor.tmbundle/Snippets/word def.tmSnippet similarity index 100% rename from misc/Factor.tmbundle/Snippets/:.tmSnippet rename to misc/Factor.tmbundle/Snippets/word def.tmSnippet From d0fe741746ff5fb5236f03b632ebd4e196881142 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Sun, 9 Aug 2009 04:48:44 -0500 Subject: [PATCH 2/2] tools.deploy.shaker: strip out specialized vector words --- basis/tools/deploy/shaker/shaker.factor | 2 ++ 1 file changed, 2 insertions(+) diff --git a/basis/tools/deploy/shaker/shaker.factor b/basis/tools/deploy/shaker/shaker.factor index 270b55fda6..35e58a0aa7 100755 --- a/basis/tools/deploy/shaker/shaker.factor +++ b/basis/tools/deploy/shaker/shaker.factor @@ -293,6 +293,8 @@ IN: tools.deploy.shaker { } { "math.partial-dispatch" } strip-vocab-globals % + { } { "math.vectors.specialization" } strip-vocab-globals % + { } { "peg" } strip-vocab-globals % ] when