﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
1294	define-record-printer messes with internal defines	sjamaan		"As pointed out by russelw on IRC, the following program fails to compile (and doesn't work in the interpreter, either):

{{{
#!scm
(module main ()
 (import chicken)
 (import scheme)

 (define (h)
  (define (f)
   (g))

  (define-record-printer (foo x port)
   #f)

  (define (g)
   (f))))
}}}

This is probably similar to #1274 and #1309."	defect	closed	major	someday	expander	4.11.0	wontfix			hard
