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: evaluating syntax transformer threw unbound location first


2013/12/14 Panicz Maciej Godek <godek.maciek@gmail.com>:
[...]
> What is the reason of this discrepancy and how could one possibly
> overcome it?

OK, I think I managed. The trick was to avoid the object:method
and (as type object):method special notation, and to replace it
with (invoke object 'method ...). Apparently, the shorthand notation
doesn't work too well with macros.

Sorry for generating noise :)


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