#163: Local function bindings should shadow global environment ------------------------+--------------------------------------------------- Reporter: ehuelsmann | Owner: somebody Type: defect | Status: new Priority: critical | Milestone: Component: CLOS | Version: Keywords: | ------------------------+--------------------------------------------------- FLET and LABELS bound functions should shadow compiler macros, macros and function bindings.
Currently, they only shadow global function definitions.
This is the problem that causes Parenscript 2.3 to fail compilation on ABCL.