[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: master updated (eeb6d9d -> 56254fb)
From: |
João Távora |
Subject: |
Re: master updated (eeb6d9d -> 56254fb) |
Date: |
Tue, 14 Sep 2021 19:32:53 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
João Távora <joaotavora@gmail.com> writes:
> João Távora <joaotavora@gmail.com> writes:
>
>> Ugh, this is horrible.
>>
>> What can it be, if I haven't touched that file? Some macroexpansion failure?
>>
>> I'll have a look.
>> João
>
> I've bisected this to the culprit commit
>
> commit 404023299429a2619c6e4bc5da80eb248d060ef9
> Author: João Távora <joaotavora@gmail.com>
> Date: Tue Aug 31 18:43:12 2021 +0100
>
> Refactor some Flymake functions
>
> I think it has to do with using cl-defun and &aux parameters. Checking.
Yes. That was it. Fixed in 55dda2571a829fcff7e04d83818150d7c0002f7a.
Seems we can't use cl-defun and &aux, or at least &aux with default
values.
João