This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: r7rs library exporting syntax?




On 11/23/2014 05:34 PM, Seth Alves wrote:
Other r7rs schemes are able to export the result of define-syntax from an r7rs library.  Should I expect this to work?

I checked in a fix for your testcase.

The problem was that define-syntax uses a helper macro %define-syntax,
which is defined by Java code.  But %define-syntax was bound in a dynamic environment
- which is disabled inside a define-library.  The fix was to explicitly import
%define-syntax in the file that defines define-syntax.

(I earlier did the same for define and %define.)
--
	--Per Bothner
per@bothner.com   http://per.bothner.com/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]