bug#38611: Guile 2.9.7 regression: "duplicate" record field names

2020-01-12 Thread Andy Wingo
On Sat 14 Dec 2019 14:31, Göran Weinholt writes: > The following program works in Guile 2.2.6 (and other R6RS > implementations), but raises an exception in Guile 2.9.7. A field called > "name" exists in record type a and record type b, but there is no actual > naming conflict as I understand it.

bug#38611: Guile 2.9.7 regression: "duplicate" record field names

2019-12-14 Thread Göran Weinholt
Hello schemers, The following program works in Guile 2.2.6 (and other R6RS implementations), but raises an exception in Guile 2.9.7. A field called "name" exists in record type a and record type b, but there is no actual naming conflict as I understand it. --8<---cut here-