Mark H Weaver writes:
>> I've attached a patch to (hopefully) fix this problem. Unfortunately,
>> David tells me that this doesn't solve his reload issue, so unless he
>> made a mistake in testing it, [...]
>
> It turned out that David made a mistake in testing, and this patch
> _does_ fix his p
Hi all,
Things is going well with syntax parse and the part working is continuously
increasing
One question that I now struggeling is this.
I have a macro expansion that looks like
#'(begin
(define f fkn-definition)
(define-syntax name
(make-syntax-case-transformer
Andy Wingo writes:
> On Mon 16 Jan 2012 20:46, Bake Timmons writes:
>> -@deffn {Scheme Procedure} resolve-module name [autoload=#t]
>> [version=#f] [#:ensure=#t]
>> +@deffn {Scheme Procedure} resolve-module name [autoload=#t [version=#f]] @
>> + [#:ensure ensure=#t]
>
>