﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
85	reexporting does not fully work for core library exports	felix winkelmann	felix winkelmann	"This code

{{{
(module x ()
  (import scheme chicken)
  (require-library srfi-1)
  (reexport (only srfi-1 cons*)))
}}}

will result in an unbound reference to `#%cons*`, when the import library is compiled. It seems that the alias symbol has a missing `##core#primitive` property (which indicates that reexports of primitive symbols (non-module core library bindings) must be treated specially and somehow store this information in the import library).
"	defect	closed	major		core-pending	4.2.x	fixed			
