From afb055470aa7f56fb12dddaffa12e6c44c88175d Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Thu, 9 Jul 2015 11:00:03 -0700 Subject: [PATCH] debugger: give bad-vocab-name a better summary. --- basis/debugger/debugger.factor | 2 ++ 1 file changed, 2 insertions(+) diff --git a/basis/debugger/debugger.factor b/basis/debugger/debugger.factor index e1c23923a1..3cac57326a 100755 --- a/basis/debugger/debugger.factor +++ b/basis/debugger/debugger.factor @@ -205,6 +205,8 @@ M: bad-slot-value summary drop "Bad store to specialized slot" ; M: bad-slot-name summary drop "Bad slot name in object literal" ; +M: bad-vocab-name summary drop "Vocab name cannot contain \":/\\ \"" ; + M: no-math-method summary drop "No suitable arithmetic method" ;