Summary
make input-parse more neighbourly by signalling an exception in assert-curr-char instead of calling error
Metadata
- Id: d496538fb4ffc4d98998ec165a15d54c3a9be40a
- Trac id: 980
- Type: defect
- Reporter: ckeen
- Owner:
- Cc:
- Status: new
- Component: unknown
- Estimated difficulty: easy
- Resolution:
- Priority: major
- Milestone: someday
- Version: 4.8.x
- Changetime: 2016-08-25 21:10:17 UTC
- Created: 2013-02-08 12:53:38 UTC
- Keywords:
Attachments
- d496538fb4ffc4d98998ec165a15d54c3a9be40a/attachments/parse-input.diff
Description
The attached patch signals an exception of type (input-parse parser-error exn) instead of calling error directly.