﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
1490	csi: Modules leak identifiers	megane		"{{{
(module foo (bar)
	(import scheme (chicken base))
	(define (bar x) (+ x 1)))
(print (foo#bar 1))

;; $ csi -qbn modu.scm 
;; 2
}}}

I think (##sys#current-module) isn't cleared after walking (evaling?) the module. I get this with debug info:
{{{
(ALIAS) global alias `bar' in module `foo'
}}}"	defect	closed	minor	someday	unknown	5.0.0	invalid			medium
