Summary

Prefixed imports from `chicken' module can not refer to buddy syntax

Metadata

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.