Summary
compiler-typecase: try to obtain line-number in error message if possible
Metadata
- Id: 52375682fe60940e167cfc399038e44de35e4db4
- Trac id: 754
- Type: defect
- Reporter: felix
- Owner: felix
- Cc:
- Status: closed
- Component: compiler
- Estimated difficulty:
- Resolution: fixed
- Priority: minor
- Milestone:
- Version: 4.7.x
- Changetime: 2012-04-27 23:20:31 UTC
- Created: 2011-12-13 13:50:42 UTC
- Keywords: compiler-typecase
Description
Errors generated by `compiler-typecase` will not have any context-information, so it would be nice to have the line-number, if it is available for the original form. This possibly needs extending the params for `##core#typecase` to contain source-info.
Changes and comments
[2012-04-27 23:20:31 UTC] felix changed status from new to closed
[2012-04-27 23:20:31 UTC] felix set resolution to fixed
[2012-04-27 23:20:31 UTC] felix wrote:
This has been implemented in 8b95e6e1, a while ago.