﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
18	only, except and rename don't work on core syntactic forms	Alex Shinn	felix winkelmann	"CHICKEN
(c)2008-2009 The Chicken Team
(c)2000-2007 Felix L. Winkelmann
Version 4.0.2 - SVN rev. 14239
macosx-unix-gnu-x86 [ manyargs dload ptables applyhook ]
compiled 2009-04-16 on pchelka (Darwin)

#;1> (module x () (import (rename scheme (lambda fn))) ((fn (x) (+ x x)) 2))
; loading /usr/local/lib/chicken/4/scheme.import.so ...

Warning: renamed identifier not imported: (lambda fn)

Warning: reference to possibly unbound identifier: x

Warning: reference to possibly unbound identifier: fn

Error: module unresolved: x

	Call history:

	<syntax>		(module x () (import (rename scheme (lambda fn))) ((fn (x) (+ x x)) 2))
	<syntax>		(##core#module x () (import (rename scheme (lambda fn))) ((fn (x) (+ x x)) 2))
	<syntax>		(import (rename scheme (lambda fn)))
	<syntax>		(##core#undefined)
	<syntax>		((fn (x) (+ x x)) 2)
	<syntax>		(fn (x) (+ x x))
	<syntax>		(x)
	<syntax>		(+ x x)	<--
#;1> 
"	defect	closed	major		expander	4.0.1	duplicate			
