Summary
Prefixed imports from `chicken' module can not refer to buddy syntax
Metadata
- Id: 9961dfd40c207795f6b64c25014651cccd7e4825
- Trac id: 45
- Type: defect
- Reporter: felix
- Owner: felix
- Cc:
- Status: closed
- Component: expander
- Estimated difficulty:
- Resolution: fixed
- Priority: major
- Milestone:
- Version: 4.0.5
- Changetime: 2009-06-23 07:52:05 UTC
- Created: 2009-06-18 14:08:10 UTC
- Keywords:
Description
(reported by Jack Trades)
Doing
(module foo () (import scheme (prefix chicken c:)) (c:define-values (a b c) (values 1 2 3)))
fails, because `define-values` doesn't know about `set!-values` (it's SE is empty).
Changes and comments
[2009-06-18 14:08:30 UTC] felix changed description
[2009-06-23 07:52:05 UTC] felix changed status from new to closed
[2009-06-23 07:52:05 UTC] felix set resolution to fixed
[2009-06-23 07:52:05 UTC] felix wrote:
Fixed in r15047.