seanjensengrey / mosh-scheme

Automatically exported from code.google.com/p/mosh-scheme
Other
0 stars 0 forks source link

Implement better error reporting in base library #219

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Current mosh base library doesn't provide user-friendly error reports in some 
case.

for example:
nmosh> (list->string "hoge")
 Condition components:
 1. &assertion
 2. &who             "length"
 3. &message         "list required, but got hoge"
 4. &irritants       (())

Original issue reported on code.google.com by oku...@gmail.com on 6 Jul 2011 at 11:26