dpc icon indicating copy to clipboard operation
dpc copied to clipboard

Bad error message for define-like things

Open dvanhorn opened this issue 12 years ago • 0 comments

This gives a bad syntax error:

#lang class/0
(define-class a%
  (define/asdf (m) 1))

which is

define-class: There were multiple syntax errors. The first error follows:
expected the identifier `isl+:check-range' in: define/asdf

Obviously the isl+:check-range is a nasty implementation artifact.

dvanhorn avatar Jan 31 '13 23:01 dvanhorn