Clear our next-method-quot-cache when deploying

db4
Slava Pestov 2008-10-01 23:02:25 -05:00
parent 37219fa139
commit 1b889d1f1b
1 changed files with 2 additions and 1 deletions

View File

@ -373,7 +373,8 @@ SYMBOL: deploy-vocab
r> strip-words r> strip-words
compress-byte-arrays compress-byte-arrays
compress-quotations compress-quotations
compress-strings ; compress-strings
H{ } clone classes:next-method-quot-cache set-global ;
: (deploy) ( final-image vocab config -- ) : (deploy) ( final-image vocab config -- )
#! Does the actual work of a deployment in the slave #! Does the actual work of a deployment in the slave