move error summaries for effect parsing errors to debugger vocab

db4
Joe Groff 2010-03-05 21:50:40 -08:00
parent 26e4bb818a
commit 15e6a7fa5e
2 changed files with 4 additions and 5 deletions

View File

@ -328,6 +328,10 @@ M: lexer-error error-help
M: bad-effect summary
drop "Bad stack effect declaration" ;
M: invalid-effect-variable summary
drop "Stack effect variables can only occur as the first input or output" ;
M: effect-variable-can't-have-type summary
drop "Stack effect variables cannot have a declared type" ;
M: bad-escape error.
"Bad escape code: \\" write

View File

@ -73,8 +73,3 @@ M: invalid-quotation-input error.
dup summary print
[ quots>> ] [ branches>> ] bi quots-and-branches. ;
M: invalid-effect-variable summary
drop "Stack effect variables can only occur as the first input or output" ;
M: effect-variable-can't-have-type summary
drop "Stack effect variables cannot have a declared type" ;