[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-janitors] #1467: Bare hashes cause confusing error message
From: |
Chicken Trac |
Subject: |
Re: [Chicken-janitors] #1467: Bare hashes cause confusing error message in scripts |
Date: |
Wed, 30 May 2018 19:44:43 -0000 |
#1467: Bare hashes cause confusing error message in scripts
-------------------------------------+-------------------------------------
Reporter: sjamaan | Owner: sjamaan
Type: enhancement | Status: new
Priority: minor | Milestone: 5.1
Component: core | Version: 5.0
libraries | Keywords: read syntax, history
Resolution: | references, scripts, errors
Estimated difficulty: easy |
-------------------------------------+-------------------------------------
Comment (by sjamaan):
For reference, Chibi gives a better error: `ERROR on line 57 of file
op.scm: invalid char following '#': #\space`
Some other Schemes have shitty error messages too, but that shouldn't stop
us from improving ours ;)
erkin actually had `(# . foo)` in a quoted alist, not remembering that `#`
is special syntax.
--
Ticket URL: <https://bugs.call-cc.org/ticket/1467#comment:2>
CHICKEN Scheme <https://www.call-cc.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.