Ticket #247 (closed defect: fixed)
mutator error message for empty program unclear
Reported by: | robby | Owned by: | plai |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | plai/plai.plt | Keywords: | |
Cc: | Version: | (1 12) | |
Racket Version: | 4.2.4.2 |
Description
This program
#lang planet plai/plai:1:8/mutator
produces this error message
#%module-begin: bad syntax in: (#%module-begin)
but would be better if it said "expected ..." and gave me a schematic of the expression it expected to find there. Similarly, these programs all produce bad error messages:
#lang planet plai/plai:1:8/mutator
()
#lang planet plai/plai:1:8/mutator
1
#lang planet plai/plai:1:8/mutator
(a b c)
Change History
Note: See
TracTickets for help on using
tickets.