add descriptive summary for no-c-type error

db4
Joe Groff 2010-03-12 23:07:36 -08:00
parent f13a031f8f
commit b28f7c97f4
1 changed files with 9 additions and 7 deletions

View File

@ -1,12 +1,12 @@
! Copyright (C) 2004, 2010 Slava Pestov. ! Copyright (C) 2004, 2010 Slava Pestov.
! See http://factorcode.org/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: slots arrays definitions generic hashtables summary io kernel USING: slots alien.c-types arrays definitions generic hashtables
math namespaces make prettyprint prettyprint.config sequences assocs summary io kernel math namespaces make prettyprint prettyprint.config
sequences.private strings io.styles io.pathnames vectors words system sequences assocs sequences.private strings io.styles io.pathnames
splitting math.parser classes.mixin classes.tuple continuations vectors words system splitting math.parser classes.mixin classes.tuple
continuations.private combinators generic.math classes.builtin classes continuations continuations.private combinators generic.math
compiler.units generic.standard generic.single vocabs init classes.builtin classes compiler.units generic.standard generic.single
kernel.private io.encodings accessors math.order destructors vocabs init kernel.private io.encodings accessors math.order destructors
source-files parser classes.tuple.parser effects.parser lexer source-files parser classes.tuple.parser effects.parser lexer
generic.parser strings.parser vocabs.loader vocabs.parser generic.parser strings.parser vocabs.loader vocabs.parser
source-files.errors ; source-files.errors ;
@ -347,6 +347,8 @@ M: wrong-values summary drop "Quotation's stack effect does not match call site"
M: stack-effect-omits-dashes summary drop "Stack effect must contain “--”" ; M: stack-effect-omits-dashes summary drop "Stack effect must contain “--”" ;
M: no-c-type summary name>> unparse "“" "” is not a C type" surround ;
{ {
{ [ os windows? ] [ "debugger.windows" require ] } { [ os windows? ] [ "debugger.windows" require ] }
{ [ os unix? ] [ "debugger.unix" require ] } { [ os unix? ] [ "debugger.unix" require ] }