]> gitweb.factorcode.org Git - factor.git/commitdiff
debugger: give bad-vocab-name a better summary.
authorJohn Benediktsson <mrjbq7@gmail.com>
Thu, 9 Jul 2015 18:00:03 +0000 (11:00 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 9 Jul 2015 18:00:40 +0000 (11:00 -0700)
basis/debugger/debugger.factor

index e1c23923a1c853c897736ac64b2bdd9d28491f7f..3cac57326a3749fd6b9ae4692882243964a3f305 100755 (executable)
@@ -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" ;